<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../uikit/fonts/themify/themify-icons.css");
@import url("../uikit/fonts/font-awesome/font-awesome.min.css");

#mantisshop {}

.font-themify {
  font-family: "themify";
}


.left {float: left;}

.center {text-align: center;}
.text_left {text-align: left;}
.text_right {text-align: right;}
.clear {clear: both;}
.inline {display: inline;}
.zero {margin: 0;}
.width_zero, 
.form .width_zero input,
.form input.width_zero,
.form select.width_zero {width: auto; min-width: initial;}
.order_info p label {width: 210px;}
.no-width, .form input.no-width {width: auto;}
.no-wrap {white-space: nowrap;}
.redtext {color: #CC0000;}
.greentext {color: #009900;}
.bold, tr.bold td {font-weight: bold;}
quote {font-style: italic; color: #111;}
tr.totals {background-color: #EDEDED;}

.w150 {width: 150px;}
.w195 {width: 195px;}
.w250 {width: 250px;}
.w270 {width: 270px;}
.w280 {width: 280px;}
.w290 {width: 290px;}
.w350 {width: 350px;}
.w400, .form input.w400 {width: 400px;}
.w100p {width: 100%;}

.mr30 {margin-right: 30px;}
.mr50 {margin-right: 50px;}
.mb30 {margin-bottom: 30px;}


.alt_item {background: #EDEDED}
.hr {
	height: 20px;
	border-bottom: dotted 2px #EDEDED;
	margin-bottom: 20px;
}


/* Messages */

.msg_warning {
	background: url(../images/icon_warning.png) no-repeat center left;
	margin: 10px 0;
	padding-left: 18px;
	font-size: 14px;
	color: #990000;
}


#controls {
	
}

#myaccount {
	
}

#shoppingcart {
	
}

#search {
	
}

.backlink {
	position: relative;
	top: 10px;
	font-size: 12px;
	color: #333;
	padding-left: 20px;
	background: url(../admin/images/icon_backlink.png) no-repeat left center;
}



/* Share link */

#share {
	float: right;
	margin: 5px -12px 0 0;
}

#share a {
	background: none;
	padding: none;
}


/

span.date {
	font-size: 11px;
	color: #999;
}

/* Website Links page */

a.weblink:link,
a.weblink:visited {
	float: left;
	display: block;
	width: 45%;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-decoration: none;
	background: #F5F5F5;
	background-image: none;
}

a.weblink:hover,
a.weblink:active {
	padding: 9px;
	border: solid 1px #CCC;
	background: #EEE;
}

.weblink .site_title {
	font-weight: bold;
	color: #000;
}

.weblink .site_url {
	font-size: 11px;
	color: #666;
}

/* Sitemap page */

.sitemap_block {
	width: 200px;
	margin-bottom: 20px;
	padding: 10px;
	background: #F5F5F5;
}

.sitemap_block:hover {
	padding: 9px;
	border: solid 1px #CCC;
	background: #EEE;
}

.sitemap_block a:link, 
.sitemap_block a:visited {
	display: block;
	line-height: 15px;
	text-decoration: none;
}

.sitemap_block a:hover, 
.sitemap_block a:active {
	font-weight: bold;
}



/* Global product listing pagination */

.pagination {
	
}

.pagination .prev {
	
}

.pagination .next {
	
}

.pagination_link {
	
}

/* Main Category listings - all_categories.aspx */

.all_cats {
	display: block;
}

.all_cats a:link, 
.all_cats a:visited {
	display: block;
	float: left;
	font-size: 20px;
}

.all_cats a:hover, 
.all_cats a:active {
	
}

/* Heading of category pages - breadcrumb separator */

span.cat_breadcrumb_separator:after {
	color: #CCC;
}

/* Sub Category listings */

.sub_cat_list {
	
}

.sub_cat_list a:link,
.sub_cat_list a:visited {
	margin-right: 5px;
}

.sub_cat_list a:hover,
.sub_cat_list a:active {

}

/* Steps in the checkout process */

span.step_1,
span.step_2,
span.step_3,
span.step_4 {
	font-size: 20px;
}

span.step_1:after {
	content: url(../images/step_1.png);
}

span.step_2:after {
	content: url(../images/step_2.png);
}

span.step_3:after {
	content: url(../images/step_3.png);
}

span.step_4:after {
	content: url(../images/step_4.png);
}

/* Payment page */

.payment_method,
a.payment_method:link,
a.payment_method:visited, div.payment_method {
	display: block;
	/*width: 200px;*/
	height: 50px;
	margin: 0 0 10px 0;
	/*padding-left: 60px;*/
	/*line-height: 50px;*/
    clear:both;
}

    .payment_img {
        float:left;
        width:60px;
    }

a.payment_method:hover,
a.payment_method:active {
	color: #000;
}

.btb input {
    margin-top: 10px;
}

.cheque input {
    margin-top: 10px;
}

.fax input {
    margin-top: 2px;
}

.cc input {
	margin-top: 10px;
}

.paypal input {
	margin-top: 2px;
}

.voucher input {
    margin-top: 10px;
}

div.layby {
    height:auto;
}

.layby .laybymsg {
    /*margin-left:60px;*/
    /*width:250px;
    text-align:center;*/
    margin-bottom:10px;
}

/*.btb {
    padding: 10px 0 10px 60px;
	background: url(../images/icon_btb.jpg) no-repeat left top;
}

.cheque {
    padding: 10px 0 10px 60px;
	background: url(../images/icon_cheque.jpg) no-repeat left top;
}

.fax {
    padding: 2px 0 10px 60px;
	background: url(../images/icon_fax.jpg) no-repeat left top;
}

.cc {
	padding: 10px 0 10px 60px;
	background: url(../images/icon_creditcards.jpg) no-repeat left top;
}

.paypal {
	padding: 10px 0 10px 60px;
	background: url(../images/PayPal_mark_50x34.gif) no-repeat left top;
}

.voucher {
    padding: 10px 0 10px 60px;
	background: url(../images/icon_cheque.jpg) no-repeat left top;
}*/

/* Print links on order confirmation pages */

a.order_print:link,
a.order_print:visited {
	display: block;
	width: 120px;
	margin: 30px auto 0 auto;
	padding-left: 45px;
	line-height: 35px;
	background: url(../images/icon_print.jpg) no-repeat left top;
}

a.order_print:hover,
a.order_print:active {

}

/* Customer Account navigation menu */

.cust_nav {
	
}

.cust_nav h3 {
	margin: 0;
	display: inline;
}

.cust_nav a:link,
.cust_nav a:visited {
	font-size: 16px;
	padding: 5px 10px;
	text-decoration: none;
}

.cust_nav a:hover,
.cust_nav a:active {
	background: #DEDEDE;
}



.RadRating {
    width: 112px !important;
    height: auto !important;
}

.rating-box label {
    display: block;
}

.rating-box {
    margin-bottom: 10px;
}

.review-form input[type=text], .review-form textarea {
    width: 100%;
}

/* New Single Page Checkout */
a.checkoutBoxBtn {
    display: block;
    margin: 10px 0px 20px 0px;
    line-height: 1.5em;
        background: rgb(143,200,0);
}

.cartBtn {
    font-size:12px;
}

a:link.cartBtn, a:visited.cartBtn {
    color:#777;
}

.adjustQtyBtn {
    margin: 0px 5px;
}

a:link.adjustQtyBtn, a:visited.adjustQtyBtn {
    color:#CDCDCD;
}

a:hover.adjustQtyBtn, a:hover.adjustQtyBtn:focus {
    color:#333;
}

.adjustQtyBtn.disabled, .adjustQtyBtn[disabled] {
  color:#CDCDCD;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 0 10px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: none 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: none 0 10px rgba(0, 0, 0, 0.175);
}

a.adjustQtyBtn.disabled:hover,
a.adjustQtyBtn[disabled]:hover {
    cursor: not-allowed !important;
}

.checkoutBox {
    padding:10px;
    border: 6px solid #fbf9f3;
}

.checkoutBox h3 {
    text-align:center;
    margin:0px 0px 10px 0px;
}

.checkoutBox input[type="radio"] {
    margin-right:5px;
}

a.checkoutBoxBtn {
    display:block;
    margin:10px 0px 20px 0px;
    line-height:1.5em;
}

.checkoutBox .acceptance {
    text-align:center;
}

.returningBox {
    background:#fbf9f3;
    margin-bottom:10px;
    padding: 10px;
}

.btn-cart, input[type="submit"].btn-cart {
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    color: white;
    line-height:1em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    /*background: rgb(28, 184, 65);*/
    background: rgb(143,200,0);
    padding:10px 20px;
    margin-bottom:5px;
}

.btn-cart i {
    margin-right:5px;
}

a:link.btn-cart, a:visited.btn-cart {
    color:#fff;
}

.btn-cart:hover,
.btn-cart:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}

a:link.btn-continue, a:visited.btn-continue {
    color:#000;
}

.expiryDate {
    /*float:left;*/
    width:90px;
    margin-right:10px;
}

.expiryMonth {
    /*float:left;*/
    width:90px;
    margin-right:10px;
}


.WhatsThisLink
{
    cursor: pointer;
    text-decoration: underline;
}

.WhatsThisMsg
{
    display:none;
}

.WhatsThisLink:hover + div
{
    display:block;
    position:absolute;
    border: 1px solid Gray;
    padding: 10px 10px;
    background: white;
    z-index:999;
}

.shippingRadio input {
    margin-right:5px;
}

.authToLeave input {
    margin: 0px 5px;
}

.cartTable thead tr th {
    background-color:#485263;
    color:white;
}

.cartTable thead tr th, .cartTable tbody tr td, .cartTable tfoot tr td {
    padding:4px;
}

.cartTable td {
    /*border-left: 1px solid #888;
    border-right: 1px solid #888;*/
}

.cartTable {
    border: 1px solid #888;
    border-collapse:collapse;
    margin-bottom:20px;
}

.cartTable tbody tr:nth-child(even) {
  background-color: #C6C7C9;
}

    .cartTable tbody tr td {
        border-bottom:1px solid #888;
    }

.cartTable tfoot tr td {
    background-color: #F4F4F4;
}

#checkoutWrapper legend {
    width:auto;
    font-size:initial;
    border-bottom:none;
    margin-bottom:0px;
    padding: 0px 2px;
}

fieldset {
    padding: 10px;
    margin-bottom:10px;
    border: 1px solid #CCC;
}

.RadCalendar caption {
    padding-top:initial;
    padding-bottom:initial;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        text-overflow: initial;
        white-space: initial;
    }

    .dl-horizontal-120 dt {
        width: 120px;
        /*text-align: left;*/
    }

    .dl-horizontal-120 dd {
        margin-left: 140px;
    }
}

.form {
	
}

.form-plain {
	padding: 10px;
	border: none;
	background: none;
}

.form p {
	position: relative;
	margin-bottom: 10px;
    top: 0px;
    left: 0px;
}

.form label {
	float: left;
	width: 120px;
}


.form input {
	min-width: 150px;
}

.form input[type=checkbox] {
    min-width: auto;
}

ul.ul-square {
  list-style: square;
}

ul.ul-circle {
  list-style: circle;
}

ul.ul-disc {
  list-style: disc;
}

ul.ul-icon, ul.ul-toggle {
  list-style: none;
}
ul.ul-icon .icon, ul.ul-toggle .icon {
  margin-right: 10px;
}
ul.ul-icon.ul-icon-round .icon, ul.ul-toggle.ul-icon-round .icon {
  background: #b688a2;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
  font-size: 8px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
ul.ul-icon.ul-icon-round li, ul.ul-toggle.ul-icon-round li {
  padding: 3px 0;
}

ul.ul-toggle {
  padding: 0;
}
ul.ul-toggle &gt; li {
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #666b76;
}
ul.ul-toggle &gt; li:hover {
  color: #131416;
}
ul.ul-toggle &gt; li a {
  color: inherit;
}
ul.ul-toggle &gt; li .toggler {
  float: right;
  line-height: inherit;
  transition: all 0.5s;
}
ul.ul-toggle &gt; li &gt; ul {
  display: none;
  list-style: none;
  padding: 0;
}
ul.ul-toggle &gt; li &gt; ul &gt; li {
  margin: 0 0 2px 0;
  padding: 0 10px;
  background: #ecedef;
  color: #666b76;
}
ul.ul-toggle &gt; li &gt; ul &gt; li &gt; a {
  color: inherit;
}
ul.ul-toggle &gt; li &gt; ul &gt; li:hover {
  background: #dee0e3;
  color: #131416;
}
ul.ul-toggle &gt; li:last-child {
  border: none;
}
ul.ul-toggle &gt; li.active {
  border: none;
}
ul.ul-toggle &gt; li.active .toggler {
  transform: rotate(45deg);
}


.label{color:initial;}

@media (min-width: 768px) {
    header.header-block {
        min-height: 129px;
    }
}

.btn-pink {
    background-color: #FEF2F4;
    border: 1px solid #fcdae0;
}

    .btn-pink:hover {
        color: rgb(120, 21, 75);
    }

    .btn-pink.btn-open-customer {
        border-top: 1px solid #fcdae0;
        border-left: 1px solid #fcdae0;
        border-bottom: 1px solid #fcdae0;
        border-right: 0px;
    }

.btn-primary.btn-open-customer {
    border-top: 1px solid rgb(120, 21, 75);
    border-left: 1px solid rgb(120, 21, 75);
    border-bottom: 1px solid rgb(120, 21, 75);
    border-right: 0px;
}

.cust-toggle {
    border-left: 0px;
}</pre></body></html>