
/***** PRINT LAYOUT, STYLES & COLORS ****/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#headerContainer,
#right,
#left,
.accessibility,
#footer,
.printThisPage,
#adminPanelDiv,
#adminLinksDiv {
    display: none;
}

#puffLArge {
    font-size: 12px;
}

h1, h2, h3, h3 strong, h3 strong strong, h4 {
    font-weight: normal;
}

a {
    text-decoration: underline;
    color: blue;
}


/* *******************************************************************************************
 *        WebShop                                                                            *
 ******************************************************************************************* */

#webshop {
	margin: 0;
	padding: 10px 0 0 13px;
}

#webshop_page_cart,
#webshop_page_checkout {
	margin: 0;
	padding: 35px 0 0 13px;
}

#webshop LABEL {
    position: relative !important;
    left: 0 !important;
    overflow: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

#webshop_search_form {
	margin-bottom: 35px;
}

.result_item {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.result_item_0 {
	padding-top: 10px;
	border-top: 1px solid #000;
}
.result_item_odd {
	background-color: #f0f0f2;
}

.result_table TD {
	vertical-align: top;
}
.result_table .result_categories {
	width: 120px;
	font-size: 1.1em;
	font-style: italic;
	color: #666;
}

.result_table .item_data_table TD {
	padding-bottom: 5px;
}
.result_table .item_data_table .td1 {
	white-space: nowrap;
}
.result_table .item_data_table .td2 {
	padding-left: 10px;
}
.result_table .item_data_table LABEL {
	font-weight: normal;
	color: #666;
}

.result_table .result_title {
	font-size: 1.4em;
	font-weight: bold;
}

.result_table .result_buy {
	text-align: right;
}
.result_table .result_buy TD {
	vertical-align: middle;
}
.result_table .result_buy .price_table {
	margin: 0 0 0 auto;
}
.result_table .result_buy .label {
	padding-right: 10px;
}

.result_table .result_buy_cart {
	padding-top: 5px;
	border-top: 1px solid #000;
}
.result_table .result_buy .price_table_cart TD {
	text-align: right;
}
.result_table .result_buy .price_table_cart .label {
	padding-right: 0;
}
.price_table_cart TD.td1,
.price_table_cart TD.input {
	text-align: center !important;
}
.price_table_cart .td1,
.price_table_cart .td2,
.price_table_cart .td3 {
	width: 7em;
}
.price_table_cart .td4 {
	width: 10em;
}
.result_table .result_buy .price {
	width: 5em;
	font-size: 1.2em;
}
.result_table .result_buy .input {
	font-size: 1.2em;
}
.result_table .result_buy .price_table_cart .price {
	font-size: 1.1em;
	white-space: nowrap;
}

.result_table .result_buy .input {
	padding-left: 10px;
}
.result_table .result_buy .input INPUT {
	text-align: center;
}
.result_table .result_buy .btn {
	padding-left: 10px;
	padding-right: 10px;
}
.result_table .result_buy .formBtn {
	font-size: 9px !important;
}

#webshop .paging {
	padding: 15px 0;
	text-align: center;
}

#webshop_cart {
	padding-top: 15px !important;
	background-color: #fff;
}
#webshop_cart DIV {
	margin: 0 !important;
	background-color: #c1bc9e;
}
.webshop_cart_form {
	margin: 0;
	padding: 0;
}
.shopCartTbl {
	width: 100%;
}
#webshop_cart .shopCartSelect {
	font: 11px "Courier New", Courier, monospace;
}
#webshop_cart .shopCartBtn {
	font: bold 9px Tahoma, Verdana, Geneva, sans-serif;
	color: #fff;
	background-color: #424040;
	border: 1px solid #000000;
	cursor: pointer;
}

.result_table .total_table TD {
	text-align: right;
	font-size: 1.4em;
	padding-top: 10px;
}
.result_table .total_table TD.td2 {
	width: 6em;
}
.result_table .total_table TD.td3 {
	width: 11em;
}
.result_table .total_table TD.td4 {
	width: 6em;
}

.checkout_form,
.receipt_form {
	width: 500px;
	margin-top: 25px;
	margin-bottom: 35px;
}
.checkout_form TD,
.receipt_form TD {
	padding-bottom: 5px;
}

.dim {
	color: #999;
}
.red {
	color: #c00;
}

#webshop_cart {
	display: none;
}

#webshop,
#webshop TD {
	font-size: 90% !important;
}