<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('../../include/fancybox2/jquery.fancybox.css');

/* GENERAL */
.mod_eshop_h_f {
	text-align: center;
	margin: 0;
	padding: 10px 0;
	color: #000;
}
.mod_eshop_ordernum_f {
	font-weight: bold;
}
.mod_eshop_hr_f {
	border-top: 1px solid #ccc;
	border-bottom: 0;
}


/* overview */
.hlisting {
    float: left;
    width: 20%;
}
#content .hlisting p {
    text-align: left;
}
.hlisting .fn {
    text-decoration: none;
}
.hlisting form {
    padding: 1em 0 0;
}

/* item */
.hproduct .thumb {
    float: left;
    width: 30%;
}
.hproduct .thumbs {
    margin: 2em 0 0;
}
.hproduct .content {
    float: right;
    width: 60%;
}
.hproduct .fn {
    color: #f02c55;
    font-size: 1.5em;
    text-decoration: none;
}
.hproduct form {
    margin: 1em 0;
}
.hproduct .paging a {
    color: #f02c55;
}

/* CART table header */
.mod_eshop_cart_th_thumb_f {
	text-align: left;
}
.mod_eshop_cart_th_sku_f {
	text-align: right;
	white-space: nowrap;
}
.mod_eshop_cart_th_name_f {
	text-align: center;
	width: 44%;
}
.mod_eshop_cart_th_quantity_f {
	text-align: left;
	white-space: nowrap;
}
.mod_eshop_cart_th_price_f {
	text-align: right;
	white-space: nowrap;
}
.mod_eshop_cart_th_shipping_f {
	text-align: right;
	white-space: nowrap;
}
.mod_eshop_cart_th_sum_f {
	text-align: right;
	width: 20%;
}

/* CART table body */
.mod_eshop_cart_td_thumb_f {
	text-align: left;
}
.mod_eshop_cart_td_sku_f {
	text-align: right;
}
.mod_eshop_cart_td_name_f {
	text-align: center;
}
.mod_eshop_cart_td_quantity_f {
	text-align: left;
	white-space: nowrap;
}
.mod_eshop_cart_td_quantity_f a img {
	margin-bottom: -3px; 
	border: none;
}
.mod_eshop_cart_td_price_f {
	text-align: right;
	white-space: nowrap;
}
.mod_eshop_cart_td_shipping_f {
	text-align: right;
	white-space: nowrap;
}
.mod_eshop_cart_td_sum_f {
	text-align: right;
	white-space: nowrap;
}

/* CART table details */
.mod_eshop_cart_currency_f {
	font-size: 9px;
	font-weight: normal;
}
.mod_eshop_cart_item_f {
	font-weight: bold;
}
.mod_eshop_cart_subtotal_f {
	text-align: right;
	font-weight: bold;
	line-height: 200%;
}
.mod_eshop_cart_shipping_f {
	text-align: right;
	font-weight: bold;
	line-height: 75%;
}
.mod_eshop_cart_free_shipping_f {
	text-align: right;
	font-weight: bold;
	line-height: 75%;
	color: #FF0000;
}
.mod_eshop_cart_tax_f {
	text-align: right;
	font-weight: bold;
	line-height: 75%;
}
.mod_eshop_cart_total_f {
	text-align: right;
	font-weight: bold;
	line-height: 300%;
}


/* MINI CART */

#mod_eshop_mc_div_f {
	width: 250px;
	float: right;
	font-size: 11px;
}
.mod_eshop_mc_p_empty_f {
	font-weight: bold;
}
.mod_eshop_mc_orderid_f {
	font-style: italic;
}
.mod_eshop_mc_quantity_f {
	font-weight: bold;
}
.mod_eshop_mc_total_f {
	font-weight: bold;
}
.mod_eshop_mc_p_excl_f {
	font-size: 10px;
}


/* ADDRESS FORM &amp; ADDRESS */

.mod_eshop_form_p_f {
	font-style: italic;
}
.mod_eshop_form_label_f {
	width: 25%;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}
.mod_eshop_form_input_f {
	width: 280px;
}

.mod_eshop_address_h_f {
	font-weight: bold;
}


/* BUTTONS */

.mod_eshop_bt_continue_f {
	border: 0;
	font-size: 1em;
	font-family: tahoma;
	color: #404040;
	text-transform: uppercase;
	background: #f0f0f0;
	padding: 5px 15px;
}
.mod_eshop_bt_continue_f:hover {
	background: #ccc;
}
.mod_eshop_bt_update_f {
	border: 0;
	font-size: 1em;
	font-family: tahoma;
	color: #404040;
	text-transform: uppercase;
	background: #f0f0f0;
	padding: 5px 15px;
}
.mod_eshop_bt_update_f:hover {
	background: #ccc;
}
.mod_eshop_bt_add_ship_form_f {
	border: 0;
	font-size: 1em;
	font-family: tahoma;
	color: #404040;
	text-transform: uppercase;
	background: #f0f0f0;
	padding: 5px 15px;
}
.mod_eshop_bt_add_ship_form_f:hover {
	background: #ccc;
}
.mod_eshop_bt_order_f {
	border: 0;
	font-size: 1em;
	font-family: tahoma;
	color: #404040;
	text-transform: uppercase;
	background: #f0f0f0;
	padding: 5px 15px;
	float: right;
}
.mod_eshop_bt_order_f:hover {
	background: #ccc;
}
.mod_eshop_bt_quit_f {
	border: 0;
	font-size: 1em;
	font-family: tahoma;
	color: #404040;
	text-transform: uppercase;
	background: #f0f0f0;
	padding: 5px 15px;
}
.mod_eshop_bt_quit_f:hover {
	background: #ccc;
}
.mod_eshop_bt_modify_address_f {
	border: 0;
	font-size: 1em;
	font-family: tahoma;
	color: #404040;
	text-transform: uppercase;
	background: #f0f0f0;
	padding: 5px 15px;
}
.mod_eshop_bt_modify_address_f:hover {
	background: #ccc;
}
.mod_eshop_bt_pay_cod_f {
	width: 98%;
}
.mod_eshop_bt_pay_advance_f {
	width: 98%;
}
.mod_eshop_bt_pay_invoice_f {
	width: 98%;
}
.mod_eshop_bt_pay_paypal_f {
	width: 98%;
}
.mod_eshop_bt_pay_mollie_f {
	width: 70%;
}
.mod_eshop_bt_pay_payment-network_f {
	width: 98%;
}


/* PAY */

.mod_eshop_pay_h_f {
	padding-left: 12px;
}
.mod_eshop_pay_td_f {
	font-size: 11px;
	padding: 3px 12px;
}
.mod_eshop_pay_submit_f {
	height: 30px;
	text-align: center;
}


/* MESSAGES */

.mod_eshop_error_f {
	text-align: center;
	color: red;
	margin-top: 5px;
	border: solid 1px red;
	background-color: #FFDCD9;
	background-image: url(images/error.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.mod_eshop_error_f a{
	color: #ff0000;
}
.mod_eshop_error_f p {
	padding-left: 60px;
	padding-right: 6px;
}
.mod_eshop_errorbg_f {
	background-color: #FFDCD9;
}
.mod_eshop_success_f {
	text-align: left;
	margin-top: 5px;
	border: solid 1px #c6d880;
	background:#e6efc2 url(images/success.gif) no-repeat 15px center;
}
.mod_eshop_success_f p {
	padding-left: 60px;
	padding-right: 6px;
}
.mod_eshop_information_f {
	text-align: center;
	margin-top: 5px;
	border: solid 1px #FFD700;
	background-color: #FFFFDD;
	background-image: url(images/information.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.mod_eshop_information_f p {
	padding-left: 60px;
	padding-right: 6px;
}

/* IE ONLY */

/* IE &lt; 7 */
* html input.mod_eshop_bt_continue_f, * html input.mod_eshop_bt_update_f, * html input.mod_eshop_bt_order_f, * html input.mod_eshop_bt_quit_f {
	font-size: 9px;
}
/* IE = 7 */
*:first-child+html .mod_eshop_bt_continue_f, *:first-child+html .mod_eshop_bt_update_f, *:first-child+html .mod_eshop_bt_order_f, *:first-child+html .mod_eshop_bt_quit_f {
	font-size: 9px;
}

.pagination-block {
    margin: 0 auto;
    width: 71%;
}
</pre></body></html>