/* Minification failed. Returning unminified contents.
(442,20): run-time error CSS1038: Expected hex color, found '#26228'
(1517,14): run-time error CSS1036: Expected expression, found ';'
(2556,14): run-time error CSS1036: Expected expression, found ';'
(2694,14): run-time error CSS1036: Expected expression, found ';'
(3551,14): run-time error CSS1036: Expected expression, found ';'
(3959,14): run-time error CSS1036: Expected expression, found ';'
(4115,14): run-time error CSS1036: Expected expression, found ';'
(4179,14): run-time error CSS1036: Expected expression, found ';'
(4289,14): run-time error CSS1036: Expected expression, found ';'
(4742,17): run-time error CSS1036: Expected expression, found ';'
(5175,1): run-time error CSS1019: Unexpected token, found '@import'
(5175,9): run-time error CSS1019: Unexpected token, found '"stylesManufacturer.css"'
(5208,10): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*********** CSS RESET **********/

* {
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
    font-family: Arial, sans-serif !important;
}
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;
}
label, label + * {
	vertical-align: middle;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}


/*********** GLOBAL STYLES **********/



body {
	background: #fff;
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #444;
/*	background-image: url(/Themes/Alicante/Content/img/podloga.jpg); background-position: top; background-attachment: fixed; background-repeat: no-repeat; */ 
}
.master-wrapper-page {
    background: url(/Themes/Alicante/Content/img/background1.jpg) no-repeat center top,
				url(/Themes/Alicante/Content/img/background2.jpg) no-repeat center bottom;
}
.master-wrapper-content {
	overflow: hidden; /*prevents horizontal scroll between 980 and 1024px*/
}
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%;
    max-height: 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 #bbb;
	background: #fff;
	padding: 7px;
	font-size: 13px;
	color: #333;
}
textarea {
	border: 1px solid #bbb;
	background: #fff;
	padding: 6px;
	font-size: 13px;
	color: #333;
}
select {
	border: 1px solid #bbb;
	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-color: #666;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}
.required, .message-error,
.field-validation-error,
.username-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 {
    color: #333;
    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:  18px "Times New Roman", Times, serif;
	color: #04549c;  /* #84182F */  /* RL */
}
.form-fields {
	position: relative;
    border: 1px solid #ddd;
	padding: 15px;
	color: #333;
}
.inputs {
	margin: 10px 0;
    position: relative;
}
.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: 299px;
	margin-right: 10px;
	text-align: right;
}
.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;
}

.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/Alicante/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: 1002;
	max-width: 400px;
	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/Alicante/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/Alicante/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 .page-title {
	margin: 0;
	box-shadow: none;
	padding: 10px;
	background: none;
}
.ui-dialog-content .page-title h1 {
	float: none;
	font-size: 28px;
}
.ui-dialog-content .page-body {
	margin: 0 0 10px !important;
	padding: 0 10px !important;
}
.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-page p,
.ui-dialog-content .topic-block p {
    margin: 0;
}
.ui-dialog-buttonset {
    padding: 10px;
    text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	border: 1px solid #bbb;
	margin-left: 5px;
	background: #eee;
	padding: 5px;
	color: #333;
	text-shadow: 1px 1px #eee;
}
.ui-dialog-buttonset button:hover {
	background: #ddd;
}

.eu-cookie-bar-notification {
	position: fixed;
    top: 50%;
	left: 50%;
	z-index: 100000;
	width: 450px;
	max-width: 95%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px 0 0 -225px;
    border: 1px solid #04549c;  /* #84182F */  /* RL */
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff url(/Themes/Alicante/Content/img/background1.jpg) center bottom no-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 #26228;
	background: #04549c; /* #84182F */  /* RL */
	padding: 5px;
	font-size: 14px;
	color: #fff;
}
.eu-cookie-bar-notification button:hover {
	border-color: #111;
	background: #947;
}
.eu-cookie-bar-notification a {
	display: block;
}
.eu-cookie-bar-notification a:hover {
	color: #04549c; /* #84182F */  /* RL */
	text-decoration: underline;
}


/*********** HEADER & NAVIGATION ***********/



.admin-header-links {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: #333;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.admin-header-links a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
}
.admin-header-links a:hover {
	text-decoration: underline;
}
.admin-header-links + .master-wrapper-page {
	padding: 42px 0 0;
}
.admin-header-links .impersonate{
    color: #fff;
    background: #333;
    display: block;
}

.header {
	margin-top: 25px; /* margin-top: prostor za admin */ /* RL */
	margin-bottom: 15px; /* margin-bottom: prostor za admin */ /* RL */
    position: relative;
    z-index: 1002;
}
.header .center {
    width: 980px;
	margin: auto;
/*	padding: 20px 0;*/
    padding-bottom: 10px;
}
.header .center:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0;
	line-height: 0;
}
.header-logo {
    float: left;
    line-height: 0;
}
.header-logo a {
	display: inline-block;
	line-height: 0; /*MOZ line-height bug fix*/
}



.header-links-wrapper {
    position: relative;
	float: right;
    margin: 10px 0 10px;
}
.header-links-wrapper span,
.header-links-wrapper a {
    display: inline-block;
	color: #333;
	font-size: 12px;
	line-height: 32px;
}
.header-links-wrapper a:hover,
.header-links-wrapper a:hover span {
	color: #04549c; /* #84182F */  /* RL */
}
.header-links {
	margin-top: -9px;
    overflow: hidden;
}
.header-links ul {
    font-size: 0;
}
.header-links li {
    display: inline-block;
    margin-left: 15px;
}
.header-links li:first-child {
	margin-left:0;
}
.header-links .cart-qty {
	padding-left: 20px;
	background: url(/Themes/Alicante/Content/img/icon3.png) left 10px no-repeat;
}

.flyout-cart {
    position: absolute;
    top: 23px;
	right: 0;
    z-index: 99999;
    display: none;
    width: 300px;
    background: #fff;
    text-align: left;
}
.flyout-cart.active {
	display: block;
}
.mini-shopping-cart {
	padding: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	font-size: 11px;
}
.mini-shopping-cart * {
	line-height: normal !important;
}
.mini-shopping-cart a {
	color: #333 !important;
	font-weight: bold;
}
.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 {
	overflow: hidden;
	padding: 8px;
	border-bottom: 1px dotted #ccc;
}
.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;
	color: #333;
	text-align: right;
	font-size: 12px;
}
.mini-shopping-cart .totals strong {
	color: #c00;
}
.mini-shopping-cart .buttons {
	text-align:right;
}
.mini-shopping-cart input[type="button"] {
	display: inline-block;
	padding: 6px 12px;
	border: none;
	background: #333;
	text-align: center;
	color: #fff;
}
.mini-shopping-cart input[type="button"]:hover {
	background: #444;
}

.header-selectors-wrapper {
	float: right;
    clear: right;
}
.header-selectors-wrapper > div {
	float: right;
	min-width: 90px;
	margin-left: 10px;
}

/* custom selectors start */
.new_select {
    width: auto !important;
    height: 24px;
    border: 1px solid #999;
    background: url(/Themes/Alicante/Content/img/searchbox-background.png) repeat-x left top;
    cursor: pointer;
}
.new_select > span {
    display: block;
	min-width: 50px;
    height: 24px;
    background: url(/Themes/Alicante/Content/img/custom-selector.png) no-repeat right center;
	padding: 0 30px 0 4px;
    line-height: 2;
    overflow: hidden;
}
.styleSelect_item {
    top: 24px !important;
    left: -1px !important;
    border: 1px solid #aaa;
}
.styleSelect_item,
.styleSelect_item_content,
.jspContainer,
.jspPane {
    width: 100% !important;
    height: auto !important;
}
.styleSelect_item ul {
    background: #fff;
}
.styleSelect_item li span {
    padding: 2px 2px 2px 5px;
    line-height: 18px;
}
.styleSelect_item li span:hover {
	background: #eee;
}
/* custom selectors end */

.language-list {
    max-width: 455px;
	vertical-align: middle;
    line-height: 0;
}
.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;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -9px;
	width: 18px;
    height: 12px;
}

.search-box {
	float: right;
    clear: right;
    margin: 0 0 10px;
}
.search-box form {
	position: relative;
}
.search-box form:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0;
	line-height: 0;
}
.search-box input.search-box-text {
	float: left;
	padding: 0 6px;
	width: 336px !important;
	height: 32px;
	margin-right: -1px;
	border-color: #999;
    background: #fff url(/Themes/Alicante/Content/img/searchbox-background.png) repeat-x top;
	line-height: 28px;
}
.search-box input.search-box-text:focus {
	border-color: #666; /*override*/
}
#instant-search-categories {
	float: left;
	width: 120px;
    height: 32px;
	margin-right: -1px;
	border-color: #999;
	background: #fff url(/Themes/Alicante/Content/img/searchbox-background.png) repeat-x top;
    padding: 6px;
}
.search-box .search-box-button {
	float: left;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	background: #333 url(/Themes/Alicante/Content/img/icon4.png) center no-repeat;
	text-indent: 999px;
}
.search-box .search-box-button:hover {
	background-color: #444;
}
/*Default Autocomplete start*/
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    position: absolute;
	z-index: 1002 !important;
	margin-top: -1px;
    width: 334px !important;
    border: 1px solid #999;
    border-top: none;
    background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.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;
	color: #666;
	font-size: 11px;
}
.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 {
	margin-right: 5px;
	vertical-align: middle;
}
/*Default Autocomplete end*/

.header-menu > ul > li {
	color: #fff; 
	text-transform: uppercase;
	font: normal 13px "Times New Roman", Times, serif;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: block;
	padding: 14px 22px;
	text-align: center;
}
.header-menu > ul > li:hover > a,
.header-menu > ul > li:hover > span {
	background: #0d386e;
	color: #fff;
	cursor: pointer;
}

/*@media all and (min-width: 981px) {*/

.header-menu {
	position: relative;
	z-index: 1001;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	border-top: 5px solid #FFCE00; /* #ddd */ /* RL */ 
	background: #04549c; /* #84182F */  /* RL */
	box-shadow: inset 0 1px 0 #fff;
}
.with_slider .header-menu {
	margin-bottom: 0;
}
.header-menu:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0;
	line-height: 0;
}
.header-menu .menu-title {
	display: none;
}
.header-menu > ul {
	width: 980px;
	margin: auto;
}
.header-menu > ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0;
	line-height: 0;
}
.header-menu > ul > li {
	float: left;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
}

.header-menu .sublist-wrap {
    display: none;
	position: absolute;
	margin: -1px 0 0;
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px 0;
	z-index: 1;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-menu .sublist-wrap.active {
	display: block;
}
.header-menu .sublist li {
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
}
.header-menu .sublist li a {
	display: block;
	padding: 8px 8px 8px 24px;
	color: #333;
	background: url(/Themes/Alicante/Content/img/arrow.png) 15px center no-repeat;
	font-size: 12px;
	text-transform: none;
}
.header-menu .sublist li:hover > a {
	background: #04549c; /* #84182F */  /* RL */
	color: #fff;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: -5px;
	left: 100%;
}



/*********** FOOTER ***********/



.footer {
	padding: 15px;
    background: #04549c; /* #84182F */  /* RL */
}

.footer *{ color:#fff; }

.footer .center {
	width: 980px;
	margin: auto;
}
.footer .center:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0;
	line-height: 0;        
}
.footer-upper {
    margin: 0 0 10px;
}
.footer-block {
    float: left;
    margin-left: 4%;
    width: 22%;
}
.footer-block:first-child {
	margin-left: 0;
}
.footer-block h3 {
	position: relative;
    margin-bottom: 10px;
    padding: 5px;
    text-transform: uppercase;
    font: normal 18px "Times New Roman", Times, serif;
}
.footer-block h3:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
}
.footer-block ul {
	padding: 5px;
}
.footer-block li:not(.email) a {
    display: block;
	padding: 8px 0 8px 12px;
	background: url(/Themes/Alicante/Content/img/bullet6.png) left center no-repeat;
	color: #fff;
}
.footer-block li a:hover {
	color: #ccc;
}

.footer-block-first li {
    padding: 8px 0 8px 32px;
}
.footer-block-first li.phone {
	background: url(/Themes/Alicante/Content/img/icon-phone.png) no-repeat left center;
}
.footer-block-first li.mobile {
	background: url(/Themes/Alicante/Content/img/icon-cellphone.png) no-repeat left center;
}
.footer-block-first li.email {
	background: url(/Themes/Alicante/Content/img/icon-email.png) no-repeat left center;
}

.footer-lower {
}
.footer-lower h3 {
    margin-bottom: 5px;
	padding: 7px 0;
	color: #fff;
	font-weight: normal;
    text-transform: uppercase;
    /*font: normal 14px "Times New Roman", Times, serif;*/
}
.accepted-payment-methods {
	float: left;
}
.accepted-payment-methods ul {
	overflow: hidden;
	font-size: 0;
}
.accepted-payment-methods li {
	float: left;
	margin-left: 10px;
	width: 48px;
	height: 30px;
	background: url(/Themes/Alicante/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: -48px 0;
}
.accepted-payment-methods .method3 {
	background-position: -96px 0;
}
.accepted-payment-methods .method4 {
	background-position: -144px 0;
}
.accepted-payment-methods .method5 {
	background-position: -192px 0;
}
.social-sharing {
	float: right;
}
.social-sharing ul {
	font-size: 0;
}
.social-sharing ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0;
	line-height: 0; 
}
.social-sharing li {
	float: left;
	margin: -3px 0 0 10px;
}
.social-sharing li:first-child {
	margin-left: 0;
}
.social-sharing a {
	display: block;
	width: 36px;
	height: 36px;
	background: url(/Themes/Alicante/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: -36px 0;
}
.social-sharing .google {
	background-position: -72px 0;
}
.social-sharing .instagram {
  background-position: -72px 0;
}
.social-sharing .pinterest {
	background-position: -108px 0;
}
.social-sharing .vimeo {
	background-position: -144px 0;
}
.social-sharing .youtube {
	/*background-position: -180px 0;*/
	display: none;
}
.social-sharing .rss {
	display: none;
}
.social-sharing .instagram {
    background: url(/Themes/Alicante/Content/img/instagram.png) center no-repeat;
}
.social-sharing a:hover {
	opacity: 0.9;
}
.newsletter-subscribe{
    display: block !important;
}
.subscribe-to-newsletter {
	position: relative;
	margin: auto;
	width: 242px;
}
.newsletter .title{
    margin-bottom: 5px;
	padding: 7px 0;
}
.newsletter .title strong {
    font-size: 14px;
	color: #fff;
	font-weight: normal;
    text-transform: uppercase;
}
.newsletter-email {
	overflow: hidden;
}
.newsletter-email input[type="text"] {
	float: left;
    margin-right: -1px;
	border-color: #999;
	padding: 0 6px;
	width: 210px;
	height: 32px;
	line-height: 28px;
}
.newsletter-email input[type="button"] {
	float: left;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	background: #444 url(/Themes/Alicante/Content/img/icon5.png) center no-repeat;
	text-indent: 999px;
}
.newsletter-email input[type="button"]:hover {
	background-color: #555;
}
.newsletter-validation,
.newsletter-result-block {
    position: absolute;
    top: 22px;
    right: 0;
    overflow: hidden;
    width: 138px;
    height: 14px;
    color: #333;
    line-height: 14px;
    text-align: right;
}
.newsletter-validation .please-wait {
	display: none !important;
}
.newsletter .options span{
    display: inline-block;
    padding: 5px 0;
}

.bottom {
    min-height: 35px;
	background: #FFCE00; /* rgba(255,255,255,0.5) */ /* RL */
	padding: 0 15px;
    color: #888;
    font-size: 11px;
    line-height: 35px;
}
.bottom .center {
	width: 980px;
	margin: auto;
	overflow: hidden;
}
.footer-disclaimer {
	float: left;
}
.footer-powered-by,
.footer-designed-by {
	float: right;
    margin-left: 10px;
	color: #888;
	font-size: 11px;
}
.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-store-theme {
    width: 250px;
	margin: auto;
	text-align: center;
}
.footer-store-theme select {
    width: 150px;
	border-color: #bbb;
}
.footer-store-theme select:focus {
    color: #000;
}
.footer-tax-shipping {
	background: #666;
	line-height: 32px;
	text-align: center;
	font-size: 11px;
	color: #aaa;
}
.footer-tax-shipping a {
	display: inline-block;
	color: #ddd;
	text-decoration: underline;
}
.footer-tax-shipping a:hover {
	color: #fff;
}


/*********** LEFT/RIGHT COLUMNS ***********/



.master-column-wrapper {
	width: 980px;
	min-height: 415px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.master-column-wrapper:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0;
	line-height: 0;
}
.center-1 {
	background: rgba(255,255,255,0.7); /* transp BG color */ /* RL */
	padding: 15px;
	margin-bottom: 20px;
}
.center-2 {
	background: rgba(255,255,255,0.7); /* transp BG color */ /* RL */
    padding: 10px;
	float: left;
    float: right;
    width: 710px;
}
.side-2 {
	background: rgba(255,255,255,0.7); /* transp BG color */ /* RL */
	
	padding: 10px;
	float: right;
    float: left;
	width: 220px;
}
.block {
	margin-bottom: 20px;
}
.block .title {
    margin-bottom: 10px;
    color: #333;
    font:  32px "Times New Roman", Times, serif;
}
.block .title strong {
/*	font-weight: normal; */
    font:  bold 18px "Times New Roman", Times, serif;

}
.block .listbox {
	background: #fff;
}
.block .listbox:after {
     display: block;
     visibility: hidden;
     clear: both;
     height: 0;
     content: " ";
     font-size: 0;
     line-height: 0;
}
.listbox .list > li {
    border-top: 1px dotted #ccc;
}
.listbox .list > li:first-child {
	border-top-color: transparent;
}
.listbox .list > li:first-child:hover {
	border-top-color: #ccc;
}
.listbox .list > li.active {
	border-top: none;
}
.listbox .list > li > a {
    display: block;
    padding: 10px 15px 10px 15px;
    color: #333;
    font-size: 14px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.listbox .list > li.active > a,
.listbox .list > li > a.active {
    background: #04549c; /* #84182F */  /* RL */
	border: 1px solid #262228; 
	color: #fff;
}
.listbox .list > li > a:hover {
	z-index: 1;
	background-color: #f6f6f6;
    color: #04549c; /* #84182F */  /* RL */
}
.listbox .list > li.active > a:hover,
.listbox .list > li > a.active:hover {
	background: #04549c; /* #84182F */  /* RL */
	color: #fff;
}
.listbox .list > li > a.product-picture{
    display: none;
}
.listbox .sublist {
    padding: 8px 10px 12px 20px;
    background: #fff;
}
.listbox .sublist .sublist {
	padding-left: 12px;
}
.listbox .sublist a {
	display: block;
	padding: 5px;
	color: #444;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.listbox .sublist a:before {
	margin-right: 5px;
	content: "-";
}
.listbox .sublist a:hover {
	background: #f6f6f6;
	color: #04549c; /* #84182F */  /* RL */
}
.listbox .sublist > li.active > a {
	color: #04549c; /* #84182F */  /* RL */
	font-size: 13px;
}

.block-popular-tags .listbox,
.block-poll .listbox {
    margin-top: 1px;
}
.listbox .tags {
    overflow: hidden;
    padding: 5px 10px 0;
}
.listbox .tags li {
    float: left;
    overflow: hidden;
    margin-right: 5px;
    height: 32px;
}
.listbox .tags a {
    display: block;
    color: #444;
    line-height: 32px;
}
.listbox .tags a:hover {
	color: #000;
	text-decoration: underline;
}
.listbox .view-all {
	padding: 10px;
	border-top: 1px solid #ddd;
	text-align: right;
}
.listbox .view-all a {
	color: #444;
}
.listbox .view-all a:hover {
	color: #000;
	text-decoration: underline;
}
.poll {
	padding-top: 10px;
}
.poll strong {
	display: block;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #333;
}
.todays-poll-box strong,
.home-page-polls strong {
	font-size: 16px;
}
.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 {
	padding: 10px;
	border-top: 1px solid #ddd;
	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: 20px;
}
.page-title h1 {
	font:  32px "Times New Roman", Times, serif;
}


/********** 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 * {
	font:  12px Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: lowercase;
}
.breadcrumb strong {
	color: #333;
	font-weight: bold;
}
.breadcrumb a:hover,
.breadcrumb a:hover span {
	text-decoration: underline;
}

.product-selectors {
    margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
    background: #f6f6f6;
    /*background:rgb(246, 246, 246);*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-selectors:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0;
	line-height: 0;
}
.product-selectors > div {
/*
	float: left;
	margin-right: 15px;
*/
	background: #f6f6f6;
	padding: 10px;
	text-align: center;
}
.product-selectors > div > span {
	font-style: ;
}
.product-selectors select {
	margin-left: 5px;
	min-width: 50px;
	padding: 4px;
	color: #444;
	text-transform: lowercase;
}
/*.product-viewmode {
	display: none;
}*/

.category-description {
	margin-bottom: 20px;
	padding: 0 5px;
	line-height: 24px;
}
.category-description strong {
	color: #333;
}

.product-filters-wrapper {
	display: none;
}

.item-grid:after,
.product-grid:after,
.manufacturer-grid:after,
.vendor-grid:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.item-box {
    position: relative;
    float: left;
	width: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 60px 0 20px 10px;
	/* background: #e6e6e6 url(/Themes/Alicante/Content/img/transparent-pattern.png);  */  /* OKVIR */ /* RL */
    padding: 10px;
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.item-box:before {
	content: "";
	display: block;
	padding-top: 124%;
}
.product-item,
.category-item,
.sub-category-item,
.manufacturer-item,
.vendor-item {
    position: absolute !important;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.product-item{
    overflow: hidden;
}
.item-box .product-title,
.item-box .title {
    position: absolute;
    top: -45px;
    left: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -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 .title{
    top: -55px;
    left: -10px;
}
.item-box .product-title a,
.item-box .title a {
    display: block;
    overflow: hidden;
    height: 42px;
    color: #333;
	text-transform: uppercase;
	font:  16px/1.4 "Times New Roman", Times, serif;
	font-weight: bold;
}
.item-box .picture {
	position: relative;
	overflow: hidden;
    margin: 0 auto;
	width: 100%;
	height: 100%;
    background: #fff;
}
.item-box .picture a {
	display: block;
	width: 100%;
	height: 100%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
    right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.category-item .picture {
	height: 85%;
} /* RL */
.sub-category-item .picture {
	height: 85%;
} /* RL */
.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;
    top: 0;
    left: -211px;
    width: 210px;
    height: 260px;
/*    background: rgba(0,0,0,0.75); */
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 2;
}
.product-item:hover .details, .ajax-cart-product-item-hover .details {
	left: 0 !important;
    opacity: 1;
}
.item-box .description {
	overflow: hidden;
	padding: 10px 10px 5px;
	color: #eee;
    line-height: 18px;
}
.item-box .description a {
    display: block;
    height: 160px;
}
.item-box .product-rating-box {
	display: none;
}
.item-box .add-info {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
}
.item-box .prices,
.item-box .buttons {
	padding: 4px 10px; 
	text-align: right;
    overflow:hidden; /* important for AjaxCart */
}
.item-box .old-price {
	margin-right: 5px;
	color: #999;
	text-decoration: line-through;
	font-size: 12px;
}
.item-box .actual-price {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.item-box .tax-shipping-info,
.item-box .base-price-pangv {
	display: block;
	width: auto; /* 80px */
	height: 12px;
	color: #555555;
}
.item-box .tax-shipping-info a:hover {
	text-decoration: underline;
}
.item-box input[type="button"], 
.item-box .buynow-button {
    display: inline-block;
    padding: 3px 10px;
    height: 32px;
    border: 1px solid #000;
    background: #04549c; /* #84182F */  /* RL */
    color: #eee;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
}
.item-box input[type="button"]:hover,
.item-box .buynow-button:hover {
	border-color: #111;
	background: #947;
}
.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    display: none !important;
}

.home-page-category-grid {
    overflow: hidden;
    margin-bottom: 10px;
}
.home-page-category-grid .item-box {
	width: 310px;
}
.home-page-category-grid .item-box:before {
	padding-top: 100%;
}
.home-page .product-grid .item-box, 
.cross-sells .item-box {
	width: 227.5px;
}
.home-page .product-grid .item-box:nth-child(3n+1), 
.cross-sells .item-box:nth-child(3n+1) {
	clear: none;
	margin-left: 10px;
}
.home-page .product-grid .item-box:nth-child(4n+1),
.cross-sells .item-box:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
.home-page .product-grid .item-box .details,
.cross-sells .item-box .details {
    left: -219px;
    width: 218px;
    height: 270px;
}

.sub-category-grid {
    overflow: hidden;
	margin-bottom: 20px;
}

.product-grid {
	margin-bottom: 20px;
}
.product-grid .title {
    margin-bottom: 10px;
    padding-left: 2px;
    color: #333;
    font:  32px "Times New Roman", Times, serif;
}
.product-grid .title strong {
	font-weight: normal;
}
.product-grid a:hover img {
	opacity: 0.99 !important;
}

.home-page .product-grid .title {
	text-align: center;
}
.cross-sells {
	margin-top: 30px;
}
.cross-sells {
	margin-top: 30px;
}
.cross-sells .buttons {
	margin-bottom: 0 !important;
}

.link-rss {
	display: none;
	/*
	float: right;
	overflow: hidden;
	width: 36px;
	height: 36px;
	background: url(/Themes/Alicante/Content/img/social_sprite.png) -180px center no-repeat;
	text-indent: 999px;
	*/
}
.page-title .link-rss,
.forum-info .link-rss {
	margin-top: 1px;
}

.pager {
	overflow: hidden;
	margin-bottom: 20px;
	border-top: 1px dotted #ccc;
	padding-top: 15px;
}
.pager ul {
	float: right;
    text-align: right;
}
.pager li {
    display: inline-block;
	margin: 0 8px 4px 0;	
}
.pager li:last-child {
	margin: 0 0 4px;
}
.pager li * {
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: 1px solid #bbb;
    background: #ddd;
    color: #333;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: 999px;
}
.pager li.previous-page * {
	background-image: url(/Themes/Alicante/Content/img/prev.png);
}
.pager li.next-page * {
	background-image: url(/Themes/Alicante/Content/img/next.png);
}
.pager li.first-page * {
	background-image: url(/Themes/Alicante/Content/img/prev_first.png);
}
.pager li.last-page * {
	background-image: url(/Themes/Alicante/Content/img/next_last.png);
}
.pager li *:hover,
.pager li span {
	border-color: #262228;
	background-color: #04549c; /* #84182F */  /* RL */
	background-position: center bottom;
    color: #eee;
}
.pager li span {
	cursor: default;
}


/********** 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;
	height: 328px;
	border: 1px solid #bbb;
	overflow: hidden;
	background: #fff;
}
.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: 365px;
    margin-bottom: 20px;
}
.overview .discontinued-product {
    background: #eee;
    padding: 7px;
    margin: 0 0 10px;
}
.overview .discontinued-product  h4 {
    color: #c00;
}
.overview .product-name {
	margin-bottom: 15px;
	border-bottom: 1px solid #04549c; /* #84182F */  /* RL */
	padding-bottom: 10px;
}
.overview .product-name h1 {
	font:  normal 32px "Times New Roman", Times, serif;
	color: #04549c; /* #84182F */  /* RL */
}
.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: 9px; /*not 10px because of IE*/
}
.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 #04549C; /* #bbb */ /* RL */
    background: #FFCE00; /* #ddd */ /* RL */
    box-shadow: inset 0 0 1px 0 #fff;
    padding: 5px 10px;
    color: #555;
}
.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: #ccc; 
	background: #eee;
}
.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 {
	float: right;
	width: 80px;
    height: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 40px;
	background: #9c0;
	padding-top: 20px;
	text-align: center;
    font-size: 14px;
	font-weight: bold;
	color: #fff; 
	cursor: default;  
}
.overview .manufacturers a,
.product-vendor .value a {
	color: #04549c; /* #84182F */  /* RL */
	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+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzlGMDRGQUExRjAyMTFFNTlDOEJDRkE4RTBFMDRFMDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzlGMDRGQUIxRjAyMTFFNTlDOEJDRkE4RTBFMDRFMDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDOUYwNEZBODFGMDIxMUU1OUM4QkNGQThFMEUwNEUwNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDOUYwNEZBOTFGMDIxMUU1OUM4QkNGQThFMEUwNEUwNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmtAUasAAAE9SURBVHjaYvz//z8DOYARl8YdO3ZUgmgPD492bPJMeAwNh2LibQTapsjGxnYPxP7165cS0Nb7xNroJyYmxgDCQBCA00agDbuBbEEkcQUjIyNhRkZGhrNnz74F8h8gyb0DusCNBcqZBcRzZWVleYEYLMDDwwOmrayshIGU8OPHjxmA+DOQnYziR6CtGkBqtZSUlI62tjYDMzMzWPzv378MV69eZXj27NkVIDcUaNsNjMABauYCUid1dXV1pKWlwWJPnz5luHz5MkiTOVDTN5haFjQ//wX6S15UVJThxYsXYAEQGyQGtOAvskJ0jU58fHy8d+7cYXj06NFtkICcnJwqPz8/74cPH5yB3G24oiPw06dPIE2rgWwTEAaxP378iBEt6DbqAZ1UBKQnAP0D83wY0O8FQDqCqLRKCAAEGABd8XuKZO3ajgAAAABJRU5ErkJggg==) 
                repeat-x;
}
.product-review-box .rating div {
	height: 14px;
	background: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUUxMDQyQ0QxRjAxMTFFNTk2MTJFQzBGNEQ0NjFCM0MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUUxMDQyQ0UxRjAxMTFFNTk2MTJFQzBGNEQ0NjFCM0MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRTEwNDJDQjFGMDExMUU1OTYxMkVDMEY0RDQ2MUIzQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRTEwNDJDQzFGMDExMUU1OTYxMkVDMEY0RDQ2MUIzQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pux5FSwAAAC3SURBVHjaYvz//z8DOYARpPH9bEFscpVQuh1dQjD1PQMTHkPDoRgrYMEhrgjE+kjs++gKcNnoh8QOwGfjbpDTkcQVkNjVQByNxH8HxG4wjbOAeC4Q82IxXBiKQeAzECcjO3U1EJsB8RU8gXUFqmY1uh9vALE5Ds1XoHI3cAXOXyCWx6JRHiqHM1SdkPx5G4oZoGLO+DQGIvnZBIpXY4sWdI16QFwETTGfoDgMiAuhcqhplRwAEGAAKgknVRE6q8kAAAAASUVORK5CYII=) 
                repeat-x;
}

#back-in-stock-notify-me {
	margin: 10px 0 0;
	border: 1px solid #bbb;
	background: #ddd;
	box-shadow: inset 0 0 1px 0 #fff;
	padding: 5px 10px;
	color: #555;
}
#back-in-stock-notify-me:hover {
	border-color: #ccc;
	background: #eee;
}

.attributes dl {
	overflow: hidden;
}
.attributes dt {
	float: left;
	clear: left;
	width: 85px;
	margin-right: 10px;
	background: #eee url(/Themes/Alicante/Content/img/bullet4.png) 95% center no-repeat;
	padding: 5px;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
}
.attributes dd {
	float: left;
	max-width: 260px;
	margin-bottom: 12px;
}
.attributes li {
	margin: 3px 0;
}
.attributes select {
	min-width: 70px;
	max-width: 258px; /* for QuickView */
}
.color-squares {
	overflow: hidden;
}
.color-squares li {
	float: left;
	margin: 0 10px 4px 0;
}
.color-squares .color-container {
	float: left;
	border: 1px solid #666;
}
.color-squares .color {
	display: block;
	width: 23px;
	height: 23px;
	border: 1px solid #fff;
    cursor:pointer;
}
.color-squares .selected-value .color {
	border: 1px solid #666;
}
.color-squares input[type="radio"] {
	position: relative;
	z-index: -1;
	float: left;
	margin: 6px 0 0 -18px;
}
.rental-attributes input[type="text"]{
    padding: 3px;
    max-width: 101px
}
.color-squares .tooltip-container {
	display: none !important;
}

/*Rental Products Calendar*/
.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
    background: #04549c; /* #84182F */  /* RL */
    border: 1px solid #262228;
	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+Jx0TgnnKKeX84182FK3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/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: #f6f6f6;
    color: #04549c; /* #84182F */  /* RL */
}

.overview .prices,
.variant-overview .prices {
	margin-bottom: 10px;
	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: #04549c; /* #84182F */  /* RL */
	font-size: 18px;
	font-weight: bold;
}
.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
	color: #04549c; /* #84182F */  /* RL */
}
.overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:hover {
	text-decoration: underline;
}

.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: 0 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 #262228;
    background: #04549c; /* #84182F */  /* RL */
    padding: 0 24px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
	opacity: 0.9;
}
.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:  bold 18px "Times New Roman", Times, serif;
	color: #04549c; /* #84182F */  /* RL */
}

.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: 470px;
}
.variant-overview .variant-name {
	margin-bottom: 5px;
	font:  24px "Times New Roman", Times, serif;
	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;
}
.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;
	font-weight: bold;
    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;
	text-shadow: none;
}
.ui-tabs .ui-tabs-panel {
    border: 1px solid #ddd;
    background: #fff;
    padding: 12px;
}
.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-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: #04549c; /* #84182F */  /* RL */
	text-decoration: underline;
}
.product-tags-all-page ul {
	overflow: hidden;
}
.product-tags-all-page li {
    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;
}

.giftcard {
	margin-bottom: 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	float: left;
	clear: both;
	margin: 8px 0;
}
.giftcard label {
	float: right;
	margin-left: 10px;
    line-height: 30px;
	color: #333;
}
.giftcard label:before {
	content: "-";
	margin-right: 10px;
	color: #999;
}
.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;
}

/* vendor pages */
.vendor-description {
    margin: 0 0 20px;
}
.vendor-list {
}
.vendor-list li {
	margin: 0 5px 5px 0;
	color: #333;
	display: inline-block;
}
.vendor-list li a {
	display: block;
	height: 26px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
	padding: 5px 15px;
	line-height: 26px;
}
.contact-vendor input[type='button']{
    display: inline-block;
    margin: 0 0 20px;
    border: 1px solid #bbb;
    background: #ddd;
    box-shadow: inset 0 0 1px 0 #fff;
    padding: 5px 10px;
    color: #555;
}
.contact-vendor input[type='button']:hover{
    border-color: #ccc;
    background: #eee;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
	font-weight: normal;
	font-style: ;
	color: #333;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''"
}
.product-reviews-page h1 a:hover {
}
.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;
}
.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: 299px;
	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: 156px;
}
.write-review .captcha-box {
	margin-top: 15px;
	margin-bottom: 0;
}
.write-review .buttons {
	text-align: center;
}
.write-review .button-1 {
    border: 1px solid #262228;
    background: #262228; /* #84182F */  /* RL */
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}
.write-review .button-1:hover {
    opacity: 0.9;
}

.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: 35px;
}
.product-review-item .review-item-head {
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}
.product-review-item .review-title {
    float: left;
    padding: 3px 0;
	font:  18px "Times New Roman", Times, serif;
    color: #333;
    text-transform: uppercase;
}
.product-review-item .review-title strong {
	font-weight: normal;
}
.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;
	background: #f6f6f6;
	padding: 5px;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	color: #04549c; /* #84182F */  /* RL */
	font-weight: bold;
	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: ;
	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 #bbb;
    background: #ddd;
	box-shadow: inset 0 0 1px #fff;
	padding: 5px 10px;
	color: #555;
}
.wishlist-content .button-2:hover,
.compare-products-table .button-2:hover,
.compare-products-table-mobile .button-2:hover {
	border-color: #ccc;
	background: #eee;
}
.wishlist-page .tax-shipping-info {
    text-align: center;
    margin: 0 0 10px;
}
.wishlist-page .buttons,
.wishlist-page .share-info {
	text-align: center;
}
.wishlist-page .share-info a {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	color: #04549c; /* #84182F */  /* RL */
}
.wishlist-page .share-info a:hover {
	text-decoration: underline;
}

.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;
}


/*********** TOPICS ***********/



.topic-block {
	margin-bottom: 20px;
}
.home-page .topic-block {
	margin-bottom: 25px;
}
.topic-block-title h2 {
	position: relative;
	margin-bottom: 20px;
    font:  32px "Times New Roman", Times, serif;
    color: #333;
}
.home-page .topic-block-title h2 {
	margin-bottom: 30px;
	text-align: center;
}
.home-page .topic-block-title h2:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 54px;
	height: 3px;
	margin-left: -27px;
	background: #04549c; /* #84182F */  /* RL */
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
}
.topic-block-body {
	line-height: 22px;
	color: #444;
}
.home-page .topic-block-body {
	text-align: center;
}
.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 {
	margin-bottom: 30px;
	padding: 0 5px;
	line-height: 18px;
	text-align: justify;
}

.enter-password-title {
	padding: 5px 0;
	font-size: 13px;
	color: #c00;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
	padding: 5px 0;
}
.enter-password-form input[type="password"] {
	float: left;
	width: 250px;
	height: 32px;
	margin-right: -1px;
	padding: 0 6px;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	height: 32px !important;
	border: 1px solid #333;
	background: #444;
	padding: 0 24px !important;
	font-size: 16px !important;
	color: #fff;	
}
.enter-password-form input[type="submit"]:hover {
	opacity: 0.9 !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 {
	margin-bottom: 30px;
	padding: 0 5px;
}
.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	margin-bottom: 15px;
}
.contact-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 #262228;
    background: #04549c; /* #84182F */  /* RL */
	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 {
    opacity: 0.9;
}
.email-a-friend-page .title {
	margin-bottom: 15px;
}
.email-a-friend-page .title h2 {
	font:  18px "Times New Roman", Times, serif;
	color: #04549c; /* #84182F */  /* RL */
	text-transform: uppercase;
}
.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 5px;
}
.account-page .inputs label {
	width: 164px;
}
.registration-page select,
.account-page .inputs select {
	width: 96px;
}
.registration-page select + select,
.account-page select + select {
	margin-left: 12px;
}
.gender{
    display: inline-block;
}
.gender span > * {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    margin-bottom: 0 !important;
}
select#CountryId,
select#StateProvinceId,
select#TimeZoneId {
    width: 312px;
}
#check-availability-button {
	border: 1px solid #bbb;
	background: #ddd;
	box-shadow: inset 0 0 1px #fff;
	padding: 6px 12px;
	font-size: 12px;
	text-transform: none;
	color: #333;
}
#check-availability-button:hover {
	border-color: #ccc;
	background: #eee;
}
#username-availabilty {
    position: absolute;
	margin: -32px 0 0 16px;
    font-size: 11px;
    color: #000;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
}
.registration-page .option-list,
.account-page .option-list {
	display: inline-block;
}
.registration-page .option-list li,
.account-page .option-list li {
	display: inline-block;
}
.registration-page .option-list label,
.account-page .option-list label {
	width: auto !important;
}
.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 #262228;
    background: #04549c; /* #84182F */  /* RL */
	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 {
    opacity: 0.9;
}

.registration-result-page .page-body {
	padding: 0 5px;
}
.registration-result-page .result {
	margin-bottom: 15px;
}

.login-page .customer-blocks {
	margin-bottom: 30px;
}
.login-page .title {
	margin-bottom: 10px;
	font:  bold 18px "Times New Roman", Times, serif;
	color: #04549c; /* #84182F */  /* RL */
}
.login-page .new-wrapper {
	margin-bottom: 30px;
}
.login-page .new-wrapper .inner-wrapper {
    border: 1px solid #DDD;
}
.login-page .new-wrapper .inner-wrapper,
.login-page .returning-wrapper .form-fields {
    padding: 15px 15px 0;
}
.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 #bbb;
	background: #ddd;
	color: #333;
	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: #ccc;
	background: #eee;
}
.address-list-page .add-button {
	margin: -10px 0 15px;
	text-align: center;
}
.order-details-page .section.shipments,
.order-details-page .order-notes {
    clear: both;
}

.edit-address {
    position: relative;
    margin-bottom: 20px;
    padding: 15px;
    color: #333;
	border: 1px solid #ddd;
}
.account-page .edit-address .inputs 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;
}

.vendorinfo-page .vendor-picture {
	margin: 10px 0 -10px;
	text-align: center;
}
.vendorinfo-page .vendor-picture img {
	display: block;
	margin: 0 auto 10px;
}
.vendorinfo-page input.button-2 {
	margin: 0 0 20px;
	border: 1px solid #bbb;
	background: #ddd;
	box-shadow: inset 0 0 1px 0 #fff;
	padding: 5px 10px;
	font-size: 12px;
	color: #555;
	text-transform: none;
}
.vendorinfo-page input.button-2:hover {
	border-color: #ccc;
	background: #eee;
}

.forum-subscriptions-page .description {
	margin-bottom: 10px;
}

.return-request-page {
	margin-bottom: 30px;
}
.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;
}
.reward-points-history {
    margin-top: 20px;
}
.reward-points-history .title {
    margin-bottom: 6px;
}
.user-agreement-page {
    text-align:center;
}
.terms-of-agreement{
    line-height: 20px;
    padding:0 0 20px 0;
}
.user-agreement-page .button-1{
    background: #883366 none repeat scroll 0 0;
    border: 1px solid #550033;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    padding: 6px 24px;
    text-transform: uppercase;
}
.user-agreement-page .button-1:hover{
    opacity:0.9;
}

/********** 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/Alicante/Content/img/bullet8.png) center top no-repeat;
	padding-top: 25px;
	color: #000;
}
.order-progress li.active-step a {
	background-image: url(/Themes/Alicante/Content/img/bullet9.png);
	cursor: pointer;
}
.order-progress li.inactive-step a {
	cursor: default;
}
.order-progress li.active-step a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);}

.shopping-cart-page .message-error {
	margin-bottom: 10px;
}
.shopping-cart-page .tax-shipping-info {
    margin: 0 0 10px;
    text-align: right;
}

/*global buttons start*/
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a,
.order-details-page .actions .button-2 {
    border: 1px solid #bbb;
    background: #ddd;
    padding: 6px 12px;
    color: #333;
	font-size: 12px;
}
.order-details-page .actions .button-2 {
    float: right;
    padding: 7px 15px;
}
.order-details-page .actions .button-1 {
    float: right;
    margin-left: 15px;
}
.shopping-cart-page .button-2:hover,
.checkout-page .button-2:hover,
.order-details-page .page-title a:hover,
.order-details-page .actions .button-2:hover {
	background: #eee;
	border-color: #ccc;
}
.shopping-cart-page .button-1,
.checkout-page .button-1,
.order-details-page .button-1,
.button-2.order-completed-continue-button {
    border: 1px solid #262228;
    background: #04549c; /* #84182F */  /* RL */
	padding: 6px 10px;
	font-size: 15px;
    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 #262228;
    background: #04549c; /* #84182F */  /* RL */
    opacity: 0.9;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	border: 1px solid #bbb;
	background: #fff url(/Themes/Alicante/Content/img/close.png) center no-repeat;
	margin-left: 5px;
	cursor: pointer;
}
.remove-discount-button:hover,
.remove-gift-card-button:hover {
	border-color: #666;
}
/*global buttons end*/

.cart .edit-item {
    margin: 5px 0 0;
}
.cart .edit-item a {
    display: inline-block;
    padding: 8px 0;
}

.shopping-cart-page .common-buttons {
	margin-bottom: 20px;
	text-align: right;
}
.shopping-cart-page .checkout-buttons {
    text-align: right;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none;
}
.checkout-attributes {
	margin: 20px 0;
	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: #04549c; /* #84182F */  /* RL */
}
.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 #262228;
    background: #04549c; /* #84182F */  /* RL */
	padding: 8px 24px;
}
.cart-footer .checkout-button:hover {
    opacity: 0.9;
}

.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: 148px;
	padding: 5px;
	border-color: #bbb;
}
.cart-footer .deals .button-2 {
	float: left;
	margin-left: -1px;
	font-size: 11px;
}
.cart-footer .deals .message {
	margin-top: 5px;
	font-size: 11px;
	color: #000;
}
.cart-footer .deals .current-code {
	margin-top: 5px;
	color: #04549c; /* #84182F */  /* RL */
}
.cart-footer .shipping {
	float: right;
	width: 360px;
}
.cart-footer .shipping .inputs label {
	width: 100px;
}
.cart-footer .shipping .inputs [type="text"] {
    width: 235px;
}
.cart-footer .shipping select {
	width: 235px !important;
}
.cart-footer .shipping .buttons{
    overflow: hidden;
}
.cart-footer .shipping .button-2 {
	float: right;
    margin-right: 11px;
}
.cart-footer .shipping-results {
	margin-top: 15px;
	border-top: 1px solid #bbb;
	padding: 10px 0 0;
	font-style: ;
}
.cart-footer .shipping-results li {
	margin: 5px 0;
}
.cart-footer .shipping-results strong {
	color: #333;
}

.shopping-cart-page .addon-buttons {
	margin: 20px 0 0;
	text-align: right;
}
.shopping-cart-page .addon-buttons img,
.shopping-cart-page .addon-buttons a,
.shopping-cart-page .addon-buttons div {
    margin: 10px 0 0 0;
}

.checkout-page .buttons {
	margin-bottom: 20px;
	text-align: center;
}
.checkout-page .cart th:nth-child(2) {
	text-align: left;
}
.checkout-page .selected-checkout-attributes {
	padding-right: 5px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
    margin-bottom: 20px;
}

.checkout-page .pickup-points {
	margin: 0 0 25px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 15px;
}
.checkout-page .select-pickup-point {
	margin: 10px 0 0;
}
.checkout-page .select-pickup-point li {
	display: inline-block;
	margin: 0 5px;
}
.checkout-page .select-address select {
	max-width: 100%;
}
.checkout-page .pickup-points-map {
	height: 300px;
	margin: 20px 0 0;
}

.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: 10px 0;
}
.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;
	border: none;
}
.checkout-page .edit-address .inputs,
.checkout-page .edit-address span {
	white-space: nowrap;
}
.checkout-page .edit-address label {
	width: 130px;
}
.checkout-page .edit-address select {
	width: 312px;
}
.checkout-page .edit-address .custom-attributes .option-list{
    width: 312px;
    display: inline-block;
}
.checkout-page .edit-address .custom-attributes .option-list label{
    width: auto;
}
.checkout-page .edit-address .custom-attributes .option-list li{
    float: left;
}

.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 label,
.payment-method .method-list li label {
	color: #333;
	font-weight: bold;
}
.shipping-method .method-description {
	margin-top: 5px;
}
.method-name > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.payment-info .info {
	margin-bottom: 15px;
    border: 1px solid #ddd;
	padding: 15px;
	line-height: 20px;
}
.method-name .payment-logo label{
    display: block;
}
.confirm-order .terms-of-service {
	text-align: center;
}
.confirm-order .buttons {
	margin-bottom: 20px;
	padding: 5px;
}
.order-review-data,
.shipment-overview {
	display: table;
	width: 100%;
	margin-bottom: 30px;
    border: 1px solid #ddd;
	border-spacing: 15px;
}
.order-review-data ul,
.shipment-overview ul {
	display: table-cell;
}
.order-review-data li,
.shipment-overview li {
	line-height: 18px;
}
.order-review-data .title {
    margin: 15px 0 10px;
    color: #333;
}
.order-review-data .title:first-child {
	margin-top: 0;
}
.order-summary-body {
	margin-bottom: 25px;
}
.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;
	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.pickup-points {
	border: none;
	padding: 0;
}
.opc .section > label {
	display: block;
	margin-bottom: 15px;
}
.opc .edit-address {
	width: auto; /*RESET*/
	margin: 0; /*RESET*/
}
.opc .edit-address label {
	width: 275px;
}
.opc .pickup-points label {
	display: none;
}
.opc .buttons {
	margin-bottom: 0; /*RESET*/
	text-align: left; /*RESET*/
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.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 .terms-of-service,
.opc #checkout-step-confirm-order .buttons {
	text-align: right;
}

.order-details-page .page-body {
    overflow: hidden;
	padding: 0 5px;
	margin-bottom: 25px;
}
.order-details-page .page-title {
	overflow: hidden;
}
.order-details-page .page-title h1 {
	float: left;
}
.order-details-page .page-title a {
	float: right;
	margin: 5px 0 0 10px;
}
.order-details-page .order-overview {
	margin-bottom: 20px;
    border: 1px solid #ddd;
	background: #f6f6f6;
	padding: 15px;
}
.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 {
    font-weight: bold;
	margin: 15px 0 10px;
}
.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;
    overflow: hidden;
}
.order-details-page .total-info {
	float: right;
}


/*********** SEARCH & SITEMAP ***********/



.search-input {
	padding: 0 5px;
    margin-bottom:15px;
}
.search-input .inputs.reversed {
	text-align: center; /*RESET*/
}
.search-input .inputs.reversed label {
	width: auto; /*RESET*/
}

.basic-search {
	margin-bottom: 15px;
	padding: 15px;
    border: 1px solid #ddd;
}
.basic-search label {
	width: 120px;
}
.basic-search input[type="text"] {
	width: 420px;
    max-width: 100%;
}

.advanced-search {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	padding: 15px;
}
.advanced-search .inputs label {
	width: 175px;
	font-style: ;
}
.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: 60px;
	margin: 3px;
	padding: 6px;
}

.search-input .buttons {
	margin-bottom: 5px;
	text-align: center;
}
.search-input .button-1 {
    border: 1px solid #262228;
    background: #04549c; /* #84182F */  /* RL */
    padding: 6px 24px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
}
.search-input .button-1:hover {
    opacity: 0.9;
}
.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 .entity {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px dotted #ccc;
}
.sitemap-page .entity-title {
	margin-bottom: 10px;
}
.sitemap-page .entity-title h2 {
	font:  bold 18px "Times New Roman", Times, serif;
	color: #04549c; /* #84182F */  /* RL */
}
.sitemap-page .description{
    margin: 0 0 20px;
}
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page .entity-body ul {
	overflow: hidden;
}
.sitemap-page .entity-body li {
	display: inline-block;
}
.sitemap-page a:after {
	content: "|";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	color: #ccc;
}
.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:hover {
	border-top-color: transparent !important;
}
.year strong {
	display: block;
	background: #04549c; /* #84182F */  /* RL */ 
	border: 1px solid #262228;
	font-size: 14px;
    padding: 10px 15px;
	color: #fff;
	cursor: default;
}

.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:  bold 18px "Times New Roman", Times, serif;
	color: #04549c; /* #84182F */  /* RL */
}
.post-title:hover,
.news-title:hover {
}
.post-date, .news-date {
	float: right;
    margin-right: 3px;
	font-size: 13px;
	line-height: 22px;
	font-style: ;
	color: #333;
}
.blogpost-page .post-date,
.news-item-page .news-date {
	float: none;
	color: #888;
}
.post-body, .news-body {
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #444;
	text-align: justify;
}
.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;
	padding: 3px 5px;
	font-weight: bold;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
	color: #04549c; /* #84182F */  /* RL */
}
.blog-page .post .buttons a:hover {
	color: #000;
	text-decoration: underline;
}

.new-comment {
	margin: 30px 0;
}
.new-comment .title {
	margin-bottom: 10px;
}
.new-comment .notifications {
	margin-bottom: 10px;
}
.new-comment .result {
	font-style: ;
}
.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 {
	margin-top: -10px;
	text-align: center;
}
.new-comment .button-1 {
    border: 1px solid #262228;
    background: #04549c; /* #84182F */  /* RL */
	padding: 6px 24px;
	font-size: 16px;
    line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}
.new-comment .button-1:hover {
    opacity: 0.9;
}

.comment-list {
	margin-bottom: 20px;
}
.comment-list .title {
	margin-bottom: 10px;
	font:  bold 18px "Times New Roman", Times, serif;
	color: #04549c; /* #84182F */  /* RL */
}
.blog-comment, .news-comment {
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
.blog-comment:after,
.news-comment:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.comment-info {
	float: left;
	width: 100px;
	margin-right: 15px;
}
.comment-info .username {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
}
.comment-info a.username:hover {
	background: #eee;
	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: 585px;
}
.comment-time {
	margin-bottom: 10px;
	font-size: 13px;
	font-style: ;
	color: #888;
}
.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;
    /* font-size: 12px; */
}
.news-items .read-more {
	float: right;
	border: 1px solid #262228;
	background: #04549c;
	box-shadow: inset 0 0 1px #fff;
	padding: 5px 10px;
	color: #FFF;
}
.news-items .read-more:hover {
	border-color: #04549c;
	background: #262228;
}

.news-item-page .inputs:first-child label {
	display: inline-block;
}

.news-list-homepage {
    margin-bottom: 20px;
}
.news-list-homepage .title {
	margin-bottom: 15px;
	font:  32px "Times New Roman", Times, serif;
	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 {
	text-decoration: underline;
}



/************* FORUMS + PROFILE&INBOX *************/



.forums-header {
	margin: 0 0 20px;
}
.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;
	margin: 0;
}
.forum-search-box .basic {
	overflow: hidden;
}
.forum-search-box-text,
.forum-search-text {
	float: left;
	width: 280px;
	height: 32px;
	padding: 0 6px !important;
	color: #444;
}
.forum-search-box-button{
	float: left;
	width: 32px;
	height: 32px;
	border: none;
	overflow: hidden;
	background: #333 url(/Themes/Alicante/Content/img/icon4.png) center no-repeat;
	text-indent: 999px;
}
.forum-search-box-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 {
	margin-bottom: 50px;
}
.forums-table-section .table-wrapper{
    overflow-x: auto;
}
.forums-table-section td{
    min-width: 100px;
}
.forums-table-section td.image {
    min-width: 70px;
}
.forums-table-section-title {
	overflow: hidden;
	margin-bottom: 10px;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	float: left;
	font:  normal 18px "Times New Roman", Times, serif;
	color: #04549c !important; /* #84182F */  /* RL */
	text-transform: uppercase;
}
.forums-table-section-title > a {
	font-weight: normal !important;
}
.forums-table-section-title span {
	float: right;
}
.forums-table-section-title .view-all {
	margin-right: 10px;
	line-height: 24px;
}
.forums-table-section th {
	text-align: left;
}
.forums-table-section .image div {
	width: 24px;
	height: 24px;
	margin: auto;
	background: url(/Themes/Alicante/Content/img/folder1.png) center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url(/Themes/Alicante/Content/img/folder2.png) center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url(/Themes/Alicante/Content/img/folder3.png) center no-repeat;
}
.active-discussions .forums-table-section-title * {
	line-height: 36px;
	font-weight: normal !important;
}
/*forum main page end*/

.forum-search-page .basic-search {
	margin-bottom: 0;
}
.forum-search-page .basic-search div:first-child {
	overflow: hidden;
}
.forum-search-page .basic-search div:last-child {
	margin-top: 10px;
	text-align: center;
}
.forum-search-page .basic-search input[type="text"]{
    float: none;
    width: 312px;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .advanced-search .inputs label,
.forum-search-page .basic-search label {
	width: 290px;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}

.forum-breadcrumb {
	max-width: 630px;
}
.pager.upper {
	display: none;
}
.pager.lower {
	float: right;
	border: none;
	padding: 0;
}



.forum-page .forum-top {
	margin-bottom: 15px;
	overflow: hidden;
}
.forum-page .forum-info {
	position: relative;
	margin-bottom: 15px;
}
.forum-page .forum-name h1 {
	font:  32px "Times New Roman", Times, serif;
	color: #333;
}
.forum-page .link-rss {
	position: absolute;
	top: 5px;
	right: 0;
}
.forum-page .actions {
	padding: 10px 0;
    margin: 0 0 10px;
}
.forum-page .actions a {
	margin-right: 10px;
	padding-left: 20px;
	color: #000;
}
.forum-page .actions a:hover {
	text-decoration: underline;
}
.forum-page .new-topic {
	background: url(/Themes/Alicante/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-page .watch-forum {
	background: url(/Themes/Alicante/Content/img/forum_icon5.png) left center no-repeat;
}

.forum-topic-page .topic-name h1 {
	margin-bottom: 10px;
	font:  32px "Times New Roman", Times, serif;
}
.forum-topic-page .topic-actions {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px 0;
}
.forum-topic-page .manage {
	float: right;
}
.topic-actions .actions a {
	margin-left: 10px;
	padding-left: 20px;
	color: #000;
}
.topic-actions .actions a:hover {
	text-decoration: underline;
}
.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button {
	background: url(/Themes/Alicante/Content/img/forum_icon1.png) left center no-repeat;
}
.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
	background: url(/Themes/Alicante/Content/img/forum_icon2.png) left center no-repeat;
}
.forum-topic-page .move-topic-button {
	background: url(/Themes/Alicante/Content/img/forum_icon3.png) left center no-repeat;
}
.forum-topic-page .topic-actions.lower .actions {
	display: none;
}

.forum-topic-page .topic-options {
	float: left;
}
.forum-topic-page .topic-options a {
	margin-right: 10px;
	padding-left: 20px;
	color: #000;
}
.forum-topic-page .topic-options a:hover {
	text-decoration: underline;
}
.forum-topic-page .reply-topic-button {
	background: url(/Themes/Alicante/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-topic-page .watch-topic-button {
	background: url(/Themes/Alicante/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 .avatar {
	float: left;
	width: 190px;
}
.topic-post .manage-post {
	float: none; /*RESET*/
	overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.topic-post .manage-post a {
    float: left;
    border-right: 1px solid #bbb;
    padding: 5px 10px 5px 25px;
    background-position: left 5px center;
    line-height: 16px;
}
.topic-post .manage-post a:first-child{
    border-left: 1px solid #bbb;
}
.topic-post .manage-post a:hover {
	border-color: #ccc;
	background-color: #eee;
	text-decoration: none;
}
.topic-post .edit-post-link-button,
.topic-post .delete-post-link-button {
	background-position: 5px center;
}
.topic-post .user-info {
	padding-right: 10px;
}
.topic-post .username {
	display: block;
	font-weight: bold;
	color: #000;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    background: #ddd;
    line-height: 16px;
}
.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 #bbb;
	background: #ddd;
	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: #ccc;
	background: #eee;
}
.topic-post .post-content,
.profile-info-box .profile-stats {
	margin-left: 200px;
	position: relative;
}
.topic-post .post-head {
	margin-bottom: 10px;
	border: 1px solid #bbb;
	background: #ddd;
    padding: 0;
}
.topic-post .post-time {
    padding: 5px;
    float: left;
}
.topic-post .quote-post{
    display: inline-block;
    vertical-align: top;
}
.topic-post .quote-post a {
	margin-right: 5px;
	font-weight: bold;
	color: #04549c; /* #84182F */  /* RL */
    line-height: 26px;
}
.topic-post .quote-post a:hover {
	text-decoration: underline;
}
.topic-post .post-body {
	padding-left: 5px;
	padding-right: 45px;
}
.topic-post .post-actions{
    float: right;
}

.topic-post .post-vote {
	position: absolute;
	top: 45px;
	right: 0;
}
.topic-post .post-vote > span {
	display: block;
	width: 25px;
	height: 25px;
	background-color: #eee;
	background-image: url(/Themes/Alicante/Content/img/votes.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.topic-post .post-vote > .vote.up {
	background-position: -25px center;
}
.topic-post .post-vote > .vote.down {
	background-position: 0 center;
}
.topic-post .post-vote > div {
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}
.topic-post .signature {
	border-top: 1px dotted #ccc;
	padding: 20px 0 0;
    font-style: ;
}

.forum-edit-page .page-body,
.private-message-send-page .page-body {
	padding: 0 5px;
}
.forum-edit-page .inputs label,
.private-message-send-page .inputs label{
    width: 164px;
}
.forum-edit-page .inputs.reversed{
    margin-left: 178px;
}
.forum-edit-page .inputs.reversed label{
    width: auto;
}
.forum-edit-page strong,
.private-message-send-page a {
	font:  bold 18px "Times New Roman", Times, serif;
	color: #04549c; /* #84182F */  /* RL */
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 175px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 548px;
	height: 180px;
	margin-left: 180px;
}
.forum-edit-page .buttons,
.move-topic-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 15px 0 35px;
	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 {
	border: 1px solid #bbb;
	background: #ddd;
	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: #ccc;
	background: #eee;
}
.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 #262228;
	background: #04549c; /* #84182F */  /* RL */
	box-shadow: none;
	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: #614;
	background: #947;
}
.topic-footer .topic-options a{
    margin-right: 5px;
    text-decoration: underline;
}

.profile-info-box {
	overflow: hidden;
}
.profile-info-box .title {
	margin-bottom: 10px;
	font:  18px "Times New Roman", Times, serif;
	color: #000;
}
.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:  18px "Times New Roman", Times, serif;
}
.profile-page .topic-title a {
	color: #195228; /* #84182F */  /* RL */
}
.profile-page .topic-title a:hover {
	text-decoration: underline;
}
.profile-page .topic-data {
	color: #999;
}

.move-topic-page .inputs {
	padding: 15px;
	border: 1px solid #ddd;
}
.move-topic-page .inputs label {
	width: auto;
}

.private-message-send-page .fieldset {
	margin-bottom: 0; /*RESET*/
}
.private-message-send-page .message label {
	display: none;
}

.private-messages-page table {
	margin-bottom: 10px;
}
.private-messages-page td:first-child {
	text-align: center;
}
.private-messages-page td:last-child {
	width: 15%;
	white-space: nowrap;
}
.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 {
	border: 1px solid #ddd;
	padding: 15px;
}
.private-message-view-page label {
	display: inline-block;
	min-width: 60px;
	font-weight: bold;
	color: #000;
}
.private-message-view-page .message-body {
	margin: 15px 0;
}
.private-message-view-page .buttons {
	overflow: hidden;
    margin: 15px 0;
}
.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;
}

.captcha-box input {
	height: auto;
}


@media all and (min-width: 981px) {

    .top-menu {
        display: block !important;
    }

    .item-box {
        margin-bottom: 95px;
    }
    .item-box .title {
	    position: static;
	    background: #fff;
	    text-align: center;
    }
    .item-box .title a {
	    line-height: 2.4;
    }
    .item-box .product-item {
	    overflow: visible;
    }
    .item-box .details,
    .product-grid .item-box .product-item:hover .details {
	    top: auto;
	    bottom: -95px; /* 71px */
	    left: -10px !important;
/*	    padding: 0 10px 10px; */ /* Stavljen margin umjesto paddinga zbog micanja okvira /* RL */
		margin: 10px;
	    width: 100% !important;
	    height: auto !important;
/*	    background: #e6e6e6 url(/Themes/Alicante/Content/img/transparent-pattern.png) repeat;  */  /* OKVIR */ /* RL */
	    opacity: 1;
    }
    .item-box .details > * {
	    background: #f6f6f6;
	    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    }
    .product-list .details .description{
        box-shadow:none;
    }
    .item-box .description {
	    display: none;
	    overflow: hidden;
	    padding: 10px 10px 0;
	    height: 30px;
	    line-height: 1.3;
    }
    .product-list .item-box .description {
        display:block;
        background:none;
    }
    .item-box .description a {
	    height: auto;
	    text-align: justify;
    }
    .item-box .add-info {
	    position: static;
	    overflow: hidden;
	    padding: 1px; /* 10px */
	    width: auto;
		/* min-height: 105px; */
	    height: auto; /* 50px */
    }
    .item-box .prices,
    .item-box .buttons {
	    /* padding: 0; */
	    text-align: center;
	    /* display: inline-block; */
    }
    .item-box .old-price {
	    display: block;
	    margin: 0;
	    font-size: 11px;
	    line-height: 18px;
    }
    .item-box .actual-price {
	    color: #333;
	    line-height: 24px;
    }
    .item-box .old-price + .actual-price {
	    line-height: 24px;
    }
    .item-box .buttons,
    .item-box input[type="button"], 
    .item-box .buynow-button {
	    float: right;
    }
    .item-box input[type="button"],
    .item-box .buynow-button,
    .item-box input[type="button"]:hover,
    .item-box .buynow-button:hover {
	    padding: 0;
	    width: 45px; /* 70px */
	    height: 40px;
	    border: 1px solid #262228;
	    background: #04549c url(/Themes/Alicante/Content/img/responsive-buy.png) no-repeat center; /* #84182F */  /* RL */
	    text-indent: -9999px;
    }

    
    .product-list .item-box {
	    float: none;
	    width: 100%;
	    margin: 0 0 20px;
	    overflow: hidden;
        background: none;
        padding: 0;
    }
    .product-list .item-box:before {
        display: none;
    }
    .product-list .product-item {
        position: static!important;
        box-shadow: none;
    }
    .product-list .item-box .product-title {
        top: 0;
        left: 245px;
        width: auto;
    }
    .product-list .item-box .product-title a {
    }
    .product-list .item-box .picture {
	    float: left;
        width: 230px;
        background: #e6e6e6 url(/Themes/Alicante/Content/img/transparent-pattern.png);
        padding: 10px;
        box-sizing: border-box;
    }
    .product-list .item-box .picture a {
        position: relative;
        background: #fff;
    }
    .product-list .item-box .picture a:before {
        content: "";
        display: block;
        padding-top: 124%;
    }
    .product-list .item-box .details {
        position: static;
        margin-left: 245px;
        background: none;
        width: auto;
        opacity: 1;
        padding: 45px 0 0;
        height: auto;
    }
    .product-list .item-box .description {
	    height: auto;
	    overflow: hidden;
	    padding: 0;
        color: #444;
        margin: 0 0 18px;
    }
    .product-list .item-box .description a {
	    height: auto;
    }
    .product-list .item-box .add-info {
	    position: static;
        color: #444;
        margin: 0 0 10px;
    }
    .product-list .item-box .prices {
        margin: 0 0 10px;
    }
    .product-list .item-box .prices,
    .product-list .item-box .buttons {
        text-align: left;
        padding: 0;
    }
    .product-list .item-box .actual-price {
        color: #04549c /* #84182F */  /* RL */
    }
    .product-list .item-box .tax-shipping-info {
	    display: block;
        color: #444; 
    }
    .product-list .ajax-cart-button-wrapper {
        float: none;
    }
}

.red-square{ 
	background-color:#04549c; /* #84182F */  /* RL */
	color:#fff; 
	padding:15px; 
	line-height:1.7; 
	font-size:16px; 
} 

/* RL */

.fixed {
	position: fixed;
	top: -5px;
	left: 0;
	width: 100%;
	
	box-shadow: 0 0 40px #222;
	-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;
  }

@import "stylesManufacturer.css";

.item-box-manufacturer {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px 10px;
    padding: 10px;
	width: 230px;
}
.item-box-manufacturer:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.item-box-manufacturer:before {
	content: "";
	display: block;
	padding-top: 1%;
}


.exchange-rate__group {
    text-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
    width: 100%;
    border-top: 1px solid #EEEEEE
}

.exchange-rate__icon {
    display: inline-block;
    width: 25px;
    margin-right: 10px
}

.exchange-rate__icon svg {
    width: 100%;
    height: auto
}

.exchange-rate__text {
    font-size: 16px
}

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (max-width: 980px) and (min-width: 769px) {
.center-2 .side-2 {
	display: none;
} 

.data-table a {
	display: inline-block;
}
select {
	height: 32px;
	border-radius: 0;
	padding: 6px;
}
textarea {
	padding: 5px !important;
}

.flyout-cart {
	display: none !important;
}
.master-column-wrapper {
	width: 95%;
	margin: auto;
}
.center {
	width: auto !important;
}
.center-2,
.side-2 {
	float: none;
	width: auto;
	margin-bottom: 20px;
}

.inputs {
	position: relative;
	text-align: center;
}
.inputs .message-error,
.inputs .field-validation-error,
.inputs .username-not-available-status,
.inputs .password-error {
	display: block;
}
.inputs label {
	margin: 0 0 5px;
	width: 100%;
	text-align: center;
}
.fieldset .title,
.section .title {
	text-align: center;
}

/* 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 */

.admin-header-links {
	left: 0;
	margin: 0;
	width: 100%;
}
.header {
	margin-top: 10px;
	text-align: center;
}
.header-links-wrapper {
	float: none;
	text-align: center;
}
.header-links li {
	margin: 0 8px !important;
}
.header-logo {
	position: static;
	float: none;
	margin-bottom: 20px;
}
.header-selectors-wrapper {
	display: inline-block;
	float: none;
	margin:0;
}
.header-selectors-wrapper > div {
	float: left;
	margin: 0 5px;
}

/* RL */
.header-menu > ul > li {
	color: #999; 
	padding: 15px;
}

.new_select {
	height: 30px;
	text-align: left;
}
.new_select > span {
	padding: 0 34px 0 8px;
	height: 30px;
	background: url(/Themes/Alicante/Content/img/custom-selector.png) no-repeat 94% 4px;
	text-align: left;
	line-height: 31px;
}
.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 {
	display:inline-block;
	float: none;
	clear: none;
	margin: 0 5px;
}
.search-box input.search-box-text {
	width: 300px !important;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 298px !important;
}

/* HEADER MENU */

.header-menu {
	margin: 0 auto 20px;
	width: 70%;
}
.with_slider .header-menu {
	margin-bottom: 20px;
}
.header-menu > ul {
	display: none;
	padding: 0;
	width: 100%;
	border: 1px dotted #ccc;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-menu .menu-title {
	display: block;
	background: #eee;
	box-shadow: inset 0 1px 0 #fff;
}
.header-menu .menu-title span {
	display: block !important;
	overflow: hidden;
	padding: 0 15px;
	background: url(/Themes/Alicante/Content/img/responsive-nav-icon.png) no-repeat 97% center;
	color: #111;
	text-transform: uppercase;
	font-size: 200%;
	line-height: 47px;
	cursor: pointer;
}
.header-menu ul > li {
	position: relative;
	float: none;
	border-top: 1px dotted #ccc;
}
.header-menu ul > li > a,
.header-menu ul > li > span {
    padding: 0;
	height: auto;
	border: 0;
	text-align: left;
	font-size: 16px;
	line-height: 45px;
	display: block;
	padding-left: 10px;
}
.header-menu > ul .plus-button {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 76px;
	height: 76px;
	background: url(/Themes/Alicante/Content/img/responsive-plus.png) no-repeat center;
	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/Alicante/Content/img/responsive-minus.png) no-repeat center;
}

.header-menu .sublist-wrap {
	position: relative;
	border: none;
	padding: 0;
	box-shadow: none;
	background: #f6f6f6;
}
.header-menu .sublist li a {
	padding: 0;
	font-size: 15px;
}
.header-menu .sublist-wrap .sublist-wrap {
	left: 0;
	top: 0;
	background: #fff;
}

.dropdown {
	display: none;
}

/* FOOTER */

.footer-upper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2%;
}
.footer-block {
	margin: 0 0 2% 4%;
	width: 48%;
}
.footer-block:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.footer-block li a {
	display: block;
	padding: 0 0 0 10px;
	line-height: 32px;
}
.footer-block-first li {
	padding: 0 0 0 32px;
	line-height: 32px;
}
.accepted-payment-methods li {
	display: inline-block;
	float: none;
	margin-left: 8px;
}
.subscribe-to-newsletter {
	width: 212px;
}
.newsletter-email input[type="text"] {
	width: 180px;
}
.social-sharing li {
	display: inline-block;
	float: none;
	margin-left: 8px;
}
.bottom {
	padding: 5px 15px;
}
.footer-store-theme {
	width: 200px;
}
.footer-store-theme select {
	width: 140px;  
}

/* SIDEBAR */

.side-2 {
	margin-bottom: 50px;
}
.side-2:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.block {
	float: left;
	width: 32%;
	margin: 0 0 2% 2%;
}
.block:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}
.block .title {
    display: block;
	margin-bottom: 1px; /*override*/
    padding: 5px 10px;
	font-size: 28px;
	cursor: pointer;
}
.listbox .list > li > a {
	padding: 10px;
	font-size: 13px;
}
.listbox .sublist {
	padding-left: 20px;
}
.listbox .sublist a {
	padding: 10px 5px;
}
.listbox .tags{
	padding: 5px 0 0;
}
.listbox .tags li {
	margin: 0;
}
.listbox .tags a {
	padding: 0 12px;
}
.listbox .view-all a {
	display: inline-block;
	padding: 0 12px;
	line-height: 32px;
}
.poll .buttons input {
	padding: 0 12px;
	line-height: 32px;
}

/* CATEGORY PAGE & PRODUCT GRIDS */

.breadcrumb li * {
	display: inline-block;
	line-height: 32px;
}
.breadcrumb li a,
.breadcrumb li strong {
	padding: 0 4px;
}

.product-viewmode {
	display: none;
}

.product-selectors > div {
	margin-right: 0;
	width: 50%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.item-box { /* !important because to override :nth styles */
	clear: none !important;
	width: 32% !important;
	margin: 60px 0 95px 2% !important;
}
.item-box:nth-child(3n+1) {
	clear: both !important;
	margin-left: 0 !important;
}
.item-box .title {
	position: static;
	background: #fff;
	text-align: center;
}
.item-box .title a {
	line-height: 2.4;
}
.item-box .product-item {
	overflow: visible;
}
.item-box .details,
.product-item:hover .details {
	top: auto;
	bottom: -71px;
	left: -10px !important;
	padding: 0 10px 10px;
	width: 100% !important;
	height: auto !important;
	background: #e6e6e6 url(/Themes/Alicante/Content/img/transparent-pattern.png) repeat;
	opacity: 1;
}
.item-box .details > * {
	background: #f6f6f6;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.item-box .description {
	display: none;
	overflow: hidden;
	padding: 10px 10px 0;
	height: 30px;
	line-height: 1.3;
}
.item-box .description a {
	height: auto;
	text-align: justify;
}
.item-box .add-info {
	position: static;
	overflow: hidden;
	padding: 10px;
	width: auto;
	height: 40px;
}
.item-box .prices,
.item-box .buttons {
	padding: 0;
	text-align: center;
	display: inline-block;
}
.item-box .old-price {
	display: block;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
}
.item-box .actual-price {
	color: #333;
	line-height: 40px;
}
.item-box .old-price + .actual-price {
	line-height: 24px;
}
.item-box .tax-shipping-info,
.item-box .base-price-pangv {
	display: none;
}
.item-box .buttons,
.item-box input[type="button"], 
.item-box .buynow-button {
	float: right;
}
.item-box input[type="button"],
.item-box .buynow-button,
.item-box input[type="button"]:hover,
.item-box .buynow-button:hover {
	padding: 0;
	width: 70px;
	height: 40px;
	border: 1px solid #503;
	background: #84182F url(/Themes/Alicante/Content/img/responsive-buy.png) no-repeat center;
	text-indent: -9999px;
}

.home-page .product-grid {
	margin-bottom: 0;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	margin: 0 0 2% 2% !important;
}
.home-page-category-grid .item-box:nth-child(3n+1),
.sub-category-grid .item-box:nth-child(3n+1),
.manufacturer-grid .item-box:nth-child(3n+1),
.vendor-grid .item-box:nth-child(3n+1) {
	margin-left: 0 !important;
}
.home-page-category-grid .item-box:before,
.sub-category-grid .item-box:before,
.manufacturer-grid .item-box:before,
.vendor-grid .item-box:before {
	display: none;
}
.category-item,
.sub-category-item,
.manufacturer-item,
.vendor-item {
	position: static !important;
}
.category-item .picture,
.sub-category-item .picture,
.manufacturer-item .picture,
.vendor-item .picture {
	display: none;
}
.sub-category-grid {
	margin-bottom: 20px;
}

.pager li * {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center 3px;
}
.pager li *:hover, .pager li span {
	background-position: center -21px;
}

/* PRODUCT PAGE */

.gallery {
	float: none;
	margin: 0 0 20px;
	width: 100%;
}
.gallery .picture {
	margin: 0 auto;
}
.gallery .picture-thumbs {
	text-align: center;
}
.gallery .picture-thumbs a,
.gallery .picture-thumbs a:nth-child(3n+1) {
	display: inline-block;
	float: none;
	margin: 12px 6px 0;
}
.product-details-page .overview {
	float: none;
	width: auto;
	padding: 0 20px;
}
.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 {
	height: 42px;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	height: 42px;
}
.product-tags-list li.separator,
.tags li.separator {
	line-height: 32px;
}
.product-details-page .item-box .description {
	display: none;
}

.attributes li {
	margin: 0;
}
.attributes label {
	line-height: 22px;
}
.attributes input + label {
	display: inline-block;
	line-height: 32px;
}

.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;
}

.attributes.rental-attributes input[type="text"]{
    padding: 6px;
}

.giftcard {
	text-align: center;
}
.giftcard div {
	float: none;
}
.giftcard label {
	display: block;
	float: none;
	margin-left: 0;
	width: 100%;
}
.giftcard label:before {
	display: none;
}
.giftcard input {
	max-width: 316px;
	width: 100%;
}

/* REVIEW PAGE */

.write-review .inputs label {
	line-height: normal !important;
}
.ui-tabs .inputs label,
.ui-tabs .review-rating label {
	display: block;
	width: auto;
}
.write-review .button-1 {
	padding: 8px 24px;
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating label {
	display: block;
	margin: 0 0 5px;
	width: auto;
	text-align: center;
}
.product-review-helpfulness .vote {
	padding: 0 5px;
	display: inline-block;
	line-height: 32px;
}

/* WISHLIST & COMPARE LIST
+ EMAILaFRIEND & CONTACT */

.wishlist-content .button-2,
.compare-products-table .button-2 {
	padding: 7px 14px;
}
.wishlist-page .share-info a {
	line-height: 32px;
}
.contact-page .button-1,
.email-a-friend-page .button-1 {
	padding: 8px 24px;
}

/* SEARCH & TOPICS */

.search-input .inputs label {
	margin: 0 0 5px;
	width: 100%;
	text-align: center;
}
.search-input .inputs.reversed label {
	display: inline-block;
	line-height: 32px;
	margin: 0;
}
.search-input .button-1 {
	padding: 8px 24px;
}

.topic-password {
	text-align: center;
}

/* REGISTER, LOGIN, ACCOUNT */

.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 .inputs.reversed label,
.login-page .inputs.reversed a {
	display: inline-block;
	padding: 0 8px;
	background: rgba(255,255,255,0.8);
	line-height: 32px;
	margin: 0;
}
#check-availability-button {
	display: block;
	margin: 10px auto 0;
}
#username-availabilty {
	bottom: -17px;
	left: 50%;
	margin-left: -44px;
	font-size: 11px;
}
.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;
}

/* SHOPPING CART PAGE */

.order-progress li {
	width: 16%;
}
.cart-footer .cart-collaterals {
	width: 64%;
}
.cart-footer .cart-collaterals > div {
	min-height: 0;
}
.shopping-cart-page .button-2, 
.checkout-page .button-2, 
.order-details-page .page-title a {
	padding: 7px 12px;
}
/*.shopping-cart-page .button-1,
.checkout-page .button-1,
.order-details-page .button-1,
.button-2.order-completed-continue-button {
	padding: 8px 36px;
}
.order-details-page .actions .button-2 {
	padding: 9px 15px;
}*/
.cart-footer .totals {
	width: 250px;
}
.cart-footer .deals {
	float: none;
	margin-bottom: 50px;
	width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cart-footer .deals > div {
	float: left;
	width: 49%;
	margin: 0 0 0 2% !important;
}
.cart-footer .deals > div:nth-child(2n+1) {
	margin-left: 0 !important;
}
.cart-footer .deals input[type="text"] {
	padding: 7px 5px;
	width: 100%;
}
.cart-footer .deals .button-2 {
	float: right;
	margin: 10px 0 0;
}
.cart-footer .shipping {
	float: none;
	width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.shipping-options .inputs {
	float: left;
	width: 32%;
	margin: 0 0 2% 2%;
}
.shipping-options .inputs:nth-child(3n+1) {
	margin-left: 0;
}
.shipping-options .inputs:last-child {
	float: none;
	margin: 10px 0;
	clear: both;
	width: 100%;
}
.cart-footer .shipping .inputs [type=text],
.cart-footer .shipping .inputs select {
	width: 100% !important;
}
.cart-footer .shipping .inputs .required {
	position: absolute;
	right: -7px;
	top: 15px;
}
.shipping-options .inputs,
.cart-footer .shipping .inputs label {
	text-align: left;
}
.cart-footer .shipping .button-2 {
	margin: 0
}
.shopping-cart-page .addon-buttons {
	/*margin: -165px 0 0;*/
	width: 230px;
}

/* 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)/*margin override*/ {
	display: inline-block;
	float: none;
	margin: 0 0 10px 1.1%;
	padding: 10px;
	width: 32.6%;
	border: 1px dotted #ddd;
	text-align: center;
	font-size: 12px;
}
.checkout-page .address-item:nth-child(3n+1) {
	margin-left: 0;
}
.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;
}
.checkout-page .edit-address label {
	text-align: right;
	margin-right: 10px;
}
.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;
}

/* FORUMS & PROFILE */

.forum-search-box {
	float: right !important;
}
.forum-search-page .forum-search-text {
	width: 380px !important;
}
.forum-search-page .advanced-search .inputs label {
	display: block;
	width: auto;
}
.forum-edit-page .inputs label,
.private-message-send-page .inputs label{
    width: 100%;
}
.forum-edit-page .inputs.reversed{
    margin: 10px 0;
}
.move-topic-page .inputs {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar,
.forum-edit-page textarea,
.private-message-send-page textarea {
	margin-left: 0;
}

/* BLOG & NEWS */

.blog-page .tags,
.blogpost-page .tags {
	padding: 8px 8px 0;
}
.blog-page .tags a,
.blogpost-page .tags a {
	margin-bottom: 8px;
	padding: 8px;
}
.blog-page .tags label,
.blogpost-page .tags label {
	padding: 9px 5px;
}
.news-items .read-more {
	padding: 8px 14px; 
}
.news-item-page .button-1,
.new-comment .button-1 {
	padding: 8px 24px;
}

}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (max-width: 768px) and (min-width: 481px) {

select {
	max-width: 100%;
	height: 32px;
	padding: 6px;
}
textarea {
	max-width: 100%;
}
.data-table a {
	display: inline-block;
}

.flyout-cart {
	display: none !important;
}



  .master-column-wrapper {
    width: 95%;
    margin: auto;

        -webkit-transform:  rotate(180deg);
        -moz-transform:  rotate(180deg);
        -ms-transform:  rotate(180deg);
        -o-transform:  rotate(180deg);
        transform:  rotate(180deg);
  }


    .master-column-wrapper > div {
        display: block;
        margin: 0 auto 15px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }




.center {
	width: auto !important;
}
.center-2,
.side-2 {
	float: none;
	width: auto;
	margin-bottom: 20px;
}
.inputs {
	display: inline-block;
	position: relative;
	text-align: center;
	min-width: 376px;
	max-width: 100%;
}
.inputs .message-error,
.inputs .field-validation-error,
.inputs .username-not-available-status,
.inputs .password-error {
	display: block;
}
.registration-result-page,
.page-title,
.form-fields,
.checkout-page .enter-address,
.edit-address {
	text-align: center;
}
.inputs span[data-valmsg-for="DateOfBirthDay"],
.inputs span[data-valmsg-for="DateOfBirthMonth"],
.inputs span[data-valmsg-for="DateOfBirthYear"] {
	display: none;
}

.inputs label {
	margin: 0 0 5px;
	width: 100%;
	text-align: center;
}
.fieldset .title,
.section .title {
	text-align: center;
}

/* 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 */

.admin-header-links {
	left: 0;
	margin: 0;
	width: 100%;
}
.header {
	margin-top: 10px;
	text-align: center;
}
.header-logo,
.header-links-wrapper,
.header-selectors-wrapper,
.search-box {
	float: none;
	text-align: center;
}
.header-logo {
	position: static;
	margin: 0 0 20px;
}
.header-links li {
	margin: 0 8px !important;
}
.header-selectors-wrapper > div {
	z-index: 3;
	display: inline-block;
	float: none;
	margin: 0 5px;
}
.header-selectors-wrapper > div:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0;
	line-height: 0;
}
.header-selectors-wrapper > div:last-child {
	margin:0;
}
.header-selectors-wrapper > div select,
.header-selectors-wrapper > div .new_select {
	float: left;
}

.header-menu > ul > li {
	color: #999; 
	padding: 15px;
}

.new_select {
	height: 30px;
	text-align: left;
}
.new_select > span {
	padding: 0 34px 0 8px;
	height: 30px;
	background: url(/Themes/Alicante/Content/img/custom-selector.png) no-repeat 94% 4px;
	text-align: left;
	line-height: 31px;
}
.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: 318px !important;
}

/* HEADER MENU */

.header-menu {
	margin: 0 auto 20px;
	width: 80%;
}
.with_slider .header-menu {
	margin-bottom: 20px;
}
.header-menu > ul {
	display: none;
	padding: 0;
	width: 100%;
	border: 1px dotted #ccc;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-menu .menu-title {
	display: block;
	background: #eee;
	box-shadow: inset 0 1px 0 #fff;
}
.header-menu .menu-title span {
	display: block !important;
	overflow: hidden;
	padding: 0 15px;
	background: url(/Themes/Alicante/Content/img/responsive-nav-icon.png) no-repeat 97% center;
	color: #111;
	text-transform: uppercase;
	font-size: 200%;
	line-height: 47px;
	cursor: pointer;
}
.header-menu ul > li {
	position: relative;
	float: none;
	border-top: 1px dotted #ccc;
}
.header-menu ul > li > a,
.header-menu ul > li > span {
    padding: 0;
	height: auto;
	border: 0;
	text-align: left;
	font-size: 16px;
	line-height: 45px;
	display: block;
}
.header-menu > ul .plus-button {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 76px;
	height: 76px;
	padding-left: 10px;
	background: url(/Themes/Alicante/Content/img/responsive-plus.png) no-repeat center;
	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/Alicante/Content/img/responsive-minus.png) no-repeat center;
}

.header-menu .sublist-wrap {
	position: relative;
	border: none;
	padding: 0;
	box-shadow: none;
	background: #f6f6f6;
}
.header-menu .sublist li a {
	padding: 0;
	font-size: 15px;
}
.header-menu .sublist-wrap .sublist-wrap {
	left: 0;
	top: 0;
	background: #fff;
}

.dropdown {
	display: none;
}

/* FOOTER */

.footer-block {
	margin:0 0 2% 2%;
	width: 49%;
}
.footer-block:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.footer-block li a {
	display: block;
	padding: 0 0 0 12px;
	line-height: 32px;
}
.footer-block-first li {
	padding: 0 0 0 32px;
	line-height: 32px;
}
.footer-lower .center > * {
	float: none;
	text-align: center;
}
.accepted-payment-methods {
	background: #f6f6f6;
}
.accepted-payment-methods li {
	display: inline-block;
	float: none;
	margin: 0 5px 10px !important;
}
.social-sharing li {
	display: inline-block;
	float: none;
	margin: 0 5px 5px !important;
}
.subscribe-to-newsletter {
	width: 244px;
}

.bottom .center > * {
	float: none;
	text-align: center;
    line-height: 18px;
}
.bottom .center > div:first-child {
    margin-top: 5px;
}
.footer-disclaimer {
	margin-bottom: 5px !important;
}
.footer-store-theme {
	margin-bottom: 10px;
}
.footer-store-theme select {
	width: 100px; 
}

/* SIDEBAR */

.side-2 {
	margin-bottom: 50px;
}
.side-2:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0;
	line-height: 0;
}
.block {
	float: left;
	width: 49%;
	margin: 0 0 2% 1%;
}
.block:nth-of-type(2n+1) {
	clear: both;
	margin-left: 0;
}
.block .title {
	display: block;
	margin-bottom: 1px; /*override*/
    padding: 5px 10px;
	font-size: 26px;
	cursor: pointer;
}
.listbox{
	display: none;
}
.listbox .list > li > a {
	padding: 12px 15px;
}
.listbox .list > li.active > a:before,
.listbox .list > li > a.active:before,
.listbox .list > li.active > a:after,
.listbox .list > li > a.active:after {
	display: none;
}
.listbox .sublist {
	padding-left: 20px;
}
.listbox .sublist a {
	padding: 10px 5px;
}
.listbox .tags{
	padding: 5px 0 0;
}
.listbox .tags li {
	margin: 0;
}
.listbox .tags a {
	padding: 0 12px;
}
.listbox .view-all a {
	display: inline-block;
	padding: 0 12px;
	line-height: 32px;
}
.poll .buttons input {
	padding: 0 12px;
	line-height: 32px;
}

/* CATEGORY PAGE & PRODUCT GRIDS */

.breadcrumb li * {
	display: inline-block;
	line-height: 32px;
}
.breadcrumb li a,
.breadcrumb li strong {
	padding: 0 4px;
}

.product-viewmode {
	display: none;
}

.product-selectors > div {
	margin-right: 0;
	width: 50%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.item-box { /* !important because to override :nth styles */
	clear: none !important;
	width: 49% !important;
	margin: 60px 0 95px 2% !important;
}
.item-box:nth-child(2n+1) {
	clear: both !important;
	margin-left: 0 !important;
}
.item-box .title {
	position: static;
	background: #fff;
	text-align: center;
}
.item-box .title a {
	line-height: 2.4;
}
.item-box .product-item {
	overflow: visible;
}
.item-box .details,
.product-item:hover .details {
	top: auto;
	bottom: -71px;
	left: -10px !important;
	padding: 0 10px 10px;
	width: 100% !important;
	height: auto !important;
	/* background: #e6e6e6 url(/Themes/Alicante/Content/img/transparent-pattern.png) repeat; */
	opacity: 1;
}
.item-box .details > * {
	background: #f6f6f6;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.item-box .description {
	display: none;
	overflow: hidden;
	padding: 10px 10px 0;
	height: 30px;
	line-height: 1.3;
}
.item-box .description a {
	height: auto;
	text-align: justify;
}
.item-box .add-info {
	position: static;
	overflow: hidden;
	padding: 10px;
	width: auto;
	height: 40px;
}
.item-box .add-info > * {
	display: inline-block;
	width: auto;
}
.item-box .prices,
.item-box .buttons {
	padding: 0;
	text-align: center;
	display: inline-block;
}
.item-box .old-price {
	display: block;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
}
.item-box .actual-price {
	color: #333;
	line-height: 40px;
}
.item-box .old-price + .actual-price {
	line-height: 24px;
}
.item-box .tax-shipping-info,
.item-box .base-price-pangv {
	display: none;
}
.item-box .buttons,
.item-box input[type="button"], 
.item-box .buynow-button {
	float: right;
}
.item-box input[type="button"],
.item-box .buynow-button,
.item-box input[type="button"]:hover,
.item-box .buynow-button:hover {
	padding: 0;
	width: 70px;
	height: 40px;
	border: 1px solid #503;
	background: #84182F url(/Themes/Alicante/Content/img/responsive-buy.png) no-repeat center;
	text-indent: -9999px;
}

.home-page .product-grid {
	margin-bottom: 0;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	margin: 0 0 2% 2% !important;
}
.home-page-category-grid .item-box:nth-child(2n+1),
.sub-category-grid .item-box:nth-child(2n+1),
.manufacturer-grid .item-box:nth-child(2n+1),
.vendor-grid .item-box:nth-child(2n+1) {
	margin-left: 0 !important;
}
.home-page-category-grid .item-box:before,
.sub-category-grid .item-box:before,
.manufacturer-grid .item-box:before,
.vendor-grid .item-box:before {
	display: none;
}
.category-item,
.sub-category-item,
.manufacturer-item,
.vendor-item {
	position: static !important;
}
.category-item .picture,
.sub-category-item .picture,
.manufacturer-item .picture,
.vendor-item .picture {
	display: none;
}
.sub-category-grid {
	margin-bottom: 20px;
}

.pager ul {
	float: none;
	text-align: center;
}
.pager li {
	margin: 0 5px 10px !important;
}
.pager li * {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center 3px;
}
.pager li *:hover,
.pager li span {
	background-position: center -21px;
}

/* PRODUCT PAGE */

.product-details-page {
	text-align: center;
}
.gallery {
	float: none;
	margin: 0 0 20px;
	width: 100%;
}
.gallery .picture {
	margin: 0 auto;
}
.gallery .picture-thumbs {
	text-align: center;
}
.gallery .picture-thumbs a,
.gallery .picture-thumbs a:nth-child(3n+1) {
	display: inline-block;
	float: none;
	margin: 12px 6px 0;
}
.product-details-page .overview {
	float: none;
	width: auto;
}
.overview .buttons div,
.overview .buttons div:first-child {
	display: inline-block;
	float: none;
	margin: 0 5px;
}
.overview .buttons input,
.variant-overview .add-to-wishlist-button,
.back-in-stock-subscription .subscribe-button,
.download-sample a {
	float: none;
	padding: 7px 12px;
}
.overview .free-shipping,
.variant-overview .free-shipping {
	float: none;
	margin: 0 auto 10px;
}
.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 {
	padding: 6px;
	width: 42px;
	height: 42px;
}
.overview .qty-dropdown,
.variant-overview .qty-dropdown{
    height: 42px;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	margin: 0 1px 0 0;
	height: 42px;
}
.full-description {
	text-align: justify;
}

.product-variant-list {
}
.product-variant-line {
	margin: 0 auto 40px;
	width: 70%;
}
.variant-picture {
	float: none;
	margin: 0 auto 15px;
	max-width: 99%;
}
.variant-overview {
	float: none;
	width: 100%;
	text-align: center;
}
.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,
.customer-entered-price .price-input,
.customer-entered-price .price-range {
	display: inline-block;
	float: none;
}
.product-tags-list li.separator,
.tags li.separator {
	line-height: 32px;
}
.product-tags-all-page ul {
	text-align: center;
}

.attributes {
	margin: 0 auto 15px;
}
.attributes dl > * {
	display: block;
	float: none;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	padding: 10px;
	background: #fcfcfc;
}
.attributes dt {
	background: #eee;
}
.attributes .option-list li > * {
	display: inline-block;
	line-height: 32px;        
}

.color-squares {
	margin: 0 0 -10px;
}
.color-squares li {
	display: inline-block;
	float: none;
	margin: 0 5px 10px;
}
.color-squares label {
	line-height: 28px;
}
.color-squares .color {
	width: 28px;
	height: 28px;
}
.attributes.rental-attributes input[type="text"]{
    padding: 6px;
    width: 280px;
    max-width: none;
}

.giftcard {
	text-align: center;
}
.giftcard div {
	float: none;
}
.giftcard label {
	display: block;
	float: none;
	margin-left: 0;
	width: 100%;
}
.giftcard input {
	max-width: 316px;
	width: 100%;
}

/* QUICK TABS */

.ui-tabs .ui-tabs-nav {
	font-size: 0;
}
.ui-tabs .ui-tabs-nav li {
	margin: 0;
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 25%;
}
.ui-tabs .ui-tabs-nav li a {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
	text-align: center;
	font-size: 12px;
}

/* REVIEW PAGE */

.write-review .inputs label {
	line-height: normal !important;
}
.ui-tabs .inputs label,
.ui-tabs .review-rating label {
	display: block;
	width: auto;
}
.write-review .review-rating label {
	margin: 0 0 5px;
	width: 100%;
}
.write-review .review-rating,
.write-review .review-rating label {
	text-align: center;
}
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px;
	line-height: 32px;
}
.write-review .button-1 {
	padding: 8px 24px;
}

/* WISHLIST & COMPARE LIST
+ EMAILaFRIEND & CONTACT */

.compare-products-page .clear-list {
	display: block;
	position: static;
    margin-bottom: 20px;
	line-height: 32px;
    text-align: center;
}
.wishlist-content .button-2, 
.compare-products-table .button-2, 
.compare-products-table-mobile .button-2 {
	margin: 0 0 15px;
	padding: 7px 14px;
}
.wishlist-page .share-info a {
	line-height: 32px;
}

.contact-page .button-1,
.email-a-friend-page .button-1 {
	padding: 8px 24px;
}
.email-a-friend-page .title h2 {
	text-align: center;
}

/* SEARCH, SITEMAP, TOPICS */

.search-input .inputs {
	text-align: center;
	display: block;
}
.search-input .inputs label {
	margin: 0 0 5px;
	width: 100%;
	text-align: center;
}
.search-input .inputs.reversed label {
	display: inline-block;
	line-height: 33px;
}
.search-input .button-1 {
	padding: 8px 24px;
}

.sitemap-page .entity {
	text-align: center;
}

.topic-password {
	text-align: center;
}

/* REGISTER, LOGIN, ACCOUNT */

.registration-page .inputs label, 
.login-page .inputs label, 
.password-recovery-page .inputs label {
	width: 100%;
}
.login-page .inputs.reversed label,
.login-page .inputs.reversed a {
	display: inline-block;
	padding: 0 8px;
	background: rgba(255,255,255,0.8);
	line-height: 32px;
	margin: 0;
}
#check-availability-button {
	display: block;
	margin: 10px auto 0;
}
#username-availabilty {
	bottom: -17px;
	left: 50%;
	margin-left: -44px;
	font-size: 11px;
}
select#CountryId,
select#StateProvinceId,
select#TimeZoneId {
	margin: 0;
}
.block-account-navigation {
	float: none !important;
	margin: 0 auto !important;
	width: 60% !important;
}
.block-account-navigation .title {
	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 {
	padding: 8px 24px;
}
.address-list,
.order-list {
	overflow: hidden;
	margin-bottom: 10px;
}
.section.address-item,
.section.order-item {
	float: left;
	width: 49%;
	box-sizing: border-box;
	margin: 0 0 2% 2%;
}
.section.address-item:nth-child(2n+1),
.section.order-item:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}
.address-list-page .info,
.order-list-page .info {
	padding: 15px 15px 60px;
}
.address-list-page .buttons,
.order-list-page .buttons {
	top: inherit;
	right: 0;
	bottom: 15px;
	left: 0;
	margin-bottom: 0;
	width: 100%;
}
.address-list-page .buttons input,
.order-list-page .buttons input {
	padding: 6px 10px;
}
.address-list-page .add-button {
	margin-top: 0;
}
.avatar-page .info,
.avatar-page .buttons {
	text-align: center;
	width: 100%;
}

/* RETURN REQUEST PAGE */

.return-request-page {
	margin-bottom: 40px;
}
.return-request-page .inputs label {
	margin: 0;
	width: 100%;
	line-height: 30px;
}
.return-request-page textarea {
	width: 402px;
}

/* SHOPPING CART PAGE */

.order-progress li {
	width: 15%;
}
.shopping-cart-page .common-buttons {
	text-align: center;
}
.checkout-attributes dl {
	float: none !important;
	text-align: center;
}
.checkout-attributes dl > * {
	width: 100%;
}
.cart-footer {
	text-align: center;
}
.cart-footer .cart-collaterals {
	display: block;
	float: none;
	margin: 0 auto;
	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;
}
.order-details-page .actions .button-2 {
	padding: 9px 15px;
	font-size: 13px;
}
.cart-footer .cart-collaterals > div {
	min-height: 0;
}
.cart-footer .totals,
.cart-footer .shipping {
	display: inline-block;
	float: none;
	margin-bottom: 20px;
}
.cart-footer .deals {
	width: auto;
	margin-bottom: 20px;
	font-size: 0;
}
.cart-footer .deals > div {
	display: inline-block;
	width: 48%;
	font-size: 12px;
	vertical-align: top;
}
.cart-footer .deals .coupon-code {
	display: inline-block;
}
.shipping-options .inputs,
.cart-footer .shipping .inputs label {
	display: block;
    min-width: 0;
    text-align: center;
    width: auto;
}
.cart-footer .deals input[type="text"] {
	width: 65%;
	height: 32px;
}
.cart-footer .deals .button-2 {
	width: 35%;
}
.cart-footer .shipping .inputs [type="text"] {
	width: 240px;
}
.cart-footer .shipping .button-2 {
	float: none;
	margin-right: 0;
}
.shopping-cart-page .checkout-buttons,
.shopping-cart-page .tax-shipping-info {
	text-align: center;
}
.shopping-cart-page .addon-buttons {
	margin: 0;
	width: auto;
	float: none;
	text-align: center;
}

/* 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)/*margin override*/ {
	display: inline-block;
	float: none;
	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-left: 0;
}
.checkout-page .address-item input[type="button"] {
	padding: 8px 12px;
	max-width: 100%;
	width: auto;
}
.checkout-page .select-button .button-1 {
	font-size: 13px;
}
.checkout-page .edit-address {
	width: auto;
}
.checkout-page .edit-address .inputs {
	max-width: 312px;
	margin: 10px;
	min-width: 0;
	white-space: normal;
}
.checkout-page .edit-address label {
	width: 100%;
}
.edit-address select {
	width: 312px;
}
.checkout-page .edit-address .custom-attributes .option-list label{
    margin: 5px;
}

.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;
}
.selected-checkout-attributes {
	text-align: center !important;
}
.order-details-page .page-title h1 {
	line-height: 33px;
}

/* FORUMS & PROFILE */

.forums-header {
	text-align: center;
}
.forums-header > div {
	float: none;
}
.forum-search-box {
	text-align: center;
}
.forum-search-box form {
	display: inline-block;
}
.forum-search-box form .advanced {
	text-align: center;
}
.forum-search-page .forum-search-text {
	width: 340px !important;
}
.forum-search-page .advanced-search .inputs label {
	display: block;
	width: auto;
}
.forum-breadcrumb {
	float: none;
	max-width: none;
	text-align: center;
}
.forum-breadcrumb li {
	display: inline-block;
	float: none;
}
.topic-post .post-time,
.topic-post .manage-post,
.topic-post .post-actions{
    float: none;
    text-align: center;
}
.topic-post .manage-post a{
    border: none !important;
}
.topic-actions .manage a {
	margin-left: 5px;
}
.topic-actions .topic-options a {
	margin-right: 5px;
}
.topic-post .post-vote {
	display: none;
}

.move-topic-page .inputs {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar,
.forum-edit-page textarea,
.private-message-send-page textarea {
	margin-left: 0;
}
.forum-edit-page .inputs label,
.private-message-send-page .inputs label{
    width: 100%;
}
.forum-edit-page .inputs.reversed{
    margin: 10px 0;
}


/* BLOG & NEWS */

.blog-page .tags a,
.blogpost-page .tags a {
	margin-bottom: 8px;
	padding: 8px;
}
.blog-page .tags label,
.blogpost-page .tags label {
	padding: 9px 5px;
}
.comment-content {
	float: none;
	width: auto;
}
.news-items .read-more {
	padding: 8px 14px; 
}
.news-item-page .button-1,
.new-comment .button-1 {
	padding: 8px 24px;
}

}
/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media all and (max-width: 480px) {
  select {
    max-width: 100%;
    height: 32px;
    border-radius: 0;
    padding: 6px;
  }

  .data-table a {
    display: inline-block;
  }

  .flyout-cart {
    display: none !important;
  }

  .master-column-wrapper {
    width: 95%;
    margin: auto;

        -webkit-transform:  rotate(180deg);
        -moz-transform:  rotate(180deg);
        -ms-transform:  rotate(180deg);
        -o-transform:  rotate(180deg);
        transform:  rotate(180deg);
  }


    .master-column-wrapper > div {
        display: block;
        margin: 0 auto 15px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }



  .center {
    width: auto !important;
  }
  .center-2,
  .side-2 {
    float: none;
    width: auto !important;
    margin-bottom: 20px;
  }

  .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,
  .page-title h1 {
    text-align: center;
  }

  .inputs {
    position: relative;
    display: inline-block;
    overflow: visible;
    max-width: 300px;
    width: 100%;
    text-align: center;
  }
  .inputs label {
    margin: 0 0 5px;
    width: 100%;
    text-align: center;
  }
  .inputs select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 5px;
    width: 100%;
  }
  input[type='text'],
  input[type='password'] {
    padding: 5px;
    height: 32px;
    line-height: 20px;
  }
  .inputs .required {
    position: absolute;
    top: 30px;
    right: -8px;
  }
  .message-error,
  .field-validation-error,
  .username-not-available-status,
  .password-error {
    display: block;
  }

  /* BAR NOTIFICATION */

  .bar-notification {
    height: 37px;
    line-height: 37px;
  }
  .bar-notification .close {
    width: 32px;
    height: 32px;
    margin: 2px;
  }
  .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 */

  .admin-header-links {
    left: 0;
    margin: 0;
    width: 100%;
  }
  .header {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-logo,
  .header-links-wrapper,
  .header-selectors-wrapper,
  .search-box {
    float: none;
    text-align: center;
  }
  .header-logo {
    position: static;
    margin: 0 0 20px;
  }
  .header-links-wrapper {
    margin-bottom: 10px;
  }
  .header-links li {
    margin: 0 8px !important;
  }
  .search-box {
    margin-bottom: 15px;
  }
  .header-selectors-wrapper > div {
    z-index: 3;
    display: inline-block;
    float: none;
    margin: 0 5px;
  }

  /* RL */
  .header-menu > ul > li {
    color: #999;
    padding: 15px;
  }

  .new_select {
    height: 30px;
  }
  .new_select > span {
    padding: 0 34px 0 8px;
    height: 30px;
    background: url(/Themes/Alicante/Content/img/custom-selector.png) no-repeat 94% 4px;
    text-align: left;
    line-height: 31px;
  }
  .styleSelect_item {
    top: 28px !important;
    text-align: left;
  }
  .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: 249px !important;
  }
  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
    display: none;
  }

  /* HEADER MENU */

  .header-menu {
    margin: 0 auto 20px;
    /* width: 95%; */
  }
  .with_slider .header-menu {
    margin-bottom: 20px;
  }
  .header-menu > ul {
    display: none;
    padding: 0;
    width: 100%;
    border: 1px dotted #ccc;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-menu .menu-title {
    display: block;
    background: #eee;
    box-shadow: inset 0 1px 0 #fff;
  }
  .header-menu .menu-title span {
    display: block !important;
    overflow: hidden;
    padding: 0 15px;
    background: url(/Themes/Alicante/Content/img/responsive-nav-icon.png) no-repeat 97% center;
    color: #111;
    text-transform: uppercase;
    font-size: 200%;
    line-height: 47px;
    cursor: pointer;
  }
  .header-menu ul > li {
    position: relative;
    float: none;
    border-top: 1px dotted #ccc;
  }
  .header-menu ul > li > a,
  .header-menu ul > li > span {
    padding: 0;
    height: auto;
    border: 0;
    text-align: left;
    font-size: 16px;
    line-height: 45px;
    display: block;
    padding: 0 10px;
    color: #000;
  }
  .header-menu > ul .plus-button {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 76px;
    height: 76px;
    padding-left: 10px;
    background: url(/Themes/Alicante/Content/img/responsive-plus.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
  }
  .header-menu > ul .plus-button.close {
    background: url(/Themes/Alicante/Content/img/responsive-minus.png) no-repeat center;
  }

  .header-menu .sublist-wrap {
    position: relative;
    border: none;
    padding: 0;
    box-shadow: none;
    background: #f6f6f6;
  }
  .header-menu .sublist li a {
    padding: 0;
    font-size: 15px;
  }
  .header-menu .sublist-wrap .sublist-wrap {
    left: 0;
    top: 0;
    background: #fff;
  }

  .header-logo a img {
    width: 100px;
  }

  .dropdown {
    display: none;
  }

  .filtersPanel,
  .block-recently-viewed-products {
    /* display: none; */
  }

  /* FOOTER */

  .footer-upper {
    text-align: center;
  }
  .footer-block,
  .footer-block:first-child {
    float: none;
    margin: 0 auto 15px;
    width: 90%;
    max-width: 320px;
  }
  .footer-block ul {
    padding: 5px 10px;
  }

  .footer-block li:not(.email) a {
    display: inline-block;
    padding: 0 14px;
    background: url(/Themes/Alicante/Content/img/bullet6.png) left center no-repeat,
      url(/Themes/Alicante/Content/img/rtl-bullet6.png) right center no-repeat;
    line-height: 32px;
  }
  .footer-block-first ul {
    white-space: pre-line;
    font-size: 0;
  }
  .footer-block-first li {
    display: inline-block;
    margin: 0 10px;
    padding: 4px 0 4px 28px;
    line-height: 32px;
    font-size: 12px;
  }

  .footer-lower {
    text-align: center;
  }
  .footer-lower .center > * {
    float: none;
    text-align: center;
  }
  .accepted-payment-methods {
    /*	background: #f6f6f6;*/
  }
  .accepted-payment-methods li {
    display: inline-block;
    float: none;
    margin: 0 5px 10px !important;
  }
  .social-sharing {
    margin-bottom: 5px;
  }
  .social-sharing li {
    display: inline-block;
    float: none;
    margin: 0 5px 10px !important;
  }
  .subscribe-to-newsletter {
    width: 100%;
  }
  .newsletter-email {
    display: inline-block;
  }
  .newsletter-email input[type='text'] {
    width: 190px !important;
  }

  .bottom .center > * {
    float: none;
    text-align: center;
  }
  .footer-powered-by {
    line-height: 32px;
  }
  .footer-disclaimer {
    margin-bottom: 15px !important;
    line-height: normal;
  }
  .footer-store-theme {
    margin-bottom: 10px;
  }
  .footer-store-theme select {
    width: 100px;
  }

  /* SIDEBAR */

  .side-2 {
    max-width: 320px;
    margin: 0 auto 20px;
  }
  .side-2:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
    font-size: 0;
    line-height: 0;
  }
  .block {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 15px;
  }
  .block .title {
    display: block;
    margin-bottom: 1px; /*override*/
    padding: 5px 10px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
  }
  .listbox {
    display: none;
  }
  .listbox .list > li > a {
    padding: 12px 15px;
  }
  .listbox .list > li.active > a:before,
  .listbox .list > li > a.active:before,
  .listbox .list > li.active > a:after,
  .listbox .list > li > a.active:after {
    display: none;
  }
  .listbox .sublist {
    padding-left: 20px;
  }
  .listbox .sublist a {
    padding: 10px 5px;
  }
  .listbox .tags {
    padding: 5px 0 0;
  }
  .listbox .tags li {
    margin: 0;
  }
  .listbox .tags a {
    padding: 0 12px;
  }
  .listbox .view-all a {
    display: inline-block;
    padding: 0 12px;
    line-height: 32px;
  }
  .poll .buttons input {
    padding: 0 12px;
    line-height: 32px;
  }

  /* CATEGORY PAGE & PRODUCT GRIDS */

  .breadcrumb {
    text-align: center;
  }
  .breadcrumb ul {
    display: inline-block;
  }
  .breadcrumb li {
    display: inline-block;
    float: none;
    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-viewmode {
    display: none;
  }
  .product-selectors > div {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .product-page-size {
    display: none;
  }

  .item-box {
    display: inline-block;
    float: none;
    width: 100% !important;
    max-width: 320px;
    margin: 60px 0 95px !important;
  }
  .item-box:before {
    padding-top: 100%;
  }
  .item-box .title {
    position: static;
    background: #fff;
    text-align: center;
  }
  .item-box .title a {
    line-height: 2.4;
  }
  .item-box .product-item {
    overflow: visible;
  }
  .item-box .details,
  .product-item:hover .details {
    top: auto;
    bottom: -71px;
    left: -10px !important;
    padding: 0 10px 10px;
    width: 100% !important;
    height: auto !important;
    /* background: #e6e6e6 url(/Themes/Alicante/Content/img/transparent-pattern.png) repeat; */
    opacity: 1;
  }
  .item-box .details > * {
    background: #f6f6f6;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }
  .item-box .description {
    display: none;
    overflow: hidden;
    padding: 10px 10px 0;
    height: 30px;
    line-height: 1.3;
  }
  .item-box .description a {
    height: auto;
    text-align: justify;
  }
  .item-box .add-info {
    position: static;
    overflow: hidden;
    padding: 10px;
    width: auto;
    height: 40px;
    text-align: left;
  }
  .item-box .prices,
  .item-box .buttons {
    padding: 0;
    text-align: left;
    display: inline-block;
  }
  .item-box .old-price {
    display: block;
    margin: 0;
    font-size: 11px;
    line-height: 18px;
  }
  .item-box .actual-price {
    color: #333;
    line-height: 40px;
  }
  .item-box .old-price + .actual-price {
    line-height: 24px;
  }
  .item-box .tax-shipping-info,
  .item-box .base-price-pangv {
    display: none;
  }
  .item-box .buttons,
  .item-box input[type='button'],
  .item-box .buynow-button {
    float: right;
  }
  .item-box input[type='button'],
  .item-box .buynow-button,
  .item-box input[type='button']:hover,
  .item-box .buynow-button:hover {
    padding: 0;
    width: 70px;
    height: 40px;
    border: 1px solid #503;
    background: #84182f url(/Themes/Alicante/Content/img/responsive-buy.png) no-repeat center;
    text-indent: -9999px;
  }

  .home-page .product-grid {
    margin-bottom: 0;
  }
  .home-page-category-grid .item-box,
  .sub-category-grid .item-box,
  .manufacturer-grid .item-box,
  .vendor-grid .item-box {
    margin: 0 0 2% !important;
  }
  .home-page-category-grid .item-box:before,
  .sub-category-grid .item-box:before,
  .manufacturer-grid .item-box:before,
  .vendor-grid .item-box:before {
    display: none;
  }
  .category-item,
  .sub-category-item,
  .manufacturer-item,
  .vendor-item {
    position: static !important;
  }
  .category-item .picture,
  .sub-category-item .picture,
  .manufacturer-item .picture,
  .vendro-item .picture {
    display: none;
  }
  .sub-category-grid {
    margin-bottom: 20px;
  }
  .manufacturer-grid,
  .vendor-grid {
    max-width: 320px;
    margin: auto;
  }

  .pager ul {
    float: none;
    text-align: center;
  }
  .pager li {
    margin: 0 5px 10px !important;
  }
  .pager li * {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .pager li.previous-page *,
  .pager li.next-page *,
  .pager li.first-page *,
  .pager li.last-page * {
    background-position: center 3px;
  }
  .pager li *:hover,
  .pager li span {
    background-position: center -21px;
  }

  /* PRODUCT PAGE */

  .product-details-page {
    text-align: center;
  }
  .gallery {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .gallery .picture {
    margin: 0 auto;
    max-width: 328px;
    width: 100%;
  }
  .gallery .picture-thumbs {
    text-align: center;
  }
  .gallery .picture-thumbs a,
  .gallery .picture-thumbs a:nth-child(3n + 1) {
    display: inline-block;
    float: none;
    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 a {
    float: none;
    padding: 7px 12px;
  }
  .product-review-box {
    display: inline-block;
  }
  .overview .free-shipping,
  .variant-overview .free-shipping {
    float: none;
    margin: 0 auto 10px;
  }
  .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 {
    padding: 6px;
    width: 42px !important;
    height: 42px;
  }
  .overview .add-to-cart-button,
  .variant-overview .add-to-cart-button {
    margin: 0;
    height: 42px;
  }
  .full-description {
    text-align: justify;
  }

  .product-variant-list {
    overflow: hidden;
  }
  .product-variant-line {
    margin: 0 0 40px;
    width: 100%;
  }
  .variant-picture {
    float: none;
    margin: 0 auto 15px;
  }
  .variant-overview {
    float: none;
    width: 100%;
    text-align: center;
  }
  .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-all-page ul {
    text-align: center;
  }
  .product-tags-list ul {
    display: inline-block;
  }
  .customer-entered-price .price-input,
  .customer-entered-price .price-range {
    display: inline-block;
    float: none;
    margin: 0;
  }

  .attributes {
    margin: 0 0 15px;
  }
  .attributes dl > * {
    display: block;
    float: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 10px;
    background: #fcfcfc;
  }
  .attributes dt {
    background: #eee;
  }
  .attributes .option-list li > * {
    display: inline-block;
    line-height: 32px;
  }
  .attributes select {
    max-width: 99%;
  }

  .color-squares {
    display: inline-block;
    margin: 0 0 -10px;
  }
  .color-squares li {
    display: inline-block;
    float: none;
    margin: 0 5px 10px;
  }
  .color-squares label {
    line-height: 28px;
  }
  .color-squares .color {
    width: 28px;
    height: 28px;
  }
  .attributes.rental-attributes input[type='text'] {
    padding: 6px;
    width: 280px;
    max-width: none;
  }

  .giftcard {
    text-align: center;
  }
  .giftcard div {
    float: none;
  }
  .giftcard label {
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .giftcard input,
  .giftcard textarea {
    max-width: 276px;
  }

  /* QUICK TABS */

  .ui-tabs .ui-tabs-nav li {
    float: none;
    margin: 0;
    width: 100%;
  }
  .ui-tabs .ui-tabs-nav li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    text-align: center;
  }

  /* REVIEW PAGE */

  .write-review .inputs label {
    line-height: normal !important;
  }
  .write-review .review-rating label {
    margin: 0 0 5px;
    width: 100%;
  }
  .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 {
    display: inline-block;
    padding: 0 8px;
    background: rgba(0, 0, 0, 0.05);
    line-height: 32px;
  }
  .write-review .button-1 {
    padding: 8px 24px;
  }

  /* WISHLIST & COMPARE LIST
+ EMAILaFRIEND & CONTACT */

  .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 .clear-list {
    display: block;
    position: static;
    margin-bottom: 20px;
    line-height: 32px;
    text-align: center;
  }

  .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;
  }

  /* SEARCH, SITEMAP, TOPICS */

  .search-input .inputs {
    text-align: center;
  }
  .search-input .inputs label {
    margin: 0 0 5px;
    width: 100%;
    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 .price-range {
    max-width: 300px;
    width: auto;
  }

  .sitemap-page .entity {
    text-align: center;
  }

  .topic-password {
    text-align: center;
  }
  .enter-password-form input[type='password'] {
    width: 190px;
  }

  /* REGISTER, LOGIN, ACCOUNT */

  .registration-page .inputs label,
  .login-page .inputs label,
  .password-recovery-page .inputs label {
    width: 100%;
  }
  .registration-page .inputs select,
  .account-page .inputs select {
    width: 100%;
    margin: 5px 0;
  }
  .login-page .inputs.reversed label,
  .login-page .inputs.reversed a {
    display: inline-block;
    padding: 0 8px;
    background: rgba(255, 255, 255, 0.8);
    line-height: 32px;
    margin: 0;
  }
  .login-page .inputs.reversed span {
    display: block;
  }

  #check-availability-button {
    display: block;
    margin: 10px auto 0;
  }
  #username-availabilty {
    bottom: -17px;
    left: 50%;
    margin-left: -44px;
    font-size: 11px;
  }

  .password-recovery-page {
    text-align: center;
  }
  .address-list-page .info,
  .order-list-page .info {
    padding: 15px 15px 60px;
  }
  .address-list-page .buttons,
  .order-list-page .buttons {
    top: inherit;
    right: 0;
    bottom: 15px;
    left: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .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 .image {
    float: none;
    width: 100px;
    margin: 0 auto 20px;
  }
  .avatar-page .buttons {
    float: none;
    text-align: center;
  }
  .avatar-page .buttons > * {
    margin-bottom: 5px;
  }
  .avatar-page .info {
    margin-top: 20px;
  }

  /* RETURN REQUEST PAGE */

  .return-request-page {
    text-align: center;
  }
  .return-request-page .inputs label {
    margin: 0;
    width: 100%;
    line-height: 30px;
  }
  .return-request-page .inputs select {
    width: 100%;
  }

  /* SHOPPING CART PAGE */

  .order-progress li {
    margin: 0 0 15px;
    width: 32%;
  }
  .shopping-cart-page .common-buttons,
  .shopping-cart-page .tax-shipping-info {
    text-align: center;
  }
  .checkout-attributes dl {
    float: none !important;
    text-align: center;
  }
  .checkout-attributes dl > * {
    width: 100%;
  }
  .cart-footer {
    text-align: center;
  }
  .cart-footer .cart-collaterals {
    display: block;
    float: none;
    margin: 0 auto;
    width: 380px;
  }
  .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 .common-buttons {
    margin: 0 0 10px;
    text-align: center;
  }
  .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 .totals,
  .cart-footer .cart-collaterals,
  .cart-footer .shipping {
    max-width: 100%;
  }
  .cart-footer .cart-collaterals > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cart-footer .deals {
    max-width: 90%;
  }
  .cart-footer .totals,
  .cart-footer .deals,
  .cart-footer .shipping {
    display: inline-block;
    float: none;
    margin-bottom: 20px;
  }
  .shipping-options .inputs,
  .cart-footer .shipping .inputs label {
    text-align: center;
  }
  .coupon-code > *,
  .giftcard-box > * {
    float: none !important;
  }
  .cart-footer .deals input[type='text'] {
    width: auto;
    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 {
    float: none;
    margin: 0;
  }
  .shopping-cart-page .checkout-buttons {
    text-align: center;
  }
  .shopping-cart-page .addon-buttons {
    text-align: center;
  }

  /* 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) {
    margin: 0 0 10px;
    padding: 10px;
    width: 100%;
    border: 1px dotted #ddd;
    text-align: center;
  }
  .checkout-page .address-item input[type='button'] {
    padding: 8px 12px;
    max-width: 100%;
    width: auto;
  }
  .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: 235px;
  }
  .checkout-page .edit-address .custom-attributes .option-list {
    width: 100%;
  }
  .checkout-page .edit-address .custom-attributes .option-list label {
    margin: 5px;
  }
  .shipping-method .method-list li label,
  .payment-method .method-list li label {
    display: inline-block;
    line-height: 32px;
  }
  .payment-logo {
    display: block;
  }
  .order-review-data ul {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .order-review-data ul:first-child {
    margin-bottom: 10px;
  }
  .order-details-page .title,
  .shipment-details-page .title {
    text-align: center;
  }
  .order-details-page .page-title {
    position: relative;
    overflow: visible;
    margin-bottom: 40px;
    text-align: center;
  }
  .order-details-page .page-title h1 {
    float: none;
  }
  .order-details-page .page-title a {
    display: inline-block;
    float: none;
    margin: 15px 3px 0;
  }
  .order-details-page .actions {
    text-align: center;
  }
  .order-details-page .actions > * {
    display: block;
    margin: 10px auto !important;
  }
  .order-details-page .actions .button-1,
  .order-details-page .actions .button-2 {
    float: none;
    margin: 0 0 10px;
  }
  .order-details-page .actions .button-2 {
    padding: 9px 15px;
    font-size: 13px;
  }
  .order-details-page .total-info {
    float: none;
    margin: 0 0 30px;
  }
  .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;
  }
  .order-details-page .checkout-attributes {
    text-align: center;
  }

  .opc .step-title * {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  .opc .buttons {
    text-align: center;
  }
  .opc #checkout-step-confirm-order .buttons {
    text-align: center;
  }

  .order-review-data,
  .shipment-overview {
    display: block !important;
  }
  .shipping-details,
  .shipping-address {
    display: block !important;
    float: none;
    width: auto;
    min-height: 0;
    margin: 20px;
    text-align: center;
  }
  .shipments .data-table td {
    min-height: 32px;
  }

  /* FORUMS & PROFILE */

  .forums-header {
    text-align: center;
  }
  .forums-header > div {
    float: none;
  }
  .forum-search-box {
    text-align: center;
  }
  .forum-search-box form {
    display: inline-block;
  }
  .forum-search-box-text {
    width: 240px;
  }
  .forum-search-text {
    width: 210px !important;
  }
  .forum-search-box form .advanced,
  .forum-search-page .advanced-search {
    text-align: center;
  }
  .forum-breadcrumb {
    float: none;
    max-width: none;
    text-align: center;
  }
  .forum-breadcrumb li {
    display: inline-block;
    float: none;
  }

  .topic-post .post-time,
  .topic-post .manage-post,
  .topic-post .post-actions {
    float: none;
    text-align: center;
  }
  .topic-post .manage-post a {
    border: none !important;
  }
  .topic-post .post-body {
    display: block;
  }
  .topic-actions > div {
    float: none !important;
  }
  .topic-actions > div a {
    margin-right: 10px;
    margin-left: 0 !important;
    line-height: 32px;
    white-space: nowrap;
  }
  .topic-post .post-info,
  .profile-info-box .avatar {
    margin: 0 auto 20px;
    float: none;
    text-align: center;
  }
  .topic-post .post-content,
  .profile-info-box .profile-stats {
    clear: both;
    margin-left: 0;
  }
  .topic-post .post-vote {
    display: none;
  }

  .forum-edit-page .inputs label,
  .private-message-send-page .inputs label {
    width: 100%;
  }
  .forum-edit-page .inputs.reversed {
    margin: 10px 0;
  }

  .move-topic-page .inputs {
    width: 100%;
    max-width: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .forum-edit-page .inputs,
  .private-message-send-page .inputs {
    max-width: none;
  }
  .forum-edit-page .toolbar,
  .private-message-send-page .toolbar,
  .forum-edit-page textarea,
  .private-message-send-page textarea {
    margin-left: 0;
  }
  .back-pm-button {
    float: none !important;
    margin-top: 10px;
  }

  /* BLOG & NEWS */

  .blog-page .post,
  .news-items .news-item {
    position: relative;
    margin-bottom: 15px;
    padding: 0;
    border: 1px solid #ddd;
  }
  .post-head,
  .news-head {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .post-title,
  .news-title {
    display: block;
    float: none;
    padding: 15px 15px 5px 15px;
    font-size: 16px;
  }
  .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;
  }

  .news-list-homepage .view-all {
    text-align: center;
  }

  .blog-posts .post-title {
    padding: 15px 15px 50px 15px;
  }
  .blog-posts .post-date {
    position: absolute;
    right: 25px;
    bottom: 10px;
  }
  .blog-page .tags,
  .blogpost-page .tags {
    padding: 8px 8px 0;
    text-align: center;
  }
  .product-tags-list li,
  .tags li {
    display: inline-block;
    float: none;
  }
  .blog-page .tags a,
  .blogpost-page .tags a {
    margin-bottom: 8px;
    padding: 8px;
  }
  .blog-page .tags label,
  .blogpost-page .tags label {
    margin: 0 0 8px;
    padding: 0 0 6px;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    text-align: center;
  }
  .blog-details a {
    display: inline-block;
    line-height: 32px;
  }
}


/* CART, DATA-TABLE, FORUMS */

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin-bottom: 20px;
}
.cart th, .data-table th,
.forums-table-section th {
	border-width: 4px 1px 0;
	border-style: solid;
	border-color: #ddd #eee transparent;
	background: #eee;
	box-shadow: inset 0 1px 0 #fff;
	padding: 10px;
	white-space: nowrap;
}
.cart th:first-child, .data-table th:first-child,
.forums-table-section th:first-child {
	border-left-color: #ddd;
}
.cart th:last-child, .data-table th:last-child,
.forums-table-section th:last-child {
	border-right-color: #ddd;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
}
.cart tr td:first-child, .data-table tr td:first-child,
.compare-products-table tr td:first-child {
	text-align: center;
}
.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: #84182F;
	white-space: nowrap;
}
.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;
}

/* 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;
}

/* ACCOUNT TABLES */

.downloadable-products-page .data-table *,
.back-in-stock-subscription-list-page .data-table * {
	text-align: center;
}
.order-details-page .order-notes td:first-child {
	width: 120px;
	min-width: 80px;
	text-align: left;
}
.reward-points-page .data-table td.date {
	width: 120px;
	min-width: 80px;
}
.downloadable-products-page .data-table .product,
.back-in-stock-subscription-list-page .data-table .product,
.reward-points-page .data-table th.message,
.forum-subscriptions-page .data-table * {
	text-align: left;
}

/* COMPARE PRODUCTS */

.compare-products-table td,
.compare-products-table-mobile td {
	vertical-align: top;
}
.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 ********** */



.footable label{
    display: none;
}
.go-to-page {
	display: inline-block !important;
	padding: 5px 0;
	min-width: 100px;
}
.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 {
	display: table-cell;
	padding: 5px 15px 10px 0;
}
div.footable-row-detail-value {
	display: table-cell;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-inner * {
	text-align: left !important;
}
.footable a img{
    max-width: none;
}
table.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	display: block;
	min-width: 16px;
	height: 16px;
	padding-right: 0;
	overflow: hidden;
}

/* toggle style change */

.footable-toggle {
	background: url(/Themes/Alicante/Content/img/table-plus.png) no-repeat center;
}
.footable-detail-show .footable-toggle {
	background: url(/Themes/Alicante/Content/img/table-minus.png) no-repeat center;
}

/* hidding item counter in different tables */

.compare-products-table-mobile .item-count {
	display: none;
}

@media all and (max-width: 809px) {

.order-summary-content .cart .item-count,
.wishlist-page .cart .item-count {
	display: none;
}
}

@media all and (max-width: 612px) {

.downloadable-products-page .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 517px) {

.reward-points-history .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 646px) {

.return-request-page .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 657px) {

.section.products .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 915px) {

.section.shipments .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 980px) {

.compare-products-table-mobile td:first-child {
	vertical-align: middle;
}	
.compare-products-table-mobile p {
	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;
    margin-right: -1px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.InstantSearch/Themes/Alicante/Content/images/searchbox-background.png) repeat-x left top;
}
input.search-box-text {
	margin: 0 !important;
}
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 {
	width: 236px !important;
}
input.instant-search-busy.narrow {
	background-position: 212px center !important;
}

/* AUTOCOMPLETE */

.instantSearch {
	width: 334px !important;
	height: auto !important;
    background: #fff !important;
    border: 1px solid #999;
    border-top: none;
}
.instantSearch.resize {
	width: 353px !important;
}
.instantSearch .k-list-container {
	position: static !important;
	width: auto !important;
    height: auto !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: #836;
}
.instant-search-item .detail .sku {
    margin: 5px 0;
}
.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;
}



/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (max-width: 980px) and (min-width: 769px) {

    .instantSearch {
        width: 298px !important;
    }
	input.instant-search-busy {
        background-position: 278px center !important;
    }

}

/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (max-width: 768px) and (min-width: 481px) {

    .instantSearch {
        width: 318px !important;
    }
    input.instant-search-busy {
        background-position: 298px center !important;
    }
	input.instant-search-busy.narrow {
		background-position: 212px center !important;
	}

}



/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media all and (max-width: 480px) {

	input.instant-search-busy {
		background-position: 198px center !important;
	}
	input.search-box-text.narrow {
		width: 200px !important;
	}
	input.instant-search-busy.narrow {
		background-position: 176px center !important;
	}
	#instant-search-categories {
		width: 35px;
	}
    .instantSearch {
        width: 249px !important;
    }
	.instantSearch.resize {
		width: 263px !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
*/

.mega-menu-responsive,
.mega-menu-title,
.back-button {
    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;
}
.mega-menu a:hover img {
	opacity: 0.99; /*firefox opacity bug fix*/
}
.mega-menu .dropdown {
    display: none;
    position: absolute;
	margin-top: -1px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 10px;
    z-index: 3;
}
.mega-menu .dropdown.fullWidth {
    left: 0;
    width: 980px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .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;
    width: 232px;
    padding: 0 5px 10px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mega-menu .categories.fullWidth .box {
    width: 25%;
}
.mega-menu .title {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding: 8px 4px;
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
}
.mega-menu .title strong {
	/*font-weight: normal;*/
}
.mega-menu .title a {
	color: #333;
}
.mega-menu .title a:hover {
	color: #836;
}
.mega-menu .picture {
	float: left;
	width: 90px;
	height: 90px;
	overflow: hidden;
	text-align: center;
}
.mega-menu .picture a {
	display: block;
}
.mega-menu .subcategories {
    margin-left: 100px;
    padding: 0 !important;
}
.mega-menu .box ul {
    padding: 0 0 0 8px;
}
.mega-menu .box li {
	margin-top: 10px;
	font: normal 12px Tahoma, Geneva, sans-serif; /*reset*/
	text-transform: none; /*reset*/ 
}
.mega-menu .box .subcategories li:first-child {
	margin-top: -2px;
}
.mega-menu .box li a {
	display: block;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Alicante/Content/images/arrow.png) left center no-repeat;
	padding: 4px 0 4px 12px;
	color: #333;
}
.mega-menu .box li a:hover {
    color: #836;
}
.mega-menu li a.view-all {
	font-weight: bold;
    background: none;
}

.manufacturers.fullWidth .box,
.vendors.fullWidth .box {
    width: 16.66666666666667%;
}
.manufacturers.fullWidth li *,
.vendors.fullWidth li * {
	background: none !important;
	padding-left: 0;
}

.mega-menu .topic-wrapper {
	overflow: hidden;
	color: #444; /*reset*/
}
.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: 980px) 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: uppercase;
    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: uppercase;
	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: uppercase;
}

.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: uppercase;
	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 {
    float: right;
}
.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
    height: 32px;
    width: 34px;
    margin-right: -1px;
    border-color: #000;
    background: #fff;
    padding: 0 8px;
    font: normal 13px/30px Arial, Helvetica, sans-serif;
    color: #000;
}
.ajax-cart-button-wrapper input[type="text"]:focus,
.ajax-cart-button-wrapper select:focus {
	border-color: #333;
	background: #fff;
}
.item-box .ajax-cart-button-wrapper input[type="button"]{
	height: 32px; /*equalize height*/
}
.item-box .ajax-cart-button-wrapper select {
    width: auto;
    margin-right: -5px;
}

/*** SINGLE PRODUCT WINDOW ***/



.productAddedToCartWindowDescription h1 a:hover {
	color: #000;
}
.productAddedToCartWindowDescription strong {
	color: #84182F;
}
.productAddedToCartWindowSummary a {
	color: #000;
}
.productAddedToCartWindowSummary a:hover {
	text-decoration: underline;
}
.productAddedToCartWindowCheckout {
    border: 1px solid #000;
    background: #84182F;
	padding: 6px 24px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.productAddedToCartWindowCheckout:hover {
	border-color: #111;
/*	background: #947;*/
    opacity: .9;
}
.ajaxCart .rental-attributes input[type="text"]{
    padding: 5px;
}


/*** GROPED PRODUCTS WINDOW ***/



.miniProductDetailsView .product-essential {
	border: 1px solid #ccc;
	background: #fff;
	padding: 15px;
}
.miniProductDetailsView .product-collateral {
	margin: 10px 0 0;
	border: 1px solid #ccc;
	padding: 0;
}
.miniProductDetailsView .product-collateral:empty {
    margin: 0;
    border: 0;
    padding: 0;
}
.miniProductDetailsView .product-name {
    top: 10px;
}
.miniProductDetailsView .gallery {
    max-width: 330px;
    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 {
	background: none;
	padding: 0 5px;
    width: 390px;
    margin: 0;
}
.ajaxCart .product-grid .title {
    font-size: 24px;
    display: block;
    margin: 0;
    padding: 10px;
    text-align: center;
}
.ajaxCart .product-grid .item-box {
    width: 120px !important;
    margin: 33px 5px 10px;
}
.ajaxCart .product-grid .item-box .picture,
.ajaxCart .product-grid .item-box .picture a {
	width: 100%;
	height: 100%;
}
.ajaxCart .product-title {
    top: -33px;
}
.ajaxCart .item-box .product-title a {
    height: 28px;
    font-size: 12px;
}


.ajaxCart .product-item .details,
.ajaxCart .product-item:hover .details,
.ajaxCart .item-box .quick-view-button {
	display: none !important; /*hides overlay panel, buggy*/
	left: -999px !important; /*hides overlay panel*/
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    height: 100%;
}
.item-box:hover .ribbon-position,
.item-holder:hover .ribbon-position {
    opacity: 0;
}

@media all and (max-width: 980px) {

    .ribbon-wrapper {
        width: 330px;
        max-width: 100%;
        margin: 0 auto;
    }

}


/********* 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: uppercase;
	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;
}
.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: uppercase;
	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: uppercase;
	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 {
    top: 15px;
/*	bottom: 5px;*/
/*    left: -31px;*/
    left: 12px;
	width: 30px;
	height: 30px;
	overflow: hidden;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Alicante/Content/images/button.png) center no-repeat;
	line-height: 999px !important; /*hides text*/
    z-index: 3;
    transition: left .3s ease-in-out;
}
.quick-view-button:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.product-list .quick-view-button {
    bottom: 15px;
}
.product-list .item-box:hover .quick-view-button {
	left: 22px;
}


/********** GALLERY & OVERVIEW *********/


.quickViewWindow .gallery .picture {
	height: auto;
}
.quickViewWindow .gallery .picture a {
    height: auto;
}
.quickViewWindow .gallery .picture img {
    position: static !important;
    width: 100%;
    height: auto;
    max-height: none;
}
.quickViewWindow #accordion .ui-icon-circle-arrow-s {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Alicante/Content/images/minus.png) center no-repeat;
}
.quickViewWindow #accordion .ui-icon-circle-arrow-e {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Alicante/Content/images/plus.png) center no-repeat;
}
.quickViewWindow #accordion .product-details {
	border-color: #fff #ddd #ddd;
	box-shadow: none;
}
.quickViewWindow .free-shipping {
	float: none;
}
.quickViewWindow input.add-to-cart-button {
	height: 36px;
}
.quickViewWindow .variant-info .product-price {
	color: #fff;
}
.quickViewWindow .variant-info .tax-shipping-info a {
	color: #fff;
}
.quickViewWindow .color-squares input {
	position: static;
}


/********** RELATED/ALSO-PURCHASED PRODUCTS *********/


.quickViewWindow .product-grid {
	background: none;
	padding: 0 5px;
    clear: both;
}
.quickViewWindow .product-grid .title {
	font-size: 24px;
}
.quickViewWindow .product-grid .item-box {
    width: 210px !important;
    margin: 0 5px 10px;
}
.quickViewWindow .product-grid .item-box .picture,
.quickViewWindow .product-grid .item-box .picture a {
	width: 100%;
	height: 100%;
}
.quickViewWindow .product-title {
	display: none;
}
.quickViewWindow .product-item .details,
.quickViewWindow .product-item:hover .details {
	display: none !important; /*hides overlay panel, buggy*/
	left: -999px !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 .overview #accordion > h3 {
        line-height: 24px;
    }
	.quickViewWindow .overview .qty-input,
	.quickViewWindow .variant-overview .qty-input {
		height: 36px;
	}
	.quickViewWindow .overview .add-to-cart-button,
	.quickViewWindow .variant-overview .add-to-cart-button {
		height: 36px;
	}  

}

/* This is the main image centered. */

.quickView #cloudZoomImage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* This is the thumbnails centered. */

.quickView .cloud-zoom-gallery {
	position: relative;
}
.quickView .cloud-zoom-gallery img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* This is the overlay element. */

.quickView .cloud-zoom-lens {
	display: none;
	background-color: #444;	
	cursor: crosshair;		
}
.quickView .mousetrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* This is the zoom window. */

.quickView  .cloud-zoom-big {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: none;
	overflow: hidden;
}

/* This is the loading message. */

.quickView  .cloud-zoom-loading {
	background-color: #000;
	padding: 10px;
	color: #fff;
}
/*!
* 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 */

