/* 
	CSS Document 
	@author			:	Nolgard, Johan Lindqvist
	@created		:	2008-05
	
	@version		:	1.0 - 2008-05-23
	
	
	@description	:	Denna fil styr formateringen av texten på webbplatsen. Typsnitt, storlek, färger och övriga textegenskaper.
	
		
*/


/* STANDARD TAGS */


html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #3d3d3d;
}
h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	margin-top: 0em;
	margin-bottom: 0em;
}
h1 {
	background-color: transparent;
	background-image: url(../pics/branding/logo_smycka.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 56px;
	width: 150px;
	background-position: -4px;
	margin-top: 0.6em;
}
h2 {
	font-size: 2.1em;
	font-style: italic;
	color: #64718e;
	font-weight: lighter;
	margin-bottom: 0.5em;
}
p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 1em;
}
quote {
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


/* LAYOUT */


div#footer {
	color: #999999;
}


/* NAVIGERING */
ul#global_nav_float_right {
	margin-right: 1em;
}
ul#global_nav_float_right a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
}
ul#global_nav_float_right a:hover {
	color: #00326c;
}
ul#global_nav_float_right a.on {
	color: #00326c;
}


ul#globalNav {
	color: #FFFFFF;
}
ul#globalNav a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
}
ul#globalNav a:hover {
	color: #00326c;
}
ul#globalNav a.on {
	color: #00326c;
}

div#maincontent a {
	line-height: 1.5em;
	color: #3d3d3d;
	text-decoration: underline;
}
div#maincontent_center a, div#maincontent_center a:active, div#maincontent_center a:visited {
	line-height: 1.5em;
	color: #3d3d3d;
	text-decoration: underline;
}
div#maincontent_center a:hover {
}



ul#sub_nav {
	margin-top: 1em;
}
ul#sub_nav li {
	line-height: 1.9em;
}
ul#sub_nav a, div#sub_nav a:active, div#sub_nav a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
div#sub_nav a:hover {
	color: #333333;
	text-decoration: underline;
}
ul#sub_nav .sub_page_on {
	color: #000000;
}


/* Hanterar de dynamiska undermenyerna */
/* Nivå 0 */
ul#sub_nav_0 li {
}
ul#sub_nav_0 a, div#sub_nav_0 a:active, div#sub_nav_0 a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.9em;
	color: #666666;
}
div#sub_nav_0 a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Nivå 1 */
ul#sub_nav_1 li {
}
ul#sub_nav_1 a, div#sub_nav_1 a:active, div#sub_nav_1 a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.9em;
	color: #666666;
}
div#sub_nav_1 a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Nivå 2 */
ul#sub_nav_2 li {
}
ul#sub_nav_2 a, div#sub_nav_2 a:active, div#sub_nav_2 a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.9em;
	color: #666666;
}
div#sub_nav_2 a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Nivå 3 */
ul#sub_nav_3 li {
}
ul#sub_nav_3 a, div#sub_nav_3 a:active, div#sub_nav_3 a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.9em;
	color: #666666;
}
div#sub_nav_3 a:hover {
	color: #333333;
	text-decoration: underline;
}


/* Hanterar en dynamisk meny för en combobox*/
.sub_nav_0 li {
}
.sub_nav_0 a, .sub_nav_0 a:active, .sub_nav_0 a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.9em;
	color: #666666;
}
.sub_nav_0 a:hover {
	color: #333333;
	text-decoration: underline;
}
/* Nivå 1 */
.sub_nav_1 li {
}
.sub_nav_1 a, .sub_nav_1 a:active, .sub_nav_1 a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.9em;
	color: #666666;
}
.sub_nav_1 a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Nivå 2 */
.sub_nav_2 li {
}
.sub_nav_2 a, .sub_nav_2 a:active, .sub_nav_2 a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.9em;
	color: #666666;
}
.sub_nav_2 a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Nivå 3 */
.sub_nav_3 li {
}
.sub_nav_3 a, .sub_nav_3 a:active, .sub_nav_3 a:visited {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.9em;
	color: #666666;
}
.sub_nav_3 a:hover {
	color: #333333;
	text-decoration: underline;
}

/* Stylar toplänken i undermenyerna */
div#sidebar_top_nav a, div#sidebar_top_nav a:active, div#sidebar_top_nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #00326C;
	text-decoration: none;
}
div#sidebar_top_nav a:hover {
	color: #000000;
}



/* INNEHÅLL */


.li_puff_ad h3 {
	color: #00326c;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}


/* Comboboxen på index.php */
.index_dropdown {
	font-size: 0.9em;
	width: 150px;
	margin-top: 0em;
	padding: 0em;
}
/* Comboboxen på index.php högra kolumnen */
.index2_dropdown {
	font-size: 0.9em;
	width: 165px!important;
	margin-top: 0em;
	padding: 0em;
}

.error {
	color: #FF0000;
}
.ok {
	color: #090;
}
.succe {
	background-color: #3C4D67;
	display: block;
	padding: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #FFF;
}


/* Formaterar speciella textavsnitt */
.times_italic_18 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #00326c;
	font-style: italic;
	margin-bottom: 0em;
}
.times_italic_18_tight_top {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #00326c;
	font-style: italic;
	margin-bottom: 0em;
	margin-top: -5px;
}
.times_italic_16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #666666;
	font-style: italic;
}
.arial_11pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #00326C;
}
.arial_11pt_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #00326C;
	font-weight: bold;
}

.arial_11_16_3d3d3d {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #3d3d3d;
	margin-bottom: 1em;
}
.arial_11pt_666666 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
	line-height: 1.6em;
}
.status_ok {
	color: #339900;
}
