/*
ULSV New design created 201202

1404xx	ULSV	Added atcanimate
140426	ULSV	Adjusted margin, padding, width on: 
				ul.cartList li and #contentSidebar and #contentCards and div#container
1405xx	ULSV	Added style of new table for disks
*/

/* =============================================================================
   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; /*font-size: 13px;*/ line-height: 1.231; }

/*
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: #00e; }
a:visited { 
  /*color: #551a8b; */
  color: #cb5474;
}

/*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: inherit;
} 

/* =============================================================================
   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"] { -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%;
	background-image: url('../img/bkg1680komp.jpg');
	background-repeat: repeat;
	/*background-attachment:fixed;*/
	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; 
	color: #222;
}
#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;
}
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;	/* ULSV 140526 */	margin-bottom: -50px;

	display: block; float: left; /* for IE 6 */
	
	/* ULSV 140518 MOVE MENU TEST START */
	top: -60px;
	left: -60px;	
	/* ULSV 140518 MOVE MENU TEST STOP */
}

img#btranspbot 
	/* transparent flower bottom */ {
	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;*/
}

/* Div "all the way down" */
.clear {
  clear: both;
  display: block;
  width: 0;
  height: 0;
}

br  { clear: left; }

div#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 30px;
	width: 960px;
    /*
	width: 80%;
	min-width: 910px;
    */
	padding: 14px;
	padding-top: 10px;	/* 140518: move up Skicka order menu */

	min-height: 600px;
	background-color: white;
	border: 1px solid rgb(180,180,180); 
	-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: 5px;
	box-shadow: 4px 4px 2px rgba(160,160,160,0.4);
}

/* html.no-borderimage div#container { */
html.no-borderimage div#container, #contentCards, #contentSidebar , .navSub, #signin_menu, .wmodal {
	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;
}

/* ULSV 120221
There is a problem with IE not supporting border-image.
In index.php there are conditional css for IE.
IE10 will not support border-image!
IE10 will not support conditional CSS!
This is a problem targeting IE10.
The following contruct is a hack to try to solve that.
Targets and works with IE10 developer preview.
May perhaps be changed in fututre. Maybe PHP detection?
*/
/* 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;  /* remove space allocated for positioned flower */	
}

#contentCards {
	width: 635px;
	float: left;  
	margin: 0.3em;
	padding: 3px 3px 3px 2px;
	margin-top: -45px;
	margin-bottom: -200px; /* remove space allocated for positioned flower */
	min-height: 300px;
	border: 2px solid rgb(180,180,180); /* for IE */
	-moz-border-image:url(../img/borders.jpg) 8 8 repeat; /* Firefox */
	-webkit-border-image: url(../img/borders.jpg) 8 8 repeat; /* Safari and Chrome */
	-o-border-image:url(../img/borders.jpg) 8 8 repeat; /* Opera */
	border-image:url(../img/borders.jpg) 8 8 repeat;
	border-width: 5px; 
}

#contentSidebar {
	float: left;  
	clear: right; 
	padding: 0.2em; 
	margin: 0.3em;
	margin: 0.3em;
	padding: 3px 3px 3px 2px; 
	margin-top: -45px;
	margin-bottom: -200px; /* remove space allocated for flower */
	min-height: 300px;
	width: 263px; 	/* 140625 */
	border: 2px solid rgb(180,180,180); /* for IE */
	-moz-border-image:url(../img/borders.jpg) 8 8 repeat; /* Firefox */
	-webkit-border-image: url(../img/borders.jpg) 8 8 repeat; /* Safari and Chrome */
	-o-border-image:url(../img/borders.jpg) 8 8 repeat; /* Opera */
	border-image:url(../img/borders.jpg) 8 8 repeat;
	border-width: 5px; 
}

/* image preview */
/* 141105 changes to remove gif rulers  start */
#preview {
	position:absolute;
	border: 1px solid rgb(200,200,200);
	box-shadow: 2px 2px 2px rgba(160,160,160,0.4);
	background:#fff;
	/*  padding: 12px 10px 12px 24px;*/
	padding: 4px 8px 12px 16px;
	display:none;
	color:#222;
	z-index:1000;
	background-color: rgb(252,252,252);
	font-size: 75%;
	/* 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; /* 150805 tags */
	
}
/* 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;
  margin-bottom:10px;
  /* Clear floats */
  float:left;
  position:relative;
  z-index:5;
  margin-right: 0px;
  /*left: -50px; */
  /* ULSV 140518 MOVE MENU TEST START */
  /*left: -50px;   */
  margin-bottom: 50px;
  margin-top: 4px;
  /*float: right;*/
  /* ULSV 140518 MOVE MENU TEST STOP */
}
#nav li{
  float:left;
  /*margin-right:5px;*/
  margin-right:2px;
  position:relative;
}
#nav a{
  display:block;
  /*padding: 4px 12px;*/
  padding: 4px 11px;
  color:#000;
  text-decoration: none;
  /*font-size: 38px;*/
  font-size: 37px;
}
#nav a:hover{
  color: #cb5474;
  text-decoration: none;
}

/* submeny ul class="navSub" */
.navSub {
  	border: 2px solid rgb(180,180,180); /* for IE */
	-moz-border-image:url(../img/borders.jpg) 8 8 repeat; /* Firefox */
	-webkit-border-image: url(../img/borders.jpg) 8 8 repeat; /* Safari and Chrome */
	-o-border-image:url(../img/borders.jpg) 8 8 repeat; /* Opera */
	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 {
	/*margin-left: 6px;*/
	/*line-height:0;*/
	/*height: 24px;*/
	padding: 0px;
	padding-right: 8px;
	display: block;  
	background-color: white; 
}

#nav .navSub li a:hover {
  color: #cb5474;
}

#nav .navSub li a {
    display: block;
    /*padding: 12px 0px 0px 20px;*/
	padding: 2px 10px;
    text-decoration: none;
    color: #424242;
    font-size: 18px;
    font-weight: normal; 
	background-color: white;  
}

/* 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{
  /*padding-top:1px;*/ /* Introducing a padding between the li and the a give the illusion spaced items */
  float:none;
}
#nav ul a{
  white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
  /*padding: 0px;*/
}

/* 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;
}
*/

#orderButtons {
  float: right;
  /* width: 170px; changed to avoid on same line in IE7 */
  width: 170px;
  width: 370px; /* ULSV TEST 140518 down with menu */
  
  /*display: none;*/  /* ULSV TEST 140519, Visa alltid orderButtons menyn */
  margin: 0;
  /*margin-right: 30px;*/
  margin-right: 8px;
  padding: 0;
}

#orderButtons a{
  display:block;
  clear: right; /* ULSV 120613 */  
  text-decoration: none;
  font-size: 23px;
  margin: 0;
  padding: 3px;
  float: right;
  white-space: nowrap;
  /* 140518 down with menu START */
  display:inline;
  clear: none;
  padding: 1px 12px;
  /* 140518 down with menu STOP */
}

#orderButtons a:hover{
  color: #cb5474;
  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;
}

/* 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(160,160,160,0.4);
}

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;
}

/* table for disks */
table.thumb  td {
	padding: 15px 0px 25px 0px; 
	padding: 4px 2px 4px 2px;
    text-align: center;
	vertical-align: bottom;
}


.thumbListImg {
  border: 1px solid rgb(150,150,150);
  box-shadow: 2px 2px 2px rgba(160,160,160,0.4);
}


/* .small for among other things text under thumbnails and table for disks */
ul.thumb .small, table.thumb .small {		
  margin:0;
  padding:0;
  /*font-size:13px;*/
  font-size:10px;
  min-width: 72px;	/* when place is > 999 .. */ /* 140625 */
}
ul.thumb .small {		
  min-width: 86px;	/* when place is > 999 .. */ /* 140625 */
}

a.addToCart {
	outline: 0;
	margin: 4px 0px 4px 0px;
}
	
.pink {
	color: #cb5474;
}


/* 1308 new class for buttons start */
a.stdButton {
	border: 1px solid #aaa;
	/*background-color: #f9f9f9;*/
	background-color: #fff;
	color: #333;
	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;
	font-size: 12px;	
	text-decoration: none;
	text-align: center;
	box-shadow: 2px 2px 2px rgba(240,240,240,0.4);
	padding: 4px 2px 3px 2px;
	/*margin: 2px;*/
	display: inline-block;
	/*min-width: 64px; */
	min-width: 60px; 
}
a.stdButton:hover {
box-shadow: 2px 2px 2px rgba(140,140,140,0.4);
	border: 1px solid #999;
	background-color: #777;
	color: #FFF;
}
a.stdButton:active {
	box-shadow: none;
	position: relative;
	top: 1px;
	left: 1px;
}
/* orderEdit and #clearCart buttons */
a.orderEdit, #clearCart {
	font-size: 13px;
	display: block;
	clear: right;
	margin-top: 4px;
	padding: 6px 12px 2px 12px;
}

/* TEST 200124 start */
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;
}
/* TEST 200124 stop */


#clearCart {
	float: right;
}
/* 1308 new class for buttons end */


/* 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: 10px;
	width: 265px;
    text-align: center
}

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(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 {
	font-size:18px;
	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;
    width:220px;
    z-index:100;
    text-align:left;
    padding:12px;
    margin-top:32px;
    margin-right: 0px;
    /* margin-right: -1px; */
    color:#000;
    font-size:18px;
  	border: 2px solid rgb(180,180,180); /* for IE */
	-moz-border-image:url(../img/borders.jpg) 8 8 repeat; /* Firefox */
	-webkit-border-image: url(../img/borders.jpg) 8 8 repeat; /* Safari and Chrome */
	-o-border-image:url(../img/borders.jpg) 8 8 repeat; /* Opera */
	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;
}

#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;
    border:1px solid #8f8f8f;
    color:#000;
    padding:4px 10px 5px;
    margin:0 5px 0 0;
	color: #222;	
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
    background-position:0 -5px;
    cursor:pointer;
}

a#reglink { 
  color: #cb5474; 
  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; 
	color:#000; 
	background-color: transparent;
	/*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: #222; 
	font-size: 20px;
	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;
}

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; 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;	
}

td + td + td + td {white-space: nowrap;}

table img {
  border: 1px solid #000;
}

/* FORMS */

  #sendForm { 
    float: left;
    margin:10px;
    width: 620px;   
  } 
  
  fieldset { border: none; }
  
  #user-details { 
    float: left;
    width: 275px; 
  }
  
  #user-message { 
    float: right;
    width: 275px;
  }
  fieldset#user-text { 
    float: left;
    width: 275px;
  }
  
  input[type=text], textarea {     
    padding: 2px; 
    margin: 2px 0 3px 0; 
    background: #fff; 
    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;
  }
  
  
  
  #sendForm label {
	display: block;
    /*width: 275px; */
  }
  
  textarea {    
    width: 620px; 
    height: 125px;        
  }
  

/* 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{
	font-size: 65%;
	text-align: right;
	padding: 1.5ex 2ex 0.25ex 0.25ex;
	margin-bottom: -3ex;
}


/* =============================================================================
   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; }


/* ============================================================================= 
ULSV 141212 anchor navigation div
*/
a.navanc {
	visibility: hidden;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

div#anchornav {
	display: none;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	/*padding: 4px 4px 8px 8px;*/
	padding 0;
	border: 1px solid #ccc;
	-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: 5px;
	/*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: #000;
	white-space: nowrap;
	/*visibility: hidden;*/
}
div#anchornav a:hover {
	color: #cb5474;
}
div#anchlinks {
	display: table-cell;
	/*float: left;*/
	max-width: 300px;
	overflow: hidden;
	/*border: 1px solid orange;*/
}
div#anchclose {
	display: table-cell;
	/*float: right;*/
	cursor: pointer;
	/*height: 100%;*/
	vertical-align: middle;
	/*border: 1px solid blue;*/
	padding: 4px;
	border-left: 1px dashed #ddd;
	/*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 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);
}


/* 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;
	
	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%;
}


/* ============================================================================= 
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#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; /* trixa to get better print layout */
	}
	
	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 */

