﻿/****** gardinList ************/
.gardOut
{
    float: left;
    width: 180px;
    height:260px;
    
}

.gardIn
{
    margin: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    background-image:url(img/suppbg.gif);
    background-position:bottom left;
    background-repeat:repeat-x;
    height:220px;	
}

.gardIn div
{
    height: 190px; 
    text-align: center;
}

#dim
{
    position: fixed;
    top: 0;
    left:0;
    width:100%;
    height: 100%;
    opacity: 0.4;
    background-color: #000;
    filter: alpha(opacity = 40);
    z-index: 100;
}

#popup
{
    width: 590px;
    position: fixed;
    z-index: 101;
    margin-left: -295px;
    top: 200px;
    left: 50%;
    background:#fff;
    padding: 20px;
}

#popup .close
{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

/****** kampanj ************/
.kampOut
{
    float: left;
    width: 180px;
    height:260px;
    
}

.kampIn
{
    margin: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    background-image:url(img/suppbg.gif);
    background-position:bottom left;
    background-repeat:repeat-x;
    height:220px;	
}

.kampIn div
{
    height: 190px; 
    text-align: center;
}

/* Search */


.searchBox
{
    width: 140px;
    height: 16px;
    background-color: #FFF;
    border: solid 1px #ccc;
    float: right;
}

.searchBox div
{
    border-bottom: dashed 1px #ccc;

    background-color: #FFF;
    width: 200px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}


.searchBox .c
{
    display: block;
    color: #000;
    font-weight: normal;
    margin-bottom: 4px;
    padding: 0;
    border: 0;
}

.searchBox .selected
{
    background-color: #FFF;
    border-bottom: dashed 1px #ccc;
}
.searchBox div a
{
    display:block;
    padding:4px;
    color: #005a8c;
    text-decoration: none;
}
.searchBox div a:hover
{
    color: #4d4e53;
    background-color:#ddd;
}

/****** slidingdoors ************/

#slidetabsmenu {
width:100%;
line-height:normal;

}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin-left:6px;
margin-left: 0px;
padding:0;
border-left: 1px solid #ccc;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(img/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(img/tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: black;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: black;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
background-position:100% -125px;
}


/****** suppliers ************/

.suppOut
{
    float: left;
    width: 180px;
    height:192px;
    
}

.suppIn
{
    margin: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    background-image:url(img/suppbg.gif);
    background-position:bottom left;
    background-repeat:repeat-x;
    height:155px;	
    overflow:hidden;
}

.suppIn div
{
    height: 65px; 
    text-align: center;
}


div.gardinSupp 
{
    float:left;margin-left:15px;width:140px;
}
div.gardinSupp p 
{
    border: 1px solid #ddd;
    background-image:url(img/suppbg_small.gif);
    background-repeat:repeat-x;
    background-position:bottom left;
    padding: 20px 12px 20px 12px;
    text-align:center;
    margin-bottom: 10px;

}

/****** treeview ************/

.tree li
{
	cursor:pointer;
}

/*
.tree li.open
{
	list-style: url(img/ul.gif);
}

.tree li.closed
{
	list-style: url(img/li.gif);
}
*/

.tree li.item
{
	list-style-image:none;
	list-style:none;
}

.tree li.open ul
{
	display:block;
}

.tree li.closed ul
{
	display:none;
}

.SecondMenu 
{
	list-style: none none;
	margin: 0;
	padding: 0;
}

ul.products
{
    list-style: none;
    margin: 0;
    padding: 0;
}

a.suppLink
{
    font-weight: bold;
    display: block;
}

#prog{position:fixed;top:0;left:0;bottom:0;z-index:91110;right:0;background:#fff url(http://static.wd6.se/img/pageload.gif) no-repeat 50% 50%;opacity:.6;filter:alpha(opacity=60);}


/****** productlistning ************/
.prodItem
{
	float:left;
	width:140px;
	margin:4px;
	height:160px;
	position:relative;
}

.prodItem .prodInfo
{
	display:none;
	position:absolute;
	width:300px;
	padding:8px;
	text-align:left;
	background-color: #fff;
	border:solid 1px #ccc;
	z-index:10;	
}

.prodItem .pimg
{

    text-align:center;
	height:155px;
	border:solid 1px #eee;
	padding-top: 2px;
}

.prodname 
{
    text-align:center;
    
}

.listitem
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	position: relative;
}


.ListItemInner
{
	margin:6px;
}	

.specialprod .pimg
{
	border: 2px solid #F00;
}

.prodItem .pimg div
{
	height: 123px;
	text-align: center;
	vertical-align: baseline;
}

.ListSpec
{
	color: #F00;
}

.prodList ul
{
    margin: 0; padding: 0; list-style: none;
}

.prodItem div.extra
{
    position:absolute;
    top: -5px;
    left:-5px;
    background: url(img/extra.png) no-repeat 0 0;
    width:40px;
    height: 40px;
}
.fst, #katmenu li a, #mainmenu li a
{
	font-size: 14px;
	font-family: '/MYRIADPR.TTF';
	background-color: #FDFDFD;
	width: 80px;
	margin: 14px 0;
	font-weight: bold;
	display:block;
	color: #333333;
}

#katmenu li a 
{
    font-size: 12px;
    margin: 0;
    font-weight: normal;
    color: #000;
    width: auto;
}

#mainmenu li a
{
    float:left;
    padding:7px 0 0 16px;
    font-size: 11px;
    margin: 0;
    font-weight: normal;
    color: #000;
    width: auto;
}
