﻿/* ----------------------------------
MENU ELEMENTS
------------------------------------*/
/* Shop menu */
div.shopmenu_dropdown 
{
	float: left;
	width: 300px;
}
div.shopmenu_selection 
{
	float: right;
	width: 250px;
	text-align: right;
	padding-top: 10px;
}
.dropdown_clean 
{
	background: none;
	border: none;
	text-decoration: none;
	margin-bottom: 10px;
}
.dropdown_button 
{
	padding: 2px 5px 2px 5px;
	background: #adadad;
	margin-bottom: 1px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.dropdown_button:hover
{
	padding: 2px 5px 2px 5px;
	background: #ffffff;
	margin-bottom: 1px;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

/* ----------------------------------
FRONTPAGE
------------------------------------*/
div.frontpage_itembox 
{
	width: 116px;
	float: left;
	padding: 5px 0 5px 0;
}
div.frontpage_itembox_image
{
	text-align: center;
}
div.frontpage_itembox_name
{
	height: 30px;
	text-align: center;
	font-size: 10px;
}
div.frontpage_itembox_buy
{
	padding-top: 3px;
	height: 18px;
	text-align: center;
}
div.frontpage_itembox_buy img { border: none; }


/* ----------------------------------
LOGIN BOX
------------------------------------*/
div.login_box 
{
	float: right;
	height: 135px;
	background: url("../../Skins/Bergen/box_bg_login_1.jpg") no-repeat 0% 0%;
	width: 100%;	
	margin-bottom: 15px;
	padding-bottom: 15px;
}
div.login_box_header 
{
	font-size: 16px;
	font-weight: bold;
	color: #3C7E91;	
	padding: 8px 0 8px 10px;
}
div.login_box_key
{
	padding-left: 20px;
	font-weight: bold;
	width: 30%;
	float: left;
}
div.login_box_value
{
	padding-left: 10px;
	width: 55%;
	float: right;
}

/* ----------------------------------
ITEMS
------------------------------------*/
div.pagination_box 
{
	color: #838383;
	text-align: right;
	margin-bottom: 10px;
}
div.pagination_box a
{
	color: #838383;
}
div.pagination_box a:hover
{
	color: #ffffff;
}

/* ----------------------------------
CART
------------------------------------*/
tr.cart_lastrow td
{
	padding-bottom: 5px;
	border-bottom: solid 1px #828282;
	color: #828282;
}
tr.cart_lastrow a
{
	color: #828282;
	text-decoration: none;
}
tr.cart_item 
{
	color: #828282;
}
tr.cart_item td 
{
	padding: 5px 0 0 0;
}
tr.cart_item a 
{
	color: #828282;
	text-decoration: none;
}
span.cart_quantity 
{
	font-size: 16px;
}
tr.cart_header 
{
	font-weight: bold;
}
tr.cart_header td 
{
	padding: 5px 0 5px 0;
	border-bottom: solid 1px #828282;
}
div.cart_total 
{
	font-weight: bold;
	padding-top: 5px;
}
span.cart_info_link 
{
	color: #828282;
	font-weight: normal;
}
span.cart_info_link a
{
	color: #828282;
	font-weight: normal;
}
div.checkout_buttons 
{
	text-align: right;
	position: relative;
	top: -26px;
}

/* ----------------------------------
SEARCH
------------------------------------*/
div.search_box 
{
	width: 150px;
	height: 21px;
}
input.search_input 
{
	font-size: 10px;
	height: 11px;
	position: relative !important;
	top: -1px !important;
	top: -3px;
	margin: 0px;
}
input.search_button 
{
	position: relative;
	top: 2px !important;
	left: 1px !important;
	margin: 0px;
	top: 4px;
}

/* ----------------------------------
MINICART
------------------------------------*/
div.minicart 
{
	width: 285px;
	padding: 0 0 0 0;
	background: #b3b3b3;
	color: #000000;
	float: left;
	text-align: center;
}

/* ----------------------------------
ORDER
------------------------------------*/
div.order_header 
{
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
span.order_header_position 
{
	font-weight: bold;
}
td.order_form_form 
{
}
div.order_form 
{
}
div.order_form_key 
{
	width: 105px;
	float: left;
	padding: 2px 0 2px 0px;
	height: 20px;
}
div.order_form_value 
{
	width: 250px;
	float: left;
	height: 20px;
}
div.order_form_value input
{
	background: #333333;
	border: solid 1px #828282;
	padding: 2px;
	color: #ffffff;
}
div.order_form_notes
{
	font-weight: bold;
	padding: 2px 0 2px 0px;
}
div.order_form_header 
{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 0px;	
}
div.order_form_message 
{
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0 0px 0px;		
}
div.order_extra 
{
	margin-bottom: 10px;
}
div.order_extra_previous_customer 
{
	background: #838383;
	padding: 20px 20px 20px 20px;
}

/* ----------------------------------
ITEM
------------------------------------*/
div.item_box 
{
	background: #E6F2F6;	
	color: #0B2A52;
	border-bottom: solid 1px #6795BB;	
}
div.item_box_left 
{
	width: 30%;
	float: left;
}
div.item_box_right 
{
	width: 69%;
	float: right;
}
div.item_box_name 
{
	background: #E6F2F6 url("../../Skins/Bergen/box_bg2.jpg") no-repeat 100% 0%;
	padding: 16px 10px 8px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #0B2A52;
	height: 25px;
}
div.item_box_picture 
{
	padding: 5px;
}
div.item_box_picture img
{
	width: 99%;
}
div.item_box_options 
{
	border-bottom: dashed 1px #a2cbda;
	padding: 10px;	
}
div.item_box_description
{
	padding: 10px;
}
div.item_box_price
{
	padding: 10px;
	text-align: right;
}
span.item_box_price_new
{
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #990000;		
	text-align: right;
}
span.item_box_price_old
{
	padding: 10px;
	font-size: 16px;	
	text-align: right;
}
input.item_box_withaddition_price 
{
	background: #E6F2F6;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #990000;		
	text-align: right;
}
div.item_box_bottom
{
	clear: both;
}
span.red_text 
{
	color: #990000;
	font-weight: bold;
}

/* ----------------------------------
DELIVERY
------------------------------------*/
div.delivery_typebox 
{
	background: #E6F2F6;
	color: #103D55;
	padding: 10px;
	margin-bottom: 5px;
	border: solid 1px #0F3F5B;	
}
div.delivery_typebox_name
{
	font-size: 14px;
	font-weight: bold;
}
div.delivery_typebox_text
{
	
}
div.delivery_typebox_price
{
	margin: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}
div.delivery_typebox_button
{
	
}

/* ----------------------------------
PAYMENT TYPES
------------------------------------*/
div.payment_typebox 
{
	background: #E6F2F6;
	color: #103D55;
	padding: 10px;
	margin-bottom: 5px;
	border: solid 1px #0F3F5B;	
}
div.payment_typebox_name
{
	font-size: 14px;
	font-weight: bold;
}
div.payment_typebox_text
{
	margin-bottom: 10px;
}
div.payment_typebox_image
{
	margin: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}
div.payment_typebox_button
{
	
}

/* ----------------------------------
PAYMENT
------------------------------------*/
div.payment_outer
{
	background: #E6F2F6;
	color: #103D55;
	padding: 10px;
	margin-bottom: 5px;
	border: solid 1px #0F3F5B;	
}
div.payment_inner
{
	background: #ffffff;
	padding: 10px;
	color: #0F3F5B;
	margin: 5px 5px 5px 5px;
	border: solid 1px #0F3F5B;	
}
div.payment_header 
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.payment_instructions 
{
}
div.payment_button 
{
	margin: 5px 5px 5px 5px;
}

/* ----------------------------------
CONFIRMATION
------------------------------------*/
div.confirmation_customer 
{
	float: left;
	width: 48%;
}
div.confirmation_shop 
{
	float: right;
	width: 48%;
}
div.confirmation_break 
{
	clear: both;
}

iframe.payment_frame 
{
	width: 100%;
	height: 350px;
}