/*
Main CSS file for Clydesdale website
*/


/* =Reset default browser CSS. 
Based on work by Eric Meyer: 
http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
div,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/* table , caption, tbody, tfoot, thead, tr, th, td, */
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
/*	background: transparent; */
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
/*	vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse; 
	border-spacing: 0;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea {
	font-family: Verdana, Arial, sans-serif;
}

.normal        { color: black; font-weight: normal; font-style: normal; font-size: 12px; }
.normalbold   { color: black; font-weight: bold; font-style: normal; font-size: 12px; }
.normalsmall  { color: black; font-weight: normal; font-style: normal; font-size: 10px; }

.headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	line-height: normal;
	color:#333;
	font-weight: bold;
	width:100%;
	float:left;
	margin-bottom:6px;
}

.headline2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: normal;
	color:#333;
	font-weight: bold;
	margin-bottom:6px;
	text-align: center;
}
.headline2L {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: normal;
	color:#333;
	font-weight: bold;
	margin-bottom:6px;
	text-align: left;
}


.boxheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 1.8em;
	background: #ddd; 
	padding: 2px 2px;
	height: 25px;
}


/* =Structure
-------------------------------------------------------------- */

#wrapper {
	display: block;
	margin: 0 auto;
	width: 940px;
    -height: auto !important; /* för "riktiga" webbläsare */
    -height: 100%; /* IE6: hanteras som min-height*/
    -min-height: 100%; /* "riktiga" webbläsare */
	background: #fff;
	padding: 0 20px;
	border: #bbb 1px solid;
}

body.page {
	clear: both;
	display: block;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global typographic styles */
body {
	background: #f1f1f1;
}

body,
input,
textarea {
	font-size: 12px;
	line-height: 14px;
	color: black; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none
}


/* Text elements */
p {
	margin-bottom: 8px;
}

A:link    { color: black; text-decoration:underline}
A:active  { color: black; text-decoration:underline}
A:visited { color: black; text-decoration:underline}
A:hover   { color: #304337; text-decoration:underline}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px 0 0 0;
}

/* This is the custom header image */
#logo img {
	clear: left;
	float: left;
}


/* =Menues
-------------------------------------------------------------- */
#topmenu {
	width: auto;
	height: 20px;
	clear: right;
	text-align: left;
	font-size: 10px;
}

#menu {
	clear:both;
	height: 30px;
	border: #888 1px solid;
	background: #474 url(/images/MainMenuBG.gif) top repeat-x ;
	display: block;
	margin: 10px auto;
}
#menu a {
	color: #fff;
	display: block;
	text-decoration: none;
}

#mainmenu li {
	float: left;
	position: relative;
	line-height: 30px;
	padding: 0 20px;
	border-right: 1px #ddd solid;
	font-weight: bold;
}

#mainmenu li:hover > a {
	color: #bbb;
}

/* =Searchbox
-------------------------------------------------------------- */

#searchbox, 
#searchbox2 {
	border: 1px solid #aaa;
	width: 360px;
}
#searchbox {
	float: right;
	margin-top: 15px;
}

.searchfield {
	border: 0px;
	padding: 10px 10px 5px 10px;
	font-size: 1.5em;
	width: 300px;
}


/* = content
-------------------------------------------------------------- */

#content {
	margin: auto;
	clear: both;
	overflow: hidden;
}

#column1 {
	float: left;
	width: 750px;
	display: block;
	overflow: hidden;
}

#column2 {
	width: 190px;
	display: block;
	overflow: hidden;
}

.right-box {
	float: right;
	width: 185px;
	border: solid 1px #888;
	display:block;
	margin: 0 0 10px 0;
}
#column2 .normal        { color: black; font-weight: normal; font-style: normal; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: none}
#column2 .normalbold   { color: black; font-weight: bold; font-style: normal; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: none}
#column2 .normalsmall  { color: black; font-weight: normal; font-style: normal; font-size: 10px;  font-family: Verdana, Arial, sans-serif; text-decoration: none; line-height: normal;}

.right-box-headline {
	color: #fff;
	background: #474 url(/images/MainMenuBG.gif) top repeat-x ;
	font-weight: bold;
	padding: 3px;
}	

.center-box-headline {
	color: #fff;
	background: #474 url(/images/MainMenuBG.gif) top repeat-x ;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}	

#newsletter-contents {
	padding: 6px;
}

#basket-contents {
	padding: 6px;
	text-align: center;
}

.read-more {
	text-align: left;
	font-weight: bold;
}
.read-more > a {
	text-decoration : none;
}

#footer {
		float: left;
		margin: 10px 0 0 0;
		width: 100%;
		text-align: center;
		border-top: #888 1px solid;
}
/* page = home
-------------------------------------------------------------- */
#topproductsbox, #randomproductbox, #randomNewproductbox {
	clear: both;
	overflow: hidden;
	width: 740px;
	height: 275px;
	background: #eee;
	margin-top: 5px;
}

.productbox {
	float: left; 
	background: #fff;
	height: 230px; 
	width: 168px; 
	border: 1px #777 solid; 
	margin: 5px;
	padding: 2px;
	font-size: 10px;
	text-align: center;
}

.productbox img {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.productbox_name {
	font-weight: bold;
}

#navigationbox {
	clear: both;
	overflow: hidden;
	width: 740px;
	height: 190px;
	border: #888 1px solid;
	background: #eee;
}
#navigationbox .normal > a {
	text-decoration : none;
}


#bannerbox {
	float: left;
	overflow: hidden;
	width: 580px;
	border: 0px;
	margin-top: 10px;
}

/* awards removed 201708
-------------------------------------------------------------- */
#awardbox {
	text-align: left;
	float: left;
	clear : left;
	overflow: hidden;
	width: 238px;
	height: 430px;
	border: #888 1px solid;
	margin-top: 10px;
	margin-right: 10px;
}
.awardlist_award{
	padding-left: 3px;
	font-size: 10px;
	font-weight: bold;
}
.awardlist_awarded{
	padding-left: 3px;
	font-size: 9px;
	font-weight: normal;
}
#facebookbox {
	float: left;
	overflow: hidden;
	width: 480px;
	margin-top: 10px;
	margin-right: 10px;
	border: #888 1px solid;
}

#thirdbox {
	clear: right;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	overflow: hidden;
	width: 240px;
	height: 430px;
	border: #888 1px solid;
	margin-top: 10px;
}
#thirdbox  img{
	padding: 5px 0px;
}

#citationbox{
	float: right;
	overflow: hidden;
	width: 140px;
	padding: 3px;
	border: #888 1px solid;
	margin-top: 10px;
	margin-right: 8px;
}

#recommendationbox {
	clear: both;
	float: left;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	width: 740px;
	border: #888 1px solid;
	margin-top: 10px;
}

#recommendationbox td{
	padding: 5px 25px;
}

#supportbox {
	text-align: center;
	font-weight: bold;
	clear: both;
	float: left;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	width: 740px;
	border: #888 1px solid;
	margin-top: 10px;
}
#supportbox  img{
	padding: 10px 0px;
}

#extrabox {
	clear: both;
	float: left;
	overflow: hidden;
	width: 740px;
	height: 150px;
	border: #888 1px solid;
	background: #f0f0f0;
	margin-top: 10px;
}
.extraboxmenucontainer {
	padding: 5px;
	float: left;
	width: 235px;
}
.extramenuitem a {
	text-decoration: none;
	color:#555;
}

.extramenuHL {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: normal;
	color:#333;
	font-weight: bold;
	margin-bottom:6px;
	text-align: left;

}

/* Product Lists 2014--------------------------------------------------------- */
.productlist_line {
	page-break-inside:avoid;
	margin-top:5px;
	height:80px; 
	border: 1px solid #aaa; 
	padding: 2px;
}
.productlist_line_imageframe {
	cursor:pointer;
	float:left;  
	margin-top: 5px; 
	height:75px; 
	width:75px;
}
.productlist_line_textframe {
	cursor:pointer;
	float:left; 
	margin-left:20px; 
	margin-top: 5px; 
	height:75px; 
	width:450px;
}
.productlist_line_text_artname {
	font-size: 13px; 
	font-weight: bold;
	height:17px; 
	width:450px;
}
.productlist_line_text_brandname {
	height:12px; 
	width:450px; 
	font-size: 10px; 
	font-weight:bold;
}
.productlist_line_text{
	font-size: 9px; 
	height:13px; 
	width:450px;
}

.productlist_line_priceframe {
	float:right; 
	margin-top: 5px; 
	margin-right:10px;
	height:75px; 
	width:180px; 
}
.productlist_line_pricetext{
	font-size: 10px; 
	float:right; 
	clear:both; 
	height:20px; 
	font-weight:bold;
}
.productlist_line_price{
	float:right; 
	text-align: right;
	clear:both; 
	color:#c00; 
	font-size:15px; 
	width: 160px;
	height:20px;
	font-weight:bold;
}


/* For Kundvagn -------------------------------------------------------------- */
.kundvagntable  {
		width: 100%;
		background: #ffffff;
		border:0;
		text-align: left;}
.kundvagnheader { 
		width: 100%;
		color: #000000; 
		font-weight: bold; font-style: normal; font-size: 11px; font-family: Verdana, Arial, sans-serif; 
		text-align: left;
		padding-left: 3px;
		background: #eee;
		text-decoration: none}

.kundvagnbutton   { color: black; font-weight: normal; font-style: normal; font-size: 10px; font-family: Arial, sans-serif; text-decoration: none;
					width: 120px;
                   background: #eee;
                   border-bottom: solid black 1px;
                   border-left: solid black 1px;
                   border-top: solid black 1px;
                   border-right: solid black 1px;}




/* For SB News pages-------------------------------------------------------------- */

 .news_head {	color: black; font-weight: bold; font-style: italic; font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none; line-height: 1.3;}
 .news_short { 	color: black; font-weight: bold; font-style: normal; font-size: 13px; font-family: Verdana, Arial, sans-serif; text-decoration: none}
 .news_text { 	text-indent: 10px; color: black; font-weight: normal; font-style: normal; font-size: 13px; font-family: Verdana, Arial, sans-serif; text-decoration: none}
 .news_imgtext  { color: black; font-weight: normal; font-style: normal; font-size: 10px;  font-family: Verdana, Arial, sans-serif; text-decoration: none}
 .news_imginfo  { color: black;
  				  text-align: right; 
                  font-weight: normal; font-style: normal; font-size: 9px;  font-family: Verdana, Arial, sans-serif; text-decoration: none}
 .news_signum  { color: black;
  				  text-align: right; 
                  font-weight: normal; font-style: normal; font-size: 13px;  font-family: Verdana, Arial, sans-serif; text-decoration: none}
 .news_date  { color: black;
  				  text-align: right; 
                  font-weight: normal; font-style: normal; font-size: 9px;  font-family: Verdana, Arial, sans-serif; text-decoration: none}
 .news_table  { width: 520px; 
                border: 0px;
                padding: 2px; 
				text-align: left;}
 .news_facts_table  { width: 90%;
                      background: #fffff0; 
					border: #888 1px solid;
                    padding: 10px; }
 .news_facts_head {	color: black; font-weight: bold; font-style: normal; font-size: 18px; font-family: Verdana, Arial, sans-serif; text-decoration: none;}
 .news_facts_text { color: black; font-weight: normal; font-style: normal; font-size: 13px; font-family: Verdana, Arial, sans-serif; text-decoration: none}
 .news_facts_source  { color: black;
  				  text-align: right; 
                  font-weight: normal; font-style: normal; font-size: 13px;  font-family: Verdana, Arial, sans-serif; text-decoration: none; 
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		width: 760px;
		border: 0px;
	}

	#content {
		float: left;
		margin: 0px;
	}
	#column1 {
		float: left;
		margin: 0px;
	}
	#menu,
	#column2 ,
	#searchbox{
		width: 0px;
		height: 0px;
		display: none !important;
	}

}
