/*
ULSV New design created 201202
*/

/* =============================================================================
/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
/*
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }
*/

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */


html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}


body { 
	margin: 0;  
	line-height: 1.25; 
	/*line-height: 1.231; */
}

body { margin: 0; }

/*
body, button, input, select, textarea { font-family: "Times New Roman"; color: #000; }
*/

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/

/* =============================================================================
   Links
   ========================================================================== */

a { 
	color: #eee;
	/*color: #00e; */
}
a:visited { 
	/*color: #551a8b; */
	/* color: #cb5474; */
	color: #bca265;
}

/*a:focus { outline: thin dotted; }*/
a:focus { outline: 0; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }
/*
a, a:hover, a:active, a:focus, a:visited  { outline: 0; } 
*/

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
/*
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
*/

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* make selected option the same font ... */
select {
    font-family:inherit;
    font-size:inherit;
    color: white;
	/*color: #222;*/
	background-color: #222;
} 
option {
	color: white;
	background-color: #222;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0; padding: 0 }
dd { margin: 0 }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

/*
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
*/

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { box-sizing: content-box; }
/*
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
*/

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }

/* =============================================================================
   ========================================================================== */
body {
	/*font-family: "Waiting for the Sunrise", Pompiere, "Girls Are Weird","Tempus Sans ITC","Monotype Corsiva",cursive,Sans-Serif;*/
	/*font-size: 150%;*/
	font-family: 'Life Savers', cursive;
	font-size: 110%;

	background-image: url('../img/background_left.png')
					, url('../img/background_right.png')
					, url('../img/background_middle_2008.jpg'); 
	background-position: 0px 200px, right 200px, left top;
	background-repeat: no-repeat, no-repeat, repeat-y;	
	background-size: 12vw, 12vw, 100%;
	background-attachment: fixed, fixed, fixed;
	
	position: relative;

	color: #eee;
	background-color: #222; 
}
h1, h2, h3, h4, #nav li a, #orderButtons a { 	
	/*font-family: "Annie Use Your Telescope", "Girls Are Weird","Tempus Sans ITC","Monotype Corsiva",cursive,Sans-Serif; */
	font-family: 'Life Savers', cursive;
	/*color: #222;*/
	color: #eee; 
}
#nav .navSub li a, input, label, textarea, #signin_submit {
	/*font-family: "Waiting for the Sunrise", Pompiere, "Girls Are Weird","Tempus Sans ITC","Monotype Corsiva",cursive,Sans-Serif;*/
	font-family: 'Life Savers', cursive;

}
select, option {
	font-family: 'Life Savers', cursive;
}
input, label, textarea, a{
	font-size: 18px;
}
input { color: black; }

/*
a:hover, a:active { outline: 0; }
*/

/*
#topsign {
	position: relative;
	top: -65px;
	left: -55px;
	margin-bottom: -50px;
	margin-right: -50px;	margin-bottom: -50px;
	display: block; float: left; 
	top: -60px;
	left: -60px;	
}
*/

/* transparent flower bottom */ 
/*
img#btranspbot {
	position: relative;
	top: 170px;
	left: -140px;
	width: auto;
	height: auto; 
}
*/

img#atcanimate 
	/* addToCart animation img */ {
	position: fixed;
	top: -200px;
	left: -200px;
	opacity: 0;
	border: 1px solid #444;
	/*visibility: hidden;*/
	background-color: #333;
}

/* Div "all the way down" */
.clear {
  clear: both;
  display: block;
  width: 0;
  height: 0;
}

br  { clear: left; }

div#topmenu {
	padding: 0.25vw;
	/*padding-top: 10px;*/	/* 140518: move up Skicka order menu */
	/*position: fixed;*/	/*  kanske ej fixed för mindre skärmstorlek? */
	top: 0;
	margin: 0;
	text-align: center;
	display: block;
	/*
	display: table-row;
	width: 100%;
	width: 100vw;
	*/
}
div#topmenuleft {
	display: table-cell;
	text-align: right;
	width: 20vw;
}
div#topmenuleft a {
	float: right;
}
div#pagetoplogo {
	display: table-cell;
	text-align: center;
	width: 59%;
}
div#pagetoplogo img{	/* scale img */
	max-width: 100%;
	height: auto;
}
div#topmenuleft img.headicon{	
	max-width: 40px;
	width: 3vw;
	height: auto;
	min-width: 28px;
}
img.headheart {
	max-width: 60px;
	width: 3vw;
	height: auto;
	min-width: 32px;
	position: relative;
	left: 40px;
	top: 20px;
}


/* presentkort insida */
img.w92 { 
	width: 92%;
	max-width: 600px;
}


div#menu {
	text-align: center;
	display: block;
	width: 100%;
}

div#headerdiv {
	/*
	width: 100%;
	width: 100vw;
	padding-left: 9vw;
	padding-right: 9vw;	
	*/
	border-bottom: 3px solid #bca265;
	background-image: url('../img/background_top_2008.jpg'); 
	background-size: cover;
	/*
	background-repeat: repeat-y;
	background-color: #333;
	*/
	z-index: 900;
	position: fixed;
	width: 100%;
	/*margin-top: -50px;*/		/* verför behövs denna vid fixed? kolla! */
	top: 0px;
}

div#container {
	margin-left: 9vw;
	margin-right: 9vw;
	margin-top: 50px;
	margin-bottom: 30px;
	/*padding: 0.5vw;*/
	padding: 0.15vw;  /* 210211 */
	padding-top: 140px;	/* för att ge plats åt topmenu. bör vara dynamisk.. ?*/
	min-height: 500px;
	/*
	width: 960px;
	width: 80vw; 
	min-width: 910px;
	background-color: white;
	border: 1px solid rgb(180,180,180); 
	border-width: 1px;
	box-shadow: 4px 4px 2px rgba(160,160,160,0.4); 
	*/
}

/* html.no-borderimage div#container { */
html.no-borderimage div#container, #contentCards, #contentSidebar , .navSub, .wmodal {		/* #signin_menu,  */
	/*
	border: 2px solid rgb(180,180,180)\0/IE9;
	border-radius: 6px\0/IE9;
	box-shadow: 3px 3px 3px rgba(160,160,160,0.4)\0/IE9;
	*/
}


/* TEST ATT TA BORT 140509
:root div#container, :root #contentCards, :root #contentSidebar , :root .navSub, :root #signin_menu, :root .wmodal {
	border: 2px solid rgb(180,180,180)\0/IE9;
}
:root div#container, :root #contentCards, :root #contentSidebar , :root #signin_menu, :root .wmodal {
	border-radius: 6px\0/IE9;
}
:root div#container, :root .navSub, :root #signin_menu, :root .wmodal {
	box-shadow: 3px 3px 3px rgba(160,160,160,0.4)\0/IE9;
} 
*/

/*
#content {
	margin-left:90px;
	margin-right:90px;
	margin-bottom: -200px;  
}
*/
#content {
	/* 
	här kanske vi bör fixa till ngt mer? t ex för att få visa/ändra order snygg!
	*/
	text-align: center;	/* för skicka order, ställer det till det ngn annanstans? */
}

/* sätter en maxbredd på "vanliga" sidor som startsidan och om företaget.. */
#content p {
	max-width: 1240px;
	margin: auto;
}


#contentCards {
	box-sizing: border-box;	
	display: table-cell;
	/* width: 69vw; */  /* 210212 */
	width: 65vw; 
	
	padding: 1%;
	margin: 1%;
	min-height: 300px;
	
	/*
	float: left;  
	margin: 0.3%;
	padding: 0.3%;
	margin-top: -45px;
	border-right: 1px solid #c6b395;
	border-width: 1px;
	*/
	/*margin-bottom: -200px;*/ /* remove space allocated for positioned flower */ 
	/* funkar inte om inte float..!?
	resize: horizontal;	
	overflow: auto;	
	*/
}

#contentSidebar {
	box-sizing: border-box;	
	display: table-cell;
	margin: 0.3%;
	padding-top: 24px;
	padding-left: 0;
	padding-right: 0;
	min-height: 300px;
	width: 30vw; 

	/*
	padding: 0.3%;
	padding-left: 24px;
	margin-top: -45px;
	float: left;  
	clear: right; 
	border: 1px solid rgb(180,180,180);
	border-width: 1px;
	*/
	/* margin-bottom: -200px; */ /* remove space allocated for positioned flower */

	/* background-images moved to: div#sidebartop, div#sidebarmain, div#sidebarbot */
}
div#sidebartop {
	background-image: url('../img/backg_sidebar_b1.png'); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: scroll;
	margin: 0;
	padding: 12px;
	padding-top: 30px;
}
div#sidebarmain {
	background-image: url('../img/backg_sidebar_b2.png'); 
	background-position: 0px 0px;
	background-repeat: repeat-y;
	background-size: 100%;
	background-attachment: scroll;	
	margin: 0;
	padding: 12px;
	min-height: 160px;
}
div#sidebarbot {
	background-image: url('../img/backg_sidebar_b3.png'); 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: scroll;
	margin: 0;
	padding: 12px;
	min-height: 30px;
}


/* image preview */
/* 141105 changes to remove gif rulers  start */
#preview {
	position:absolute;
	border: 1px solid rgb(1,1,1);
	/*
	border: 1px solid rgb(200,200,200);
	box-shadow: 2px 2px 2px rgba(160,160,160,0.4);
	*/
	box-shadow: 2px 2px 2px rgba(1,1,1,0.6);
	background:#fff;
	padding: 4px 8px 12px 16px;
	display:none;
	color:#222;
	color: black;	
	z-index:1000;
	background-color: rgb(252,252,252);
	font-size: 75%;
	font-weight: 600;
	/* 
	if we later want to rotate ...
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);  
	*/
}

#preview .preImg {
  border: 1px solid rgb(150,150,150);
  box-shadow: 2px 2px 2px rgba(160,160,160,0.4);
}

#preview  div.prewidth{
	text-align: center;
}

#preview div.preheight {
	float: right;
	padding-left: 4px;
	text-align: center;
	/*margin-top: -0.75em; */
	margin-top: 25%; 
}
/* 141105 changes to remove gif rulers end */

ul, ol { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	margin: 6px; 
	padding: 6px; 
}

#nav {
	list-style: none;
	font-weight: bold;
	z-index:5;
	margin: 4px;
	display: inline-block; 
	padding: 0;

	/*
	margin-bottom: 10px;
	left: -50px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 50px;
	float: right;
	Clear floats:
	float: left;
	position: relative;
	*/
}

#nav ul{
	max-width: 96vw; /* 210719 */
}

#nav li{
	float:left;
	/*margin-right:5px;*/
	margin-right:2px;
	position:relative;
}
#nav a{	
	display:block;
	padding: 4px 11px;
	color:#000;
	text-decoration: none;
	font-size: 1.6em;	/* menu font-size */
	/*
	padding: 4px 12px;
	font-size: 38px;
	font-size: 2em;
	font-size:2.5vw;
	font-size: 35px;
	*/
}	
#nav a:hover{
	/* color: #cb5474; */
	color: #bca265;
	text-decoration: none;
}

/* submeny ul class="navSub" */
.navSub {
  	border: 1px solid rgb(180,180,180);
	background-color: #252525; 
	z-index: 901;
	/*
	-moz-border-image:url(../img/borders.jpg) 8 8 repeat;
	-webkit-border-image: url(../img/borders.jpg) 8 8 repeat;
	-o-border-image:url(../img/borders.jpg) 8 8 repeat;
	border-image:url(../img/borders.jpg) 8 8 repeat;
	border-width: 4px; 
	box-shadow: 4px 4px 2px rgba(160,160,160,0.4);	
	*/
}

.navSub li {
	padding: 0px;
	padding-right: 8px;
	display: block;  
	background-color: #252525; 
	color: white;
	/*
	margin-left: 6px;
	line-height:0;
	height: 24px;
	*/
}

#nav .navSub li a:hover {
	/* color: #cb5474; */
	color: #bca265;
}

#nav .navSub li a {
    display: block;
	padding: 2px 10px;
    text-decoration: none;
	color: white;
    font-size: 18px;
    font-weight: normal; 
	background-color: #252525; 
	text-align: left;
    /*
	padding: 12px 0px 0px 20px;
    color: #424242;
	*/
}

/* Dropdown */
#nav ul{
  /*background:#fff;*/ /* Adding a background makes the dropdown work properly in IE7+. */
  /*background:rgba(255,255,255,0);*/ /* But! Let's make the background fully transparent where we can */
  list-style:none;
  position:absolute;
  left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
  padding: 12px 2px;
  margin: 0;
  /* 
  margin-top: -10px;
  background-color: white; 
  */
}
#nav ul li{
  float:none;
  /*padding-top:1px;*/ /* Introducing a padding between the li and the a give the illusion spaced items */
}
#nav ul a{
  white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
  /*padding: 0px;*/
}

/* 210313 */
ul.twocols {
    column-count: 2;
    column-gap: 4px;
    column-rule-style: solid;
    column-rule-width: 1px;
    column-rule-color: #666;
    list-style: none;
}

/* 
Display the dropdown on hover
Bring back on-screen when needed
ULSV 120613 moved to jquery.client.js
#nav li:hover ul{ 
  left:0px; 
}
*/

#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
  /*text-decoration:underline;*/
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
  text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */

}

/* display: inline; cause problems with submenues
ul#nav li {
	display: inline;
}
*/

div#orderButtons {
	box-sizing: border-box;		/* så att padding ingår i width, borde kanske vara överallt? */
	display: table-cell;
	width: 20vw;
	padding: 4px;
	padding-right: 4vw;
	margin: 0;
	margin-right: 8px;
	/*
	display: inline-block;
	float: right;
	width: 170px; changed to avoid on same line in IE7 
	width: 170px;
	width: 370px;
	display: none;
	margin-right: 30px;
	*/
}

div#orderButtons a{
	/*
	display:block;
	clear: right;
	*/
	text-decoration: none;
	font-size: 20px;
	margin: 0;
	padding: 3px;
	float: right;
	white-space: nowrap;
	display:inline;
	clear: none;
	padding: 1px 12px;
}

div#orderButtons a:hover{
	/* color: #cb5474; */
	color: #bca265;
	text-decoration: none;
}

div#scrollup {
  display: none;
  text-align: center;
}
div#scrollup a{ 	
  color: #222;
  text-decoration: none;
  font-size: 23px;
}
div#scrollup a:hover { 	
	/* color: #cb5474; */
	color: #bca265;
}

/* 141107 Test scroll links start */
/*
div#gotop {
	display: none;
	position:fixed;
    right:0.6em;
    bottom:-20px;  
	z-index: 0;
}
div#gobottom {
	display: none;
	position:fixed;
    right:0.6em;
    top:-20px;  
	z-index: 0;
}
div#gotop a, div#gobottom a{
	color: #fa9cb5;
	text-decoration: none;
	font-size: 225%;
	letter-spacing: -0.15em;
}
*/
/* 141107 Test scroll links end */



/* Lists */
img {border: none;}

table tr td img { /* change cart */
  border: 1px solid rgb(150,150,150);
  box-shadow: 2px 2px 2px rgba(1,1,1,0.8);
}

ul.thumb {
    float: left;
    list-style: none;
    margin: 0; 
	padding: 0px;
}

ul.thumb li {
	padding: 15px 0px 25px 0px;
    /*
	float: left;
    position: relative;
	*/
    text-align: center;
	margin-left: 4px;
	display: inline;
}
ul.thumb li div {
	display: inline-block;
	margin-top: 1em;
}


/* new mixed disk */
table.thumb {
	min-width: 98%;
	/*min-width: 90%;*/		/* 210211 */
	margin: auto;
}

/* table for disks */
table.thumb  tr {

}

table.thumb  td {
	/*
	padding: 15px 0px 25px 0px; 
	padding: 2px 2px 2px 2px;
	*/
	padding: 8px 2px 8px 2px;
    text-align: center;
	vertical-align: bottom;
}

.thumbListImg {
	border: 1px solid rgb(0,0,0);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
	/*
	border: 1px solid rgb(150,150,150);
	box-shadow: 2px 2px 2px rgba(160,160,160,0.4);
	*/
	/*
	max-width: 75%;
	height: auto;
	*/
}

table.thumb .thumbListImg {		/* disk table */
	/* 210211 max-width: 65%; */ /* 70% */
	/*max-width: 128px;*/
	height: auto;
}

/* 210211 start */
table.thumb .imgCols8 {		/* disk table */
	width: 4.5vw;
}
table.thumb .imgCols5 {		/* disk table */
	width: 7.3vw;
}
table.thumb .imgCols4 {		/* disk table */
	width: 9vw;
}
/* 210211 stop */



/* .small for among other things text under thumbnails and table for disks */
ul.thumb .small, table.thumb .small {		
  margin:0;
  padding:0;
  font-size:10px;
  /*min-width: 72px;*/	/* when place is > 999 .. */ /* 140625 */
  min-width: 64px;	/* when place is > 999 .. */ /* 140625 */
  /*font-size:13px;*/
}
ul.thumb .small {		
  min-width: 86px;	/* when place is > 999 .. */ /* 140625 */
}

a.addToCart {
	outline: 0;
	margin: 4px 0px 4px 0px;
}
	
.pink {
	color: #cb5474;
}


a.stdButton {
	border: 1px solid #aaa;
	color: black;
	background-color: #bca265;
	font-weight: 500;
	font-family: 'Life Savers', cursive;
	font-size: 12px;	
	text-decoration: none;
	text-align: center;
	padding: 3px 4px 3px 4px;
	display: inline-block;
	min-width: 40px; 
	/*
	border-radius: 2px;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
	font-family: "Special Elite", "Times New Roman", Verdana, monospace;
	font-family: "Times New Roman", Times, serif; 
	box-shadow: 2px 2px 2px rgba(240,240,240,0.4);
	margin: 2px;
	min-width: 64px; 
	*/
}
a.stdButton:hover {
	border: 1px solid #999;
	background-color: #777;
	color: #FFF;
	/*
	box-shadow: 2px 2px 2px rgba(140,140,140,0.4);
	*/
}
a.stdButton:active {
	box-shadow: none;
	position: relative;
	top: 1px;
	left: 1px;
}

/* Visa/Ändra order ----------------------------------------- */
table.ordercs {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
	/*border-collapse: collapse;*/
}
table.ordercs tr {
	border-spacing: 0; 
	/*padding: 0.4em; */
}
table.ordercs th, table.ordercs td {
	padding: 0.4em; 
	text-align: center;
}
table.ordercs th, table.ordercs td div {
	/*padding: 0.4em; */
	margin: 0.5em; 
}


/* orderEdit and #clearCart buttons */
a.orderEdit, #clearCart {
	font-size: 14px;
	margin: 8px;
	padding: 6px 12px 2px 12px;
	/*
	font-size: 13px;
	display: block;
	clear: right;
	margin-top: 4px;
	*/
}

a.stdButton:active {
	background-color: #558e77;
}
a.stdButton.btnDisabled:active {
	top: 0px;
	left: 0px;
}
a.stdButton.btnDisabled:hover {
	cursor:wait !important;
	opacity: 0.3;
	background-color: #777;
}


#clearCart {
	/*float: right;*/
}


/* font under thumbs and table for disks */
ul.thumb p.small, table.thumb p.small {
	font-family: "Times New Roman", Times, serif;
}


h2.cartList, h2.cardList {
  font-size: 28px;
  padding-left: 25px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
}

ul.cartList {
    float: left;
    list-style: none;
    margin: 0; 
	padding: 2px;
    text-align: center;
	/*
	width: 265px;
	border-left: 1px solid #c6b395; 	
	*/
}

ul.cartList li {
    margin: 3px 5px 15px 3px;
    padding: 3px;
    float: left;
    position: relative;
    width: 64px;
    height: 135px; 
    text-align: center;
}

ul.cartList li p {
  padding:0;
  margin:0;
  font-size:12px;
}

ul.cartList li img {
	border: 1px solid rgb(0,0,0);
	/*
	border: 1px solid rgb(150,150,150);
	box-shadow: 2px 2px 2px rgba(160,160,160,0.4);  
	*/
}


ul.cartList h2 {
  font-size:18px;
  padding-left: 25px;
  text-align: left;
} 

/* 150805 tag categories should have different border and shadow */
.tagBorders, 
ul.cartList li img.tagBorders ,
#preview .preImg.tagBorders  {
	border: none;
	box-shadow: 4px 0px 3px -2px rgba(160,160,160,0.4);
}
ul.thumb li img.tagBorders {
	margin-left: 14px;
}


/* text styles */
.title {
  font-size:18px;
  padding-left: 25px;
}
p.title {					/* Disk subtitle, .. */
	/*font-size:18px;*/
	font-size:21px;
	padding-left: 25px; 
	margin-top: 12px;
}

/* 150810 style change for tags info start */
p.title  img{ 
	float: left;
	margin: 0 1em 1.5em 0;
	vertical-align: top;
	border: 1px solid rgb(150,150,150);
	box-shadow: 2px 2px 2px rgba(160,160,160,0.4);
	/* border o shadow som 	.thumbListImg */
}
p.title br {
	clear: none;
}
/* 150810 style change for tags info end */
	
p.labeltitle {
	font-size:20px;
	padding-left: 25px; 
	margin-top: 32px;
	margin-bottom: 6px;
}


.noborder, .noborder img {
  border:none !important;
}


/* Login */
#signin_menu {
    display:none;
    background-color:#fff;
    position:absolute;
    max-width:260px;
    z-index:100;
    text-align:left;
    padding:12px;
    margin-top:32px;
    margin-right: 0px;
    color:#000;
    font-size:18px;
  	border: 3px solid #bca265; 
	font-weight: 800;
	box-shadow: 4px 4px 2px rgba(20,20,20,0.4);	
	
	/*
  	border: 3px solid rgb(180,180,180); 
	margin-right: -1px;
	-moz-border-image:url(../img/borders.jpg) 8 8 repeat; 
	-webkit-border-image: url(../img/borders.jpg) 8 8 repeat; 
	-o-border-image:url(../img/borders.jpg) 8 8 repeat; 
	border-image:url(../img/borders.jpg) 8 8 repeat;
	border-width: 4px; 
	box-shadow: 4px 4px 2px rgba(160,160,160,0.4);	
	*/
}

#signin_menu input[type=text], #signin_menu input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #8f8f8f;
    margin:0 0 5px;
    padding:5px;
    /*width:180px;*/
    width:90%;
}

#signin_menu p {
    margin:0;
}

#signin_menu label {
    font-weight:normal;
}
#signin_menu p.remember {
    padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
    clear:both;
    margin:5px 0;
}
#signin_menu p a {
    color:#27B!important;
}
#signin_submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    /*background:#D3D3D3 repeat-x scroll 0 0;*/
    background:#bca265 repeat-x scroll 0 0;
    border:1px solid #8f8f8f;
    color:#000;
    /*color:#8f8f8f;*/
    padding:4px 10px 5px;
    margin:0 5px 0 0;
	color: #222;
	/*font-weight: 600;*/
}
#signin_submit::-moz-focus-inner {
	padding:0;
	border:0;
}
#signin_submit:hover, #signin_submit:focus {
    background-position:0 -5px;
    cursor:pointer;
}

#accountButton {	/* fixa en button class så att jag får rätt färger utan att behöva ändra på många ställen! */
    background:#bca265 repeat-x scroll 0 0;
    border:1px solid #8f8f8f;
    color:#000;
}
/* 230129
#sendOrderButton {	
    background:#bca265 repeat-x scroll 0 0;
    border:1px solid #8f8f8f;
    color:#000;
	padding: 3px 5px;
}
*/

a#reglink { 
	/* color: #cb5474; */
	color: #bca265;
	font-size: 18px;
	display: inline;
	float: none;
	/*
	float: left;
	display:block;
	clear: right; 
	text-decoration: none;
	font-size: 23px;
	margin: 0;
	padding: 3px;
	float: right;
	white-space: nowrap;
	*/
} 

#loginMessage {
  display: none;
  color: red;
  margin-bottom: 20px !important;
  font-size: 18px;
}

/* Table */
table {
	/*width:475px; */
	border-collapse: separate; 
	border-spacing: 1px; 
	margin: 0 0 1em 0; 
	background-color: transparent;
	
	/*margin: auto;*/	/* bra för visa/ändra order men ställer det till ngt för annat? */
	/* margin: auto; funkade inte här lägg en div runt i stället då .. */

	/*
	color:#000; 
	border: 1px solid #888;
	*/
}

/* 161014 for new mixed disk */
/*
table.thumb {
	min-width: 95%;
	margin: auto;
}
*/

thead th,
thead td {font-weight: normal; line-height:12px; text-align: left; 
	color: white;
	font-size: 20px;
	border-bottom: 1px solid white;
	/*
	color: #222;
	border-bottom: 1px solid #222;
	*/
}

thead th {
	padding: 8px 0px; 
}

tfoot th,
tfoot td      {text-align: left; border-top: 0.4em solid #09f; font-weight: bold}

th,
td {
	padding: 0.25em; 
	/*background-color: #fff;*/  /* tog bort 200909, påverkar förstås en massa annat än disk tabellerna.. */
}

tbody th,
td          {text-align: left; vertical-align: top; font-size: 14px;}
tbody th      {font-weight: normal; white-space: nowrap;}

tbody th + td   {white-space: nowrap;}

tbody td,
tbody th {
	/*border: 1px solid #fff;*/ 		/* tog bort 200909, påverkar föstås en massa annat än disk tabellerna.. */
	/*border: 1px solid #222;*/
	border-width: 1px 0;
}

tbody tr.odd th,
tbody tr.odd td   {border-color: #deded8; background: #f9f9fb;}

caption {font-weight: bold; font-size: 22px; text-align: center; margin: 0; 
	padding: 4px 0px; 
	/*color: #222;	*/
	color: white;
}

td + td + td + td {white-space: nowrap;}

table img {
  border: 1px solid #000;
}

/* FORMS */

  #sendForm { 
    /*float: left;*/
    margin:10px;
	margin: auto;
    /* width: 620px; */
    /* width: 80%; */
    max-width: 800px;
	
  } 
  
  fieldset { border: none; }
  
  /* 230129 start */
  /*
  #user-details { 
    float: left;
    width: 275px; 
  }
  */
  /* 230129 stop */
  #user-details { 
    float: left;
    /*width: 275px; */
  }
  
  fieldset#user-details label{ 
		/*
		float:left;
    	padding: 2px; 
    	margin: 2px 0 3px 0; 
		*/
    	overflow: hidden;
    	width: 28%;
    	min-width: 150px;
    	text-align: left;
  }

  
  #user-message { 
    float: right;
    width: 275px;
  }
  fieldset#user-text { 
    float: left;
    /*width: 275px;*/
	width: 88%;
  }
  
  input[type=text], textarea {     
    padding: 2px; 
    margin: 2px 0 3px 0; 
    background: #fff; 
    background: #eee; 
    width: 275px;
    border: 1px #ddd solid;
  }
  
  /* ULSV 180524 */
  span#fsicheck, span#fsicheck input,  span#fsicheck label, span#fsicheck a  { 
    /*font-family: Verdana;*/
	/*font-size: 100%;*/
	/*font-size: 0.8em;*/
	font-size: 18px;
  }
  div.verdana, div.verdana h2 , div.verdana h3 {
    font-family: Verdana;
  }
  
  /* 230129 start */
  /*   
  #sendForm label {
	display: block;
  }
  */
  #sendForm label {
	float:left;
	/*
    padding: 2px; 
    margin: 2px 0 3px 0; 
	*/
	
    overflow: hidden;
    /*width: 28%;*/
    min-width: 150px;
    text-align: left;
	
  }
  #sendForm input[type=text] {
	float:left;
	/*display: inline;*/
	/*width: 175px;*/
    /*  width: auto; */
    /*width: 55%;*/
	/*
    background: #222; 
	opacity: 0.6;
	*/
    background-color: rgba(0, 0, 0, 0.25);
    color: #eee;
    margin: 2px 0 3px 3px;
    padding: 4px;
	/*font-weight: 600;*/
    border: 1px rgba(125, 125, 125, 0.3) solid;
  }
  
  #sendOrderButton {	
    background:#bca265 repeat-x scroll 0 0;
    border:1px solid #8f8f8f;
    color:#000;
	padding: 3px 5px;
	padding: 10px 12px;
	font-weight: 600;
  }

  /* 230129 stop */
  
  textarea {    
    /*width: 620px; */
    width: 95%; 
    height: 125px;        
	float: left;
  }
  

/* 120624 Added for animated wait icon START */
.wmodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        50%;
    left:       40%;
    height:     125px;
    width:      125px;
	border: 2px solid rgb(180,180,180);
	border-radius: 6px; 
	box-shadow: 3px 3px 3px rgba(160,160,160,0.4);
    background: rgb( 255, 255, 255) url('../img/ajax-loader.gif') no-repeat 50% 50%;		
}
/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}
/* Anytime the body has the loading class, our modal element will be visible */
body.loading .wmodal {
    display: block;
}
/* 120624 Added for animated wait icon END */


/* Form for sorting, added 131205 */
form#frmSort{
	box-sizing: border-box;
	font-size: 90%;
	text-align: right;
	padding: 1.5ex 2ex 0.25ex 0.25ex;
	margin-bottom: -3ex;
}
/*
form#frmSort label{
    display: inline-block;
    width: 10em;
    margin-right: .5em;
    padding-top: .5em;
    text-align:left;	
}
*/
form#frmSort select{
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #555;
	padding: 0.25em;
	margin-right: 2vw;
}
form#frmSort option {
	font-family: 'Life Savers', cursive;	/* ignoreras */
}



/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
/*
.clearfix { zoom: 1; }
*/

/* ============================================================================= 
Anchor navigation div
*/
a.navanc {
	visibility: hidden;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

div#anchornav {
	display: none;
	
	background-color: rgba(40,40,40,0.9);
	
	/*padding: 4px 4px 8px 8px;*/
	padding 0;
	
	border: 1px solid #222;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);	
	
	/*
	-moz-border-image:url(../img/borders_bly.jpg) 8 8 repeat; 
	-webkit-border-image: url(../img/borders_bly.jpg) 8 8 repeat; 
	-o-border-image:url(../img/borders_bly.jpg) 8 8 repeat; 
	border-image:url(../img/borders_bly.jpg) 8 8 repeat;
	*/
	border-width: 3px;
	/*max-width: 300px;*/
	overflow: hidden;
	z-index: 6;
	left: -5px;
	/*border: 1px solid green;	*/
}

div#anchornav a {
	text-decoration: none;
	padding: 1px 4px;
	margin: 1px 4px;
	color: #eee;
	/* 210719 	white-space: nowrap; */	
	/*visibility: hidden;*/
	
}
div#anchornav a:hover {
	/* color: #cb5474; */
	color: #bca265;
}
div#anchlinks {
	display: table-cell;
	/*float: left;*/
	overflow: hidden;
	/*border: 1px solid orange;*/
	max-width: 92vw;	/* 210719 */
}
div#anchclose {
	display: table-cell;
	/*float: right;*/
	cursor: pointer;
	/*height: 100%;*/
	vertical-align: middle;
	/*border: 1px solid blue;*/
	padding: 4px;
	border-left: 2px dashed #222;
	/*font-family: arial;*/
	/*background-color: #fff;*/
	font-weight: 700;
}

/* ============================================================================= 
   141112 page layout av "sidor" (editerade med CKEditor)
*/

/* Generellt */

/* div pg_lessmargin ger en mindre sidomarginal än "standard" för sidor där det behövs (=Stativ) */
.pg_lessmargin {
	margin-left: -50px;
	margin-right: -50px;
}

/* div pg_center centrera */
.pg_center {
	text-align: center;
}

/* 130121 polaroid on personal imgs (säljare o kontakta oss) */
div.pg_personal p {
	text-align: center;
}
div.pg_personal img {
	/*padding: 4px;*/
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	
	max-width: 100%;
	height: auto;	
}

div#distmap img {
	max-width: 100%;
	height: auto;	
}


/* Stativ sidan ----------------------------------------- */

.pg_photo {
	/*float: left;*/
	text-align: center;
	padding: 8px 7px;
	margin: 12px 6px;
	background-color: #fff;
	display: inline-block;
	font-size: 90%;
	border: 1px solid #ccc;
	color: #222;
	
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);	
	/*
	-moz-border-image:url(../img/borders_bly.jpg) 8 8 repeat; 
	-webkit-border-image: url(../img/borders_bly.jpg) 8 8 repeat; 
	-o-border-image:url(../img/borders_bly.jpg) 8 8 repeat; 
	border-image:url(../img/borders_bly.jpg) 8 8 repeat;
	border-width: 5px;
	box-shadow: 4px 4px 2px rgba(160,160,160,0.4);	
	*/
}
.pg_photo img {
	margin: 2px 1px;
}

/* Startsidan ----------------------------------------- */

.pg_news_box {
	/*display: inline-block;*/
	/*float: left;*/
	padding: 8px;
	margin: 32px 8px;
	/*text-align: center;*/
	min-height: 240px;

	border: 1px solid rgb(180,180,180); 
	/*
	box-shadow: 2px 2px 2px rgba(160,160,160,0.4); 
	border-radius: 6px;
	*/
	
	-moz-border-image:url(../img/borders_bly.jpg) 8 8 repeat; 
	-webkit-border-image: url(../img/borders_bly.jpg) 8 8 repeat; 
	-o-border-image:url(../img/borders_bly.jpg) 8 8 repeat; 
	border-image:url(../img/borders_bly.jpg) 8 8 repeat;
	border-width: 5px;
}
.pg_whole { 
	width: 734px; 
	clear: both;
}
.pg_half_l   { 
	width: 345px; 
	float: left;
	clear: left;
}
.pg_half_r  { 
	width: 345px; 
	float: left;
	clear: right;
}

.pg_news_box img{ 
	height: 96px; 
}

.pg_news_box a{ 
	text-decoration: none;
	font-size: inherit;
	color: inherit;
}

.pg_news_box img {
  border: 1px solid rgb(150,150,150);
  box-shadow: 2px 2px 2px rgba(160,160,160,0.4);
}

.pg_news_box p{ text-align: center; }

.pg_news_flag{
	display: inline-block;
	position: relative;
	top: -0.9em;
	left: 0.25em;
	/*
	top: -1.25em;
	left: -0.75em;
	*/
	transform: rotate(-10deg); 
	font-size: 150%;
	/*font-style: italic;*/
	font-weight: bold;
	color: #B22222;
	padding: 6px;
	/*background-color: rgba(255,255,255,0.9);*/
	background-color: rgb(255,255,255);
}
.pg_news_head{
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	margin-top: -20px;
	padding-top: 0px;
}

.cleartest{
	width: 734px; 
	clear: both;
}

.pg_start_info {
	font-family: "EB Garamond", Garamond, Georgia, serif;
	font-size: 110%;
}


img.banner {
	max-width: 100%;
	height: auto;
	margin: 1vw;
}



/* ============================================================================= 
ULSV 141117 page layout av "sidor" php dynamic contents
*/

/* for ContUtils->printRndImgs */
.pg_imgteaser {
	text-align: center;
}
.pg_imgteaser img{
	/*height: 128px;*/
	max-height: 128px;
	max-width: 160px;
	/*height: 100%;*/
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	/*
    -ms-transform: rotate(7deg); 
    -webkit-transform: rotate(7deg); 
    transform: rotate(7deg);
	*/	
}
.pg_imgteaser img {	transform: rotate(-5deg); }
.pg_imgteaser img:nth-of-type(2) { transform: rotate(7deg); }
.pg_imgteaser img:nth-of-type(3) { transform: rotate(-4deg); }
.pg_imgteaser img:nth-of-type(4) { transform: rotate(3deg); }
.pg_imgteaser img:hover {	transform: rotate(0deg); }
/*
.pg_imgteaser img:nth-of-type(5) { height: 96px;}
.pg_imgteaser img:nth-of-type(1) { height: 96px;}
*/


/* ============================================================================= */
/* 140601 PRINT STYLING START */

.onlyPrint {	/* for print test 140701 ... */
	display: none;
}

@page
{ 
 width: 100%; 
 height: 100%; 
 margin: 2.5% 1% 2% 1%; 
} 

@media print {	/* print all */

	body { padding: 0; }

	div#container, div#contentCards{
		width: 95%;
		margin: 0px;
		padding: 0px;
		border: none; 
		/*float: right;*/ /* spoils page break in chrome */
		border: none;
		-moz-border-image: none;
		-webkit-border-image: none;
		-o-border-image: none;
		border-image: none;
		border-width: 0; 
		box-shadow: none;	
	}
	
	div#contentCards {
		/*float:right;*/	/* spoils page break in chrome */
		/*margin: 0 auto;*/
		margin-left: 75px;	
		/*margin: 0 0 0 auto;*/
		padding: 0px;
		/*margin-left: 50px;*/
		float: none;
		/*
		background-image: url('../img/bkg1680komp.jpg');
		background-repeat: repeat;
		*/
	}
	
	div#contentCards h2.cardList {
		padding: 0;
		margin: 0;
	}
	
	div#contentSidebar { display: none; }
	
	div#anchornav,  div#anchlinks,  div#anchclose { display: none; }

	div#headerdiv { display: none; }

	div#menu { display: none; }
	
	img#atcanimate { display: none; }
	
	div#scrollup { display: none; /* does not work since it is displayed through javascript! */
				visibility:hidden;
	}	
	
	form#frmSort select {
		display: none;
	}
	
	img#btranspbot { 
		position: absolute;
		top: -30px;
		left: -30px;
		width: 105px;
		opacity: 0.3;
		z-index: 1;
		/*z-index:-1;*/
		/*display: none; */
		/*
		position: relative;
		top: 40px;
		left: -280px;
		width: auto;
		height: auto;  
		*/
	}
	
	h2.cardList { 	/* title heading */
		margin: 0 auto; 
		text-align: center;
		font-size: 24px;
	}
	p.title  img{ 
		display: none;
	}
	
	h2.noPrint { /* only for disks */
		display: none; /* for print test 140701 ... */
	}
	
	/* .onlyPrint are only used for disks */
	hr.onlyPrint {
		display: block;
		margin: 0;
		padding: 0;
		color: white;
		visibility: hidden;
	}
	
	div.onlyPrint {	/* for print test 140701 ... */
		display: block;
		position: relative;
		top: 130px;
		left: -130px;
		float: left;
		font-size: 32px;
		transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg); 
		z-index: 3;
	}
	
	p.title { 
		/* show only one row of title */
		height: 20px;
		overflow: hidden;
		width: 100%;
	}

	
	a.addToCart {
		display: none; 	
	}
	
	ul.thumb {
		float:none;
	}
	
	/* trixa to get better print layout */
	ul.thumb li {
		padding: 2px;
		/*float: left;*/
		/*position: static;*/
		display: inline; 
		/*width: 15%;*/
		/*text-align: right;*/
		/*background-color: grey;*/
	}
	
	img.thumbListImg {
		/*
		margin: 0px 20px 0px 20px;
		padding: 0px; 
		*/
	}
	
	p.small {	/* text under img */
	
	}
	
	/* Special for Disk (in table) */
	table {
		margin: 0;
	}
	table.thumb td {
		padding: 0px;
		margin: 0px;
		/*text-align: center;*/
		font-size: 8px;
	}
	/* table.thumb td  */
	img.thumbListImg {
		width: auto;
		height: auto;
		max-height: 48px;
	}

	/* Remove width and height settings from img to be able to resize with ... below */
	img.thumbListImg {
		/*width:auto;*/
		/*float: left;*/
	}
	
	/* Page break ... */
	table.pbreak {
		page-break-after: always;
	}
	
	div#gotop, div#gobottom  { 
		display: none; /* does not work since it is displayed through javascript! */
		visibility:hidden;
	}	
	
}
/* 140601 PRINT STYLING END */

