/* 
	Reset and basics 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}

body {
	background-color: #fff;
	font-family: Verdana, Arial, sans-serif ;
	font-size: 62.5%;
	color: #000;
	}
#wrap {
	width: 960px;
	margin: 60px auto;
	text-align: left;
	}

/* 
	Typo 
*/
h1 {
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 18px;
	}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 18px;
	}
p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1em;
	}
#cnt-txt ul {
	
	text-indent: 0em;
	padding-left: 1.5em;
	margin-top: -0.8em;
	}
#cnt-txt ol {
	padding-left: 0;
	margin-left: 2em;
	color: #000;
	}
ol li span {
	color: #000;
	}
#cnt-txt li {
	margin-top: 4px;
	font-size: 1.2em;
	}
#cnt-txt a {
	color: #c87f0c;
	text-decoration: none;
	}
#cnt-img a {
	font-size: 1.2em;
	color: #c87f0c;
	text-decoration: none;
	}
#cnt-img a:hover {
	text-decoration: none;
	}
#box li{
	font-size: 1em;
	}
#box p {
	font-size: 1em;
	margin: 0 0 0 0;
	}

/* 
	Header 
*/
#header {
	width: 960px;
	height: 70px;
	background-color: #000;
	position: relative;
	}
#logotype {
	position: absolute; top: 20px; left: 20px;
	}
.search {
	position: absolute; top: 30px; right: 20px;
	}
.searchterm {
	width: 100px;
	border: 0;
	padding: 2px;
	}
.searchbutton {
	background-color: #000;
	border: 0;
	color: #fff;
	font-size: 1.3em;
	text-transform: uppercase;
	}

/* 
	Nav 
*/
/*
#nav {
	float: left;
	width: 960px;
	background-color: #000;
	}
#nav ul {
	list-style: none;
	margin-left: 190px;
	}
#nav li {
	float: left;
	}
#nav li a {
	display: block;
	padding: 8px 14px 8px 14px;
	text-decoration: none;
	color: #fff;
	font-size: 1.3em;
	line-height: 16px;
	}
#nav li a.active {
	color: #fff;
	text-decoration: none;
	}
#nav li a:hover {
	color: #fff;
	text-decoration: none;
	}
#nav li a.visited {
	color: #fff;
	text-decoration: none;
	} */

div#menu	{ float:left;
		  width:960px;
		  margin:0px;
		  padding:0px;
		  background:#000; }

	div#menu ul { float:right;
		      margin:0px;
		      padding:0px;
		      list-style:none;  }

		div#menu li { float:left;
			      padding:0px 0px 0px 5px; }
		
				div#menu a { display: block;
					     padding: 8px 14px 8px 9px;
					     text-decoration: none;
					     color: #fff;	
					     font-size: 1.3em;
				 	     line-height: 16px; }
	
					div#menu a:hover { color:#000; }
	
					div#menu li a.active { color:#000; }
	
	div#menu li:hover, div#menu li.sfhover, div#menu li.active, div#menu  li.sfhover a
	{
        color:#000;
	    cursor:pointer;
		background:url(../img/menuleft.gif) no-repeat 0px 0px; 
    }
	div#menu li:hover a, div#menu li a.active, div#menu li.sfhover a
	{
	    color:#000;
		cursor:pointer;
		background:url(../img/menuright.gif) no-repeat right 0px; 
	}

	
#nav, #nav ul { z-index:10000; }

		 	 	  
	#nav li:hover {  }


		#nav li ul { clear:both;
			     position: absolute;
			     width:171px;
			     left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
			     margin:0px 0px 0px -4px;
		 	     padding:5px 0px 10px 0px;
			     background:url('../img/menuulbg.gif') no-repeat 0px bottom;  }

			#nav li ul li { float:none;
					clear:both;
					display:block;
					width:167px;
					height:auto;
					padding:0px 2px 0px 2px;
					text-align:left;background:none !important; }
		
			#nav li ul li:hover {  }
			
				#nav li ul li a { width:auto;
						  height:auto;
						  padding:5px 10px;
						  font-weight:normal;
						  text-align:left;
						  position:relative;
						  z-index:9010;
						  color:#fff !important;
					          font-size: 1.1em;
						  background:none !important; }
							
			#nav li ul li a.last { color:#000 !important; }
			#nav li ul li a:hover { color:#000 !important; }
			
				#nav li ul ul { margin: -15px 0px 0px 157px;
								width:171px;
								border:none;
								background:url('../images/menuululbg.png') repeat-y;  }
	
					#nav li ul ul li { background:none; }

				#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em; }

				#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { left: auto; }




/* 
	Global 
*/
.content-wrap {
	clear: left;
	width: 960px;
	background-image: url(../img/bg_content.jpg);
	background-repeat: no-repeat;
    overflow: hidden;
	}
#contact {
	float: right;
	width: 249px;
	height: 46px;
	}
#cnt-txt {
	clear: right;
	float: left;
	width: 430px;
	margin: 20px 0 0 40px;
	}
#cnt-txt-produkter {
	clear: right;
	float: left;
	width: 600px;
	margin: 20px 0 0 40px;
	}
#cnt-txt-produkter p
{
    font-size: 1.1em;        
}
#cnt-img {
	float: right;
	width: 236px;
	margin-top: 70px;
	}
#guldbloggen {
	float: right;
	width: 153px;
	margin-top: 20px;
	padding: 206px 15px 5px 15px;
	background: #fff url(../img/bg_guldbloggen.jpg) no-repeat;
	}
#guldbloggen p {
	font-size: 1.0em;

	}
#guldbloggen p:first-letter
{
    text-transform: capitalize;
}
div#quote {
	width: 100%;
	border-top: 1px solid #c87f0c;
	margin-top: 15px;
	padding: 10px 0 10px 0;
	}
blockquote {
	background: transparent url(../img/quote.png) left top no-repeat;
	}
blockquote div {
	padding: 0 40px;
	color: #c87f0c;
	font-size: 1.5em;
	background: transparent url(../img/quote.png) right bottom no-repeat;
	}
div#source {
	width: auto;
	padding: 0 40px 10px 40px;
	border-bottom: 1px solid #c87f0c;
	margin-bottom: 15px;
	}
.buy_sell_links {
	margin-top: 20px;
	}
#box-top 
{
    margin-top: 25px;
	width: 430px;
	height: 20px;
	background-image: url(../img/box_top.png);
	}
#box {
	width: 400px;
	padding: 0 15px 0 15px;
	background-color: #f5e9d9;
	}
#box-bot {
	width: 430px;
	height: 20px;
	background-image: url(../img/box_bot.png);
	}

/* 
	Sidebar 
*/
#sidebar {
	float: left;
	width: 205px;
	position: relative;
	min-height: 550px;
	height:auto !important;
	height:550px;
	}
#gold-large {
	width: 192px;
	height: 90px;
	position: absolute; top: 30px; left: 15px;
	}
#products-large {
	width: 192px;
	height: 90px;
	position: absolute; top: 110px; left: 15px;
	}
#buyandsell-large {
	width: 192px;
	height: 90px;
	position: absolute; top: 190px; left: 15px;
	}
#gold {
	width: 157px;
	height: 75px;
	position: absolute; top: 30px; left: 16px;
	}
#products {
	width: 157px;
	height: 75px;
	position: absolute; top: 100px; left: 16px;
	}
#buyandsell {
	width: 157px;
	height: 75px;
	position: absolute; top: 170px; left: 16px;
	}

/* 
	Hem 
*/
.content-wrap-home {
	clear: left;
	width: 960px;
	background-image: url(../img/bg_content_home.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	}
#cnt-txt-home {
	clear: right;
	float: left;
	width: 430px;
	margin: 0 0 20px 40px;
	color: #fff;
	overflow: hidden;
	}
#pricecharts {
	float: left;
	width: 400px;
	height: 200px;
	margin-top: 10px;
	background-image: url(../img/bg_pricecharts.png);
	background-repeat: no-repeat;
	color: #000;
	}
#push-home {
	float: left;
	width: 400px;
	height: 147px;
	margin-top: 10px;
	padding: 15px 0 0 20px;
	background-image: url(../img/bg_push_home.png);
	background-repeat: no-repeat;
	color: #000;
	font-size: 0.85em;
	}
	#push-home p {
	margin-right: 190px;
	}

/*
	Produkter
*/


/*
	Om Guldcentralen
*/
.content-wrap-about {
	clear: left;
	width: 960px;
	background-image: url(../img/bg_content_about.jpg);
	background-repeat: no-repeat;
	overflow: auto;
	}

.wrapper {
	width: 380px;
	}

p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 5px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 200px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 400px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 200px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 400px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display: none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav a:hover {
			background: #9cf;
		}
		
		.stripNav a.current {
			background: #39c;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 75px;
			text-indent: -9000em;
			z-index: 100;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 30px;
			width: 50px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../img/slider_prev.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("../img/slider_next.png") no-repeat center;
		}
	
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.pl_box 
{
    float: left;
    width: 185px;
    margin: 4px;
    margin-top: 30px;
}
.pl_box h3
{
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.pl_box p
{
    margin-bottom: 5px;
    font-size: 1.1em;
}
.pl_box a {
	font-size: 1.0em;
	color: #c87f0c;
	text-decoration: none;
	}
.pl_box a:hover {
	text-decoration: none;
	}
	
/* Noteringar tabell */
.not_table
{
    border-collapse: collapse;
    border-color: #D2960B;
    width: 100%;
}
td.right, th.right
{
    text-align: right;
}
.not_table td, .not_table th
{
    padding: 4px;
}
.not_th
{
    background-color: #D2960B;
    color: #fff;
    font-weight: bold;
}
.not_th_border_top
{
    border-top: solid 1px #D2960B;
}
.not_th_border_bottom
{
    border-bottom: solid 1px #D2960B;
}
.not_title
{
    color: #D2960B;
}