/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.mainLeftCol {
/*	position:fixed;
	width:150px;
	z-index:100;*/
}

.tableContainer {
	position: relative;
}

.lockedLocation {
	position: absolute;
	right: 5px;
	top: 0;
	background-color:#CCCCCC;
	padding: 10px;
	border-bottom-right-radius: 0.4em;
	border-bottom-left-radius: 0.4em;
	text-align: center;
}

.lockedLocationChange {
	border-top: 1px solid #aaa;
}

.zoomer {
	display: none;
	position:absolute;
	z-index: 500;
}

.zoom_close {
  background: url(/images/required/zoom_close_icon.png) center center no-repeat;
  position: absolute;
  z-index: 505;
  width: 36px;
  height: 36px;
  top: -18px;
  right: -18px;
	cursor: pointer;
}

.extra_zoom {
	display: none;
}
#prev_img {
  position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
  z-index: 501;
	cursor: pointer;
}
#next_img {
  position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
	width: 100px;
	height: 100%;
  z-index: 501;
	cursor: pointer;
}


.myCSSButton {
	display: inline-block;
	margin: 2px;
	cursor: pointer;
	text-align: center;
	border-radius: 0.4em;
	border: 0px;
	box-sizing: border-box;
}

.myCSSButton:hover {
	box-shadow: 3px 3px 8px #818181;
	-webkit-box-shadow: 3px 3px 8px #818181;
	-moz-box-shadow: 3px 3px 8px #818181;
}

.myCSSButton a {
	text-decoration: none;
}

.myCSSButton a:hover {
	text-decoration: none;
}

.favInvHeader {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	width: 300px;
}

.deleteFavButton {
	display: inline-block;
	padding: 2px;
	margin: 2px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	border-radius: 0.4em;
	border: 1px solid #ccc;
/*	background: #2C3d5b; */
	background-image: url(/admin/images/icons/delete_48.png);
  background-size: 18px 18px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position:center; 
/*	nd0048-24.gif */
}
.deleteFavButton:hover {
	box-shadow: 3px 3px 8px #818181;
	-webkit-box-shadow: 3px 3px 8px #818181;
	-moz-box-shadow: 3px 3px 8px #818181;
}


.zoomer img {
	width: 100%; 
	height: 100%;
	border: 1px solid #000000;
}

.zoom {
    cursor: pointer;
	position: relative;
	float: center;
	overflow: hidden;
	border: 0px solid #000;
}

.box_img_div {
	height:110px;
	text-align: center;
	overflow: hidden;
	border: 0px solid #000;	
	padding: 10px;
	}

[contenteditable="true"] {
	cursor: text;
	padding: 2px;
	border: 1px dashed;
	font-size: inherit !important;
	border-color:  #000;
	border-radius: 0.4em;
}

[contenteditable="true"]:focus {
	cursor: text;
	padding: 2px;
	border: 1px solid #00F;
	border-radius: 0.4em;
	font-size: inherit !important;
}

.lng_edit_close {
   cursor: pointer;
   position: absolute;
	 background-image: url(/admin/images/icons/delete_48.png);
	 background-color: transparent;
	 width: 18px;
	 height: 18px;
	 background-size: 18px 18px;
   right: 5px;
   bottom: 2px;
}

.lng_edit_save {
   cursor: pointer;
	 display: inline-block;
	 background-image: url(/admin/images/icons/accepted_48.png);
	 background-color: transparent;
	 width: 18px;
	 height: 18px;
	 background-size: 18px 18px;
   right: 25px;
   bottom: 2px;
}

#lng_edit_ctrl {
	display: inline-block;
	position: absolute;
	top: -20px;
	right: 50px;
	width: 205px;
	height: 30px;
	cursor: pointer;
	padding-top: 5px;
	box-sizing: border-box;
	border-bottom-left-radius: 0.4em;
	border-bottom-right-radius: 0.4em;
	background-color: #383838;
	border:1px solid #383838;
	color: #cecece;
}

#lng_edit_ctrl a {
	color: #cecece;
}
.specialLanguageTags {
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #888;
	border-radius: 0.4em;
	padding: 10px;
	margin-top: 10px;
}
.specialLanguageTags span {
	margin-right: 5px;
}

.izoom {}

.payment_icon  { text-align: right; }
.payment_title { font-size: 12px; font-weight:bold;	width: 270px; }
.shipping_icon { width: 15px; display: none; }
.shipping_module { font-size: 12px;	font-weight:bold; }
.shipping_title { width: 250px; }
.shipping_price { width: 100px; text-align: right; }
.boxText { }
.errorBox { background: #ffb3b5; font-weight: bold; }
.stockWarning { color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { color: #70d250; text-decoration: underline; }

.lng_edit_close {
   cursor: pointer;
   position: absolute;
	 background-image: url(/admin/images/icons/delete_48.png);
	 background-color: transparent;
	 width: 18px;
	 height: 18px;
	 background-size: 18px 18px;
   right: 5px;
   bottom: 2px;
}

.lng_edit_save {
   cursor: pointer;
	 display: inline-block;
	 background-image: url(/admin/images/icons/accepted_48.png);
	 background-color: transparent;
	 width: 18px;
	 height: 18px;
	 background-size: 18px 18px;
   right: 25px;
   bottom: 2px;
}

.compShopping {
	border: 1px solid #000;
	border-radius: 0.4em;
	padding: 10px;
	text-align: center;
/*	max-width: 200px; */
}

.compShoppingTitle {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.compShoppingList {
	display: inline-table;
}
.compShoppingListRow {
	display: table-row;
}
.compShoppingListCell {
	display: table-cell;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

.grid_container {
	width: 100%;
	overflow-x: auto;
	text-align: center;
	padding-top: 2px;
}
 
.grid_div {
	padding: 1px; 
	padding-top: 1px; 
	margin: auto 2px; 
	margin-bottom: 1px; 
	white-space: nowrap;
	font-size: 11px;
/*	overflow: hidden;  */
	text-overflow: ellipsis; 
	min-width: 100px;
  min-height: 100px;
	display: inline-block;
}

fieldset {
	border: 0px solid #fff;
}

ul.jqmenutop {	position:relative; z-index: 50; border:0; }
ul.jqmenusub {	position:relative; z-index: 50; width: 200px; }

/*Mainsite*/
BODY {  color: #000000;  margin: 0px; }
A { text-decoration: none; }
A:hover { text-decoration: underline; }
FORM { display: inline; }

#message_box {
	padding-top: 8px;
	text-align: center;
	width: 100%;
	top: -50px;
	height: 35px;
	background-color: #FF0000;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 16px;
	position: absolute;
	z-index: 20000;
}

.page_link {
	font-size: 12px;
	text-transform:uppercase;
}

/*Header and footer*/
TR.header { background: #ffffff; }
.header_logo { 	padding: 0px; }
TD.contentMainBarHeader {border-radius: 0px;}
TD.contentMainBarFooter {border-radius: 4px;}
TR.headerNavigation { background: #bbc3d3; }
TD.headerNavigation { font-weight : bold; height: 40px; }
TD.headernavigation_right { font-weight : bold; }
A.headerNavigation:hover { color: #ffffff; }
A.headerNavigation_right:hover { color: #ffffff; }
TR.headerError { background: #ff0000; }
TD.headerError { background: #ff0000; color: #ffffff; font-weight : bold; text-align : center; }
TR.headerInfo { background: #00ff00; }
TD.headerInfo { background: #00ff00; color: #ffffff; font-weight: bold; text-align: center; }
TR.footer { background: #bbc3d3; }
TD.footer { background: #717171; color: #ffffff; font-weight: bold; }
TD.footerBottom { font-weight: bold; height: 30px; }
TD.bottomAnnonce {  background: #ffffff; color: #ffffff; font-weight: bold; }

/*Box related*/
.infoBox { background: #FFFFFF; }
.infoBoxContents { background: #f8f8f9; }
/*.newproductsBoxContents {  background: #FFFFFF; }*/
.infoBoxNotice { background: #FF8E90; }
.infoBoxNoticeContents { background: #FFE6E6; }
TD.infoBoxHeading { font-weight: bold; background: #717171; color: #ffffff; }
TD.infoBox, SPAN.infoBox {}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd { background: #f8f8f9; }
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even { background: #efeeec; }
TABLE.productListing { border: 1px; border-style: solid; border-color: #b6b7cb; border-spacing: 1px; width: 100%; }
.productListing-heading { color: #FFFFFF; font-weight: bold; height: 30px; }
TD.productListing-data { padding-top: 5px; padding-bottom: 5px; }
A.pageResults { color: #0000FF; }
A.pageResults:hover { color: #0000FF; background: #FFFF33; }
H1 { font-size: 18px; font-weight: bold; color: #13335b; }
H2 { font-size: 18px; font-weight: bold; color: #13335b; }
H3 { font-size: 18px; font-weight: bold; color: #13335b; }
H4 { font-size: 18px; font-weight: bold; color: #13335b; }
H5 { font-size: 16px; font-weight: normal; text-transform:uppercase; color: #999; }
TD.pageHeading, DIV.pageHeading { font-size: 20px; font-weight: bold; color: #9a9a9a; }
TD.pageHeading_ex, DIV.pageHeading_ex { font: italic; color: #000000; }
.products_new_in { font-size: 13px; }
.products_new_ex { font: italic }
SPAN.productSpecialPriceEX { font-style: italic; color: #ff0000; }
SPAN.productPriceEx { font-style: italic; }
TR.subBar { background: #f4f7fd; }
TD.subBar { color: #000000; }
TD.main, P.main { }
TD.smallText, SPAN.smallText, P.smallText { background: #ffffff; }
TD.smallText2, SPAN.smallText2, P.smallText2 { background: #ffffff; }
TD.NewsDesk { background: #ffffff;}
TD.accountCategory {  font-size: 13px;  color: #aabbdd;}
TD.fieldKey {  font-weight: bold;}
TD.fieldValue {}
TD.tableHeading { font-weight: bold;}
TD.category_desc { line-height: 1.5;}
SPAN.newItemInCart {  font-size: 10px;  color: #ff0000;}
CHECKBOX, INPUT, RADIO, SELECT {  font-size: 12px;}
TEXTAREA {  width: 100%;  font-size: 12px;}
SPAN.greetUser {  font-size: 12px;  color: #f0a480;  font-weight: bold;}
TABLE.formArea {  background: #f1f9fe;  border-color: #7b9ebd;  border-style: solid;  border-width: 1px;}
TD.formAreaTitle {  font-weight: bold;}
SPAN.markProductOutOfStock {  font-size: 12px;  color: #c76170;  font-weight: bold;}
SPAN.productSpecialPriceBox {  font-size: 20px;  color: #f42e0d;  font-weight: bold;}
SPAN.productSpecialPrice {  color: #f42e0d;  font-weight: bold;}
SPAN.errorText {  color: #ff0000;}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }
.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* message box */
.messageBox { }
.messageStackError, .messageStackWarning { 	background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */
.inputRequirement { font-size: 10px; color: #ff0000; }
SPAN.productPrice { color: #CC0000;}
SPAN.productPriceOld { color: #000000;}

/* price calculator */
.price_calculator_container { padding-top: 10px; padding-bottom: 10px;}
.price_calculator_cell { background-color: #ececec;}
.price_calculator_step { background-color: #ececec;	font-size: 14px; font-weight: bold;}
.price_calculator_helptext { color: red; font-style: italic;}
.price_calculator_table { margin-bottom: 10px;}
.price_calculator_valid { background-color: #b4ffbd;}
.price_calculator_invalid {	background-color: #dd8282;}
.price_calculator_price_text {	font-size: 14px; font-weight: bold;	color: red;	text-align: right;}
.price_container { margin: 0px;	padding: 0px;}
.special_text { display: none; }
/*.newproductsBoxContents { background: #002944;}*/

.maintext { color: #000000; }
.frontoffer { font-size: 10px; color: #000000; background-color: #ffffff;}

/* Booking */
.booking_stamp_message { font-size: 12px; text-decoration: underline;}
.booking_error { background-color: red;	color: #fff; font-weight: bold;	height: 18px;}
.booking_message_duration {	font-weight: bold;	font-size: 11px;}

.pricebox_ex { font-size: 9px;	color: #000000; text-align: left;}
.pricebox { font-weight: bold;	font-size: 16px; color: #000000; text-align: center;}
.priceboxContent { background-color: #acabab; }

.NowPrice { font-size: 9px; color: #000000; text-align: left;}

.spec_image { position:relative; left:20px; top:80px; }
.spec_name { font-weight: bold; font-size: 26px; color: #3399ff;  position:relative; left:85px; top:90px; }
.spec_text { font-weight: bold; font-size: 12px; color: #000000;  position:relative; left:85px; top:120px; }
.spec_price { font-weight: bold; font-size: 20px; color: #FFFFFF;  position:relative; left:40px; top:200px; } 

A.attr_image { color: #000000; border: 1px;}
A.attr_image:visited { color: #000000; border: 0px;}
.attr_image { color: #000000; width: 200px;	border: 0px;}

.contentMainBackground_Footer { padding-bottom: 10px; text-decoration: none;}
.contentMainBackground_Footer:hover { text-decoration: none; }

.contentMainBackground_Seperator { 
/*background: transparent url("/images/required/footer_seperator.jpg") no-repeat; */
border-left:1px solid #555;
padding-left:16px;
padding-top: 3px; 
padding-bottom: 3px; 
/* background: #262626;*/ }

.newsletter_bg { background: transparent url("/images/required/nyhedsbrev_bg.jpg") no-repeat; padding-top: 3px; padding-bottom: 5px; /* background: #262626;*/ }
.header_logo { padding: 0; margin: 0; /*padding-bottom: 0px; border-top:thick; border-top-color:#CCCCCC; height: 40px; background: #02305c; background: transparent url("/images/design/background2.jpg") repeat;  color: #757575; font-size: 12px; text-decoration: none;*/}
TD.oscShop { font-size: 9px; font-weight:600; color: #CCCCCC;}
.oscShopLink { padding-top: 10px;  padding-bottom: 10px;  border-top:thick;  border-top-color:#CCCCCC;  height: 40px; color: #757575; font-size: 12px;  text-decoration: none;}
.oscShopLink:hover { color: #757575; font-size: 12px; text-decoration: none;}
.inputField { background: transparent url("/images/required/textfield_bg.gif") no-repeat;}
.category_link_footer { color: #cae1f0; text-decoration: none; /*height: 15px;*/ font-size: 12px;}
a.category_link_footer:hover { color: #597696; font-size: 12px; text-decoration: none;}
a.breadcrumb {  color: #13335b;  text-decoration: none; /*	height: 15px;*/	font-size: 12px; line-height: 15px;}
.cookie{position:absolute;visibility:hidden;width: 995px;border: 2px solid black;background-color: lightyellow;padding: 4px;box-shadow: 3px 3px 8px #818181;-webkit-box-shadow: 3px 3px 8px #818181;-moz-box-shadow: 3px 3px 8px #818181;}
.image {background: transparent; }

.sg3 {
	padding-top: 96px;
	width: 484px; 
	height: 700px; 
	background-image: url(/mobile/images/s-g3.jpg); 
	background-size: 90%; 
	background-position:center; 
	background-repeat:no-repeat;
}

/* FORM ELEMENTS */

#search {
    background-color: #00e0f7;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius:5px;
		color: #FFF;
 		font-weight:bold;
    font-size: 18px;
		height: 30px;
	/*font-weight:bold;*/
    text-decoration: none;
    cursor: pointer;
    border:bold;
	 	vertical-align:middle;
}

#search:hover {
    border: bold;
    background:#111;
    box-shadow: 0px 0px 0px #777;
}

input[type="email"], input[type="number"], input[type="text"], input[type="date"], input[type="password"], .input, select {
    height: 25px;
    font-size: 12px;
    direction: ltr;
	  color: rgb(51, 51, 51);
		vertical-align:middle;
}

#check_email_address {
	color: #999999;
}

#check_email_address:focus {
	color: #000;
}


.select option {
	font-size: 12px;
 	}

input[type="email"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="password"]:focus, select:focus, textarea:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus {
	outline: medium none;
	border: 2px solid rgb(77, 144, 254);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) inset;
	margin: 1px;
}

input[type="email"], input[type="number"], input[type="date"], input[type="password"], select, textarea, input[type="tel"], input[type="text"], input[type="url"] {
	display: inline-block;
	margin: 2px;
	padding: 0px 0px;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	-moz-box-sizing: border-box;
	border-radius: 1px 1px 1px 1px;
	border-right: 1px solid rgb(217, 217, 217);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(192, 192, 192) rgb(217, 217, 217) rgb(217, 217, 217);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}


#attr_popup_div {
	position: absolute;
	display: none;
	top: 50%;
  left: 25%;
	padding: 15px;
/*	display: none; */
	opacity: 100 !important;
	overflow: hidden;
	margin: 0px auto;
	border-radius: 0.4em;
	background-color: #fff;
	box-shadow: 3px 3px 8px #818181;
	z-index: 50000;
	box-sizing: border-box;
}

#ap_select_block {
	display: inline-block;
	position: relative;
	bottom: 10px;
	width: 100%;
	margin: 0px auto;
	margin-top: 50px;
	padding: 10px;
	border: 0px solid #000;
	box-sizing: border-box;
	box-shadow: 3px 3px 8px #818181;
}
#ap_attr {
	position: relative;
	display: block;
	text-align: right;
	box-sizing: border-box;
}
#ap_button_no {
	position: relative;
	display: inline;
	float: left;
	box-sizing: border-box;
}
#ap_button_yes {
	position: relative;
	display: inline;
	float: right;
	box-sizing: border-box;
}
