<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
start Login_Plugin ecom style
*/

li.Login_Plugin table tr td {
	padding: 6px 0;
}

li.Login_Plugin label {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}

li.Login_Plugin label span.small_label {
	display: block;
	font-size: 11px;
	font-weight: normal;
}

li.Login_Plugin .login_left_labels_cell {
	text-align: right;
}

li.Login_Plugin input[type=password],
li.Login_Plugin input[type=text] {
	padding: 4px;
	border: 1px solid #888;
}

li.Login_Plugin .login_button_table {
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}

li.Login_Plugin .login_button_cell {
	padding: 0;
}

li.Login_Plugin input[type=submit] {
	background: #666;
	color: #fff;
	font-size: 11px;
	height: 31px;
	font-weight: bold;
	width: 125px;
	margin: 0;
}

/*
finish Login_Plugin ecom style
*/



/*
start Register_Plugin ecom style
*/

li.Register_Plugin

li.Register_Plugin table tr td {
	padding: 6px 0;
}

li.Register_Plugin table tr td.label {
	text-align: right;
}

li.Register_Plugin .label label {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}

li.Register_Plugin .label label span.small_label {
	display: block;
	font-size: 11px;
	font-weight: normal;
}

li.Register_Plugin input[type=password],
li.Register_Plugin input[type=text] {
	padding: 4px;
	border: 1px solid #888;
}

li.Register_Plugin input[type=submit] {
	background: #666;
	color: #fff;
	font-size: 11px;
	height: 31px;
	font-weight: bold;
	width: 125px;
	margin: 0;
}

/*
finish Register_Plugin ecom style
*/


/*
start Checkout_Plugin ecom style
*/

li.Checkout_Plugin {
	border: 1px solid #ccc;
	color: #666;
	position: relative;
	margin-bottom: 10px;
}

li.Checkout_Plugin span.description_text {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px;
	margin: 4px 0;
}

li.Checkout_Plugin span.error {
	color: red;
}

li.Checkout_Plugin table.address_selection,
li.Checkout_Plugin table.payment_table  {
	border-collapse:collapse;
}

li.Checkout_Plugin table.address_selection td,
li.Checkout_Plugin table.payment_table td {
	border: 1px solid #ccc;
	border-style: solid none none;
	padding: 10px;
}

li.Checkout_Plugin table.payment_table td td,
li.Checkout_Plugin table.address_selection td td {
	padding: 0;
	border: none;
}

li.Checkout_Plugin table td.label_column {
	font-size: 1.2em;
	font-weight: bold;
	border-right: 1px solid #ccc;
}

li.Checkout_Plugin table td.help_column {
	border-left: 1px solid #ccc;
}

li.Checkout_Plugin a.return_to_basket,
li.Checkout_Plugin a.submit_billing_address,
li.Checkout_Plugin a.clear_billing_address {
	background: none repeat scroll 0 0 #398FAC;
    border: 1px solid #2E7A94;
    color: #FFFFFF;
    display: block;
    font-size: 1.5em;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
}

li.Checkout_Plugin input[type=submit],
li.Checkout_Plugin input[type=button] {
	background: none repeat scroll 0 0 #398FAC;
    border: 1px solid #2E7A94;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.2em;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    margin-top: 4px;
}

li.Checkout_Plugin a.clear_billing_address,
li.Checkout_Plugin a.return_to_basket {
	position: absolute;
	font-size: 1.0em;
    width: 150px;
    top: 5px;
    right: 10px;
}

li.Checkout_Plugin a.submit_billing_address {
    width: 200px;
}

li.Checkout_Plugin a.clear_billing_address {
    font-size: 1.0em;
    width: auto;
    max-width: 230px;
}

li.Checkout_Plugin a.submit_billing_address:hover,
li.Checkout_Plugin a.clear_billing_address:hover {
    background: #4798b4;
}



li.Checkout_Plugin form.clear_billing_address {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
}



li.Checkout_Plugin td.label_column,
li.Checkout_Plugin td.help_column {
	vertical-align: top;
	width: 200px;
}

li.Checkout_Plugin td.total_price_text {
	font-size: 1.3em;
	font-weight: bold;
}

li.Checkout_Plugin table.card tr td {
	padding: 4px 0;
}

li.Checkout_Plugin table.card tr td.caption {
	width: 116px;
}

/*
finish Checkout_Plugin ecom style
*/


/*
start Orders_View_Plugin ecom style
*/

li.Orders_View_Plugin {
	color: #666;
}

li.Orders_View_Plugin table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-style: solid none;
	margin: 10px 0;
}

li.Orders_View_Plugin table th {
	padding: 10px;
	font-size: 1.2em;
}

li.Orders_View_Plugin table td {
	padding: 5px 10px;
}

li.Orders_View_Plugin table tr.main_header {
	text-align: left;
}


li.Orders_View_Plugin table tr.order_header {
	border-top: 1px solid #ccc;
	font-weight: bold;
	background: #ddd;
}

li.Orders

li.Orders_View_Plugin table tr.order_total {
	font-weight: bold;
}

li.Orders_View_Plugin table tr.order_total td {
	padding-bottom: 20px;
	font-weight: bold;
	vertical-align: top;
}

li.Orders_View_Plugin table tr.order_total td.order_total_total {
	text-align: right;
}

li.Orders_View_Plugin table tr.order_total a.mark_order_as_complete {
	font-weight: normal;
}

li.Orders_View_Plugin table tr {
	/* border: 1px solid #ccc;
	border-style: none solid; */
}

li.Orders_View_Plugin a.print_invoice,
li.Orders_View_Plugin a.mark_as_dispatched {
	background: none repeat scroll 0 0 #398FAC;
    border: 1px solid #2E7A94;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.5em;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;

}

li.Orders_View_Plugin a.print_invoice:hover,
li.Orders_View_Plugin a.mark_as_dispatched:hover {
    background: #4798b4;
}

/*
finish Orders_View_Plugin ecom style
*/


/*
start Product_Stock_Plugin ecom style
 */

li.Product_Stock_Plugin {
	color: #666;
}

li.Product_Stock_Plugin table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 10px 0;
	width: 100%;
}

li.Product_Stock_Plugin table.options_table {
	width: auto;
}

li.Product_Stock_Plugin table th {
	padding: 5px;
	text-align: left;
	font-size: 1.2em;
	background: #ddd;
	border-bottom: 1px solid #ccc;
}

li.Product_Stock_Plugin table td {
	padding: 5px
}

li.Product_Stock_Plugin .varient_padding {
	padding-left: 20px;
}

li.Product_Stock_Plugin tr.product_group_name td {
	font-weight: bold;
}

li.Product_Stock_Plugin tr.product_item:hover {
	background: #ddd;
}

li.Product_Stock_Plugin .update_products,
li.Product_Stock_Plugin a.options_refresh {
	background: none repeat scroll 0 0 #398FAC;
    border: 1px solid #2E7A94;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.5em;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
}

li.Product_Stock_Plugin .update_products:hover,
li.Product_Stock_Plugin a.options_refresh:hover {
	background: #4798b4;
}

li.Product_Stock_Plugin td.brands_label { width: 40px; }
li.Product_Stock_Plugin td.brands_option { width: 240px; }
li.Product_Stock_Plugin td.brands_option select { width: 220px; }

li.Product_Stock_Plugin td.category_label { width: 60px; }
li.Product_Stock_Plugin td.category_option select { max-width: 330px; }
li.Product_Stock_Plugin td.options_refresh { width: 80px; }

/*
finish Product_Stock_Plugin ecom style
*/


 /*
start Categories_Plugin ecom style
 */

li.Categories_Plugin .bwcms_plugin_container {
	margin-bottom: 30px;
}

li.Categories_Plugin ul {
	padding: 0;
	list-style: none;
}

li.Categories_Plugin ul ul {
	padding-left: 15px;
	list-style: none;
}

 /*
finish Categories_Plugin ecom style
 */


 /*
start Basket_Plugin ecom style
 */

li.Basket_Plugin img {
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 20px;
}

li.Basket_Plugin a {
	vertical-align: middle;
	line-height: 32px;
	padding-top: 6px;
}

 /*
finish Basket_Plugin ecom style
 */</pre></body></html>