
* {
	margin: 0;
	padding: 0;
}

body {
	/* BG ändrar färg på bakgrunden runt hela sajten url(images3/bg_fade.jpg)  fixed center top no-repeat */
	background: #232323;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

input {
font-family: MS Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
select {
font-family: MS Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

p {
}

blockquote {
	padding: 0 30px;
	background: url(images2/img12.gif) no-repeat;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

blockquote p {
}

a {
	text-decoration: none;
	color:#232323
}

a:hover {
	background: none;
	text-decoration: underline;
	color: #999999;
}


/* Wrapper */

#wrapper {

}

/* Header */

#header {
	height: 170px;
	width: 960px;
	margin: 0 auto;
	text-decoration: none;
	background-color:#232323;
	border-left: medium solid #ffffff;
	border-left-width: 4px;
	border-right: medium solid #ffffff;	
	border-right-width: 4px;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
}

#logo h1 {
	padding: 10px 0 0 20px;
	font-size: 2.2em;
	font-weight: bold;
	color: #FFFFFF;
}

#logo p {
	margin: 0;
	padding: 42px 0 0 6px;
	letter-spacing: 2px;
	line-height: normal;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding: 40px 20px 4px 0;
	background: url(images2/img05.gif) no-repeat left bottom;
}

#search fieldset {
	border: none;
}

#search legend {
	display: none;
}

#s {
	float: left;
	width: 155px;
	margin: 0 0 0 10px;
	background: none;
	border: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #474848;
}

#x {
	display: none;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #000000;

	border-left: medium solid #ffffff;
	border-left-width: 4px;
	border-right: medium solid #ffffff;
	border-right-width: 4px;
	border-bottom: medium solid #ffffff;
	border-bottom-width: 4px;
}

#bgtop {
	height: 20px;
	background: url(images2/img07.gif);
}

#bgbottom {
	padding-bottom: 0px;
	background: url(images2/img09.gif) no-repeat left bottom;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding-left: 15px;
	background: url(images2/img11.gif) no-repeat left center;
}

/* Content */

#content {
	float: left;
	width: 520px;
	height: 800px;
	min-height: 800px;
	padding: 0 0 0 20px;

}

html>body #content {
	height: auto;
}

/* Post */

.post {
}

.post .bigpix {
	margin-bottom: 20px;
	background: #F0F0F0;
}

.post .bigpix .image {
}

.post .bigpix .caption {
	margin: 0;
	padding: 2px 10px 5px 10px;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
	color: #999999;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .title {
	padding: 10px 10px 0 10px;
	font-size: 2.6em;
}	

.post .title a {
	background: none;
		text-decoration: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #C2C2C2;
}

.post .byline a {
	color: #C2C2C2;
		text-decoration: none;
}

.post .entry {
	padding: 20px 10px 0 10px;
}

/* MITTEN DELEN AV SIDAN STYR BG FÄRG / PADDING / RAMAR */
.entry {
padding: 10px;
background-color:#efefef;
border-top: medium solid #FFFFFF;
border-top-width: 4px;
border-right: medium solid #FFFFFF;
border-right-width: 4px;
border-bottom: medium solid #FFFFFF;
border-bottom-width: 4px;
border-left: medium solid #FFFFFF;
border-left-width: 4px;

}

.post .tags {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.post .tags a {
	padding: 0 5px;
	background: none;
		text-decoration: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}

.post .links .comments {
	padding-left: 20px;
	background: url(images2/img13.gif) no-repeat left center;
}

.post .links .permalink {
	padding-left: 18px;
	background: url(images2/img14.gif) no-repeat left center;
}

/* Sidebar Common Style */

.sidebar {
}

#page .sidebar ul {
	line-height: normal;
}

#page .sidebar li {
	padding: 0;
	background: none;
}

#page .sidebar li ul {
}

#page .sidebar li li {
	padding: 5px 15px 5px 25px;
	background: url(images2/img11.gif) no-repeat 10px 10px;
	border-bottom: 1px solid #613503;
}

.sidebar a {
	background: none;
	text-decoration: none;
}

/* Sidebar One */

#sidebar1 {
	float: left;
	width: 180px;
	padding: 0 0 0 20px;
}

/* Sidebar Two */

#sidebar2 {
	float: right;
	width: 180px;
	padding: 0 20px 0 0;
}



/* Tag Cloud */

#tag_cloud {
	margin-bottom: 20px;
}

/* Footer */

#footer {
	width: 960px;
	height: 83px;
	margin: 0 auto;
	background: url(images2/img10.gif) no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	color:#FFFFFF;
}

#footer a {
	padding-top: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color:#dddddd;
}


/* ------------------ FYNDBILDER ----*/
.fyndbild
{
	margin: 0 10px 0 0px;
	display: block;
	margin: 5px 0;
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #CCCCCC;
}

/* ------------------ varukorgen ----*/
.varukorg
{
	padding: 2px;
	border: 1px dotted #CCCCCC;
}
.varukorgen
{
	margin: 0 0 0 2px;
	display: block;
	margin: 5px 0;
	background-color: #232323;
	padding: 5px;
	border: 1px solid #CCCCCC;
	color: #efefef;
}

/* ------------------ Mitt konto info ----*/
.mittkontoruta
{
	padding: 8px;
	border: 1px dotted #CCCCCC;

}
.mittkonto
{
	padding: 5px;

}


/* ------------------ STARTSIDA NYHET ----*/
.startnyhet
{
	margin: 0 0 0 2px;
	display: block;
	margin: 0px 0;
	background-color: #54555D;
	padding: 0px;
	/*border: 1px dotted #232323; */
}

.produktrubrik {
	font-family: Trebuchet, Trebuchet MS, verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
	font-weight: bold;
}

.mini {
	font-family: Trebuchet, Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 9px;
}

.minitext {
	font-family: Trebuchet, Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 11px;
}

.mellan {
	font-family: Trebuchet, Trebuchet MS, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

.produktingress {
	font-family: Trebuchet, Trebuchet MS, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	

}
  
  
.produkt {
	font-family: Trebuchet, Trebuchet MS, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}



.startprodukter {
	font-family: Trebuchet, Trebuchet MS, verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	
	color: #717171;
}



.produktdetaljer {
	font-family: Trebuchet, Trebuchet MS, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

 /**/

.storrubrik{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
		color: #FF8C00;
}
.mellanrubrik{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.stortpris{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 25px;
	color: #FF8C00;
}
.stortprisrea{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	color:#FF8C00;
}

prodruta{
	color: #282828;
	text-decoration: none;
}

.overstruken {
	text-decoration: line-through;
	color: #888888;
}

#startsida_produkter {
padding: 8px;
}

.dottedcell
{
border-style: solid;
border-width: thin;
border-color:#efefef;
padding: 12px;
background-color:#FFFFFF;
color: #666666;
}

.rutpadding {
padding: 4px;

}

.rutpadding_kassa {
padding: 4px;
color: #ffffff;
}

.imgz
{
border-style: none;
border-bottom-style: none;
}

.stortprisrea{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	color:#FF8C00;
}
.hand {
cursor: pointer;

}

.produktbild {
margin-right: 10px ;
margin-left: 5px ;
}

.meny2 {
color:#efefef;
}




/* Meny länkar  */

A.meny, A.meny:link, A.meny:visited {
	color: #EFEFEF;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
}

A.meny:hover {
	color : #FFFFFF;
	text-decoration : none;
}

/* Ramarna på menytabellen */
#produktmeny {
line-height:20px;

border-right: medium solid #c0c0c0;
border-right-width: 1px;

border-bottom: medium solid #c0c0c0;
border-bottom-width: 1px;

border-left: medium solid #c0c0c0;
border-left-width: 1px;
padding: 2px;
}

#produktmeny_topp {
line-height: 30px;
background-color:#FF8C00;
border-top: medium solid #c0c0c0;
border-top-width: 1px;

border-right: medium solid #c0c0c0;
border-right-width: 1px;

border-bottom: medium solid #c0c0c0;
border-bottom-width: 1px;

border-left: medium solid #c0c0c0;
border-left-width: 1px;

padding: 2px;

}


