/*
//  style for SG Interiör
//
//  Created by Patrik  Wilhelmsson on 2007-07-03.
//  Copyright (c) 2007 __Media Tech Design__. All rights reserved.

	This CSS file is constructed by the following structured:
##############################################################
		1. Structure
		2. Hedings
		3. Images
		4. Lists
		5. Forms
		6. Links
		7. Various Tags & Classes	 
##############################################################*/


/* 1. Structure //////////////////////////////////////////////*/ 
body{
	background:#737373 url("../images/bg.gif") repeat-x;
	font: 62.5%/1.5 "Lucida Grande", "Lucida Sans Unicode", sans-serif;
} 
#wrapper{
	width: 751px;
	margin: 90px auto;
}
#menu{
	font-size: 1.3em;
}
#head{
	background: #000;
	padding: 10px 13px 10px 12px;
	font-size: 0.9em;
	line-height: 1.7em;
}
#head p{
	text-align: right;
	color: #efefef;
}
#page{
	background: transparent url("../images/tapet.gif") repeat scroll 0% 4%;
	color: #efefef;
	font-size: 1.1em;
	padding: 12px 0;
}
#productimg{
	position: relative;
	z-index: 10;
}
.item{
	display: block;
	position: absolute;
	top: -200px;
	left: -105px;
}
#slideshow, #content, #newsfeed{
	float: left;
	margin-left: 12px;
}

* html #slideshow, #content, #newsfeed{
	display: inline;
}
#slideshow{
	width: 257px;
	background: #FFF;
}

#content{
	width: 285px;
	padding: 0;
}
#content_wide{
	margin: 0 12px;
	min-height: 310px;
}
* html #content_wide{
	height: 310px;
}
div.wide_left{
	float: left;
	width: 275px;
}
#newsfeed{
	width: 138px;
	background: #323232;
	min-height: 291px;
	padding: 10px;
	border: 1px solid #525252;
}
#newsfeed strong{
	display: block;
	font-weight: bold;
}
#content p, #content_wide p{
	margin-bottom: 15px;
}
div.prylar{
	width: 440px;
	float: right; 
}
div.prylar div.wrap{
	float: left;
	width: 100px;
	margin: 0px 0px 3px 8px;
	text-align: center;
}
* html div.prylar div.wrap{
	margin-bottom: 8px;
}
div.prylar img{
	width: 100px;
	height: 91px;
	border: 1px solid #707070;
}
div.prylar img.delete{
	width: auto;
	height: auto;
	border: none;
	text-align: center;
	display: block;
}
div.prylar .overlay{
	position: absolute; 
	background: #000; 
	width: 100px; 
	text-align: center; 
	top: -95px;
	left: 1px;
	line-height: 17px;
	text-transform: uppercase;
	opacity: 0.7;
}
* html div.prylar .overlay{
	filter:alpha(opacity:70);
	top: -95px;
	margin-left: -50px;
	width: 98px; 
}
* html div.prylar img{
	width: 98px;
}
div.prylar a{
	text-decoration: none;
}
div#plattskugga{
	position: relative;
	width: 891px;
	margin: 0 auto;	
	z-index: 0;
}
div#plattskugga img{
	display: block; 
	position: absolute;
	top: -240px; 
}

/*	2. Headings ////////////////////////////////////////////*/
h1{
	font-size:	1.3em;
	color: #efefef;
}
/*	3. Images //////////////////////////////////////////////*/
p img {
	padding: 0;
	max-width: 100%;
	display: block;
}

/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
	display: block;
}
.alignleft {
	float: left;
	display: block;
}
.add{
	vertical-align: middle;
}
* html .add{
	vertical-align: baseline;
}
img.alignment{
	vertical-align: middle;
}
* html img.alignment{
	vertical-align: baseline;
}

/*	4. Lists ///////////////////////////////////////////////*/
ul{

}
ul li{

}
ol li{

}
#menu ul li{
	display: inline;
	font-weight: bold;
	margin-right: 25px;
}
#newsfeed ul li{
	margin: 15px 0;
}

/*	5. Forms ///////////////////////////////////////////////*/
.formstyle ol{
	margin: 10px 0 0 0;
	padding: 0;
}
.formstyle li{
	list-style: none;
	clear: left;
}
textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #333;
	margin: 0 0 4px 0;
	padding: 3px; 
	font-family: inherit;
	display: block;
}
.fancy textarea, .fancy input, .fancy select {
	background: #FFF;
	border: 1px dotted #ccc;
}
* html select{
	width: 14.7em;
}
select, .text{	
	min-width: 14em;
}
* html .text{
	width: 14em; /* IE6 */
}
textarea{
	width: 13.3em;
	font-size: 1em;
}
select{
	height: 1.8em;
}
input:focus, textarea:focus, label:focus {
	background: #fff;
}
label{
	display: block;
}
fieldset {
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	padding: 7px 10px;
}
.fancy fieldset{
	background: transparent url("../images/form_bg.gif") repeat scroll 0% 50%;
}
fieldset legend {
	padding: 0 0.4em;
	font-size: 12px;
	font-variant: small-caps;
	display: none;
}
input.checkbox {
	background: transparent;
	border: none;
	margin-top: 8px;
	padding: 0;
}
button{
	background: transparent url("../images/form_button.png") no-repeat top;
	color: #FFF;
	width: 115px;
	height: 28px;
	border: none;
	margin-top: 5px;
}

form.fancy{
	margin-bottom: 10px;
}
.formerror{
	background: #000;
	border: 1px solid #dc4f78;
	color: #fff;
}
/* 6. Links ////////////////////////////////////////////////*/
a:link {
	color: #efefef;
	text-decoration: underline;
}
a:visited {
	color: #efefef;
}
a:hover {
	color: #efefef;
}
a:active{
	text-decoration: none;
}

#menu a:link, #menu a:visited{
	text-decoration: none;
	color: #000;
}
#menu a:hover{
	color: #000;
}


/*	7. Various Tags & Classes //////////////////////////////*/
acronym, abbr{
	cursor: help;
}
.center {
	text-align: center;
}
a img {
	border: none;
}

.hidden {
	display: none;
}
.row1 {
	background: #eee;
}
.center{
	text-align: 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 */

.sorthelper
{
	background-color: #FFF;
	float: left;
}
#progress{
	background: url('../images/home_upload_candy.gif');
	color: #000;
	font-size: 1.3em;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
