﻿
/* --- Generella stilar för hela webbplatsen --- */

body 
{
    margin: 0;
    padding: 0;
	font-family: Verdana;
	color: #303030;
	font-size: 10pt;
	text-align: center; /* Kräver att man anger text-align:left i underliggande divboxar för att slippa centrerad text*/
	background-image: url(/Images/body_background.jpg); 
    background-repeat: repeat-x;
    background-color: #090A02;
}

a
{
	color: #158CFE;         /*Innan ändring = #006699 */
	text-decoration: none;
}

a:visited
{
	color: #158CFE;
	text-decoration: none;
}

a:hover
{
	color: #158CFE;
	text-decoration: underline;
}

/*h1 
{
    font-family: Georgia;
	font-size: 30px;
	font-weight: normal;
	color: #336600;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 
{
    font-family: Georgia;
	font-size: 24px;
	font-weight: normal;
	color: #336600;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3
{
    font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	color: #336600;
	margin-top: 10px;
	margin-bottom: 5px;
}*/

h1
{
    font-family: Georgia;
    font-size: 24px; 
    font-style: italic; 
    font-weight: 400; 
    color: Black;
    margin: 0px;    
}

h2
{
    font-family:Verdana;
    font-size: 10pt;
    font-weight: normal;
    margin:0px;
}

h3
{
    font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	color: #336600;
	margin-top: 10px;
	margin-bottom: 5px;
	color:Green;
}

h4
{
    font-family: Georgia;
    font-size: 14px; 
    color: Black;
    margin: 0px;
    font-weight:normal;
}

hr 
{
    color: #336600;
    margin-top: 5px;
    height: 1px;
}

img 
{
    border-width: 0px;
}

.clearobj
{
    clear: both;
}

/* --- */

/* --- Startsidan --- */

.topLogo
{
	padding-left: 40px;		
	height: 102px;
	background-image:url(../../Images/background_top_shadow.jpg);
	background-repeat:repeat-x;	
}

.startBig
{
    background-image: url(../../images/ettan_big.jpg);
    padding: 0;
    /*width: 880px;*/
    height: 240px;
}

.startBigText
{
    font-family: Calibri, Georgia;
    font-style: italic;
    color: White;
    /*line-height: 95%;*/
    font-size: 22px;
    padding-left: 40px;
    padding-top: 20px;        
}

#leftDiv
{
    /*font-family: Georgia;
    color: Green;*/
    background-color:#ffffff;
    /*font-size: 14px;*/
	width: 35%;
	height: auto;
	float: left;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	/*border: thin solid;*/
}

#rightDiv
{
    font-family: Calibri, Georgia;
    color: Green;
    background-color:#ffffff;
	width: 55%;
	float: right;
	height: 100%;
	line-height: 185%;
	padding-top: 10px;
	padding-bottom: 20px;
    /*border: thin solid;*/
}

#lanList
{
    width: 450px;
    margin: 0px;
    padding: 0px;
	/*border: thin solid;*/ 
}

ul
{
    margin: 0px auto;
    padding-left:0px;
    /*list-style-image: url('/Images/dubblearrow_blue.png');  Funkar inte på startsidan, kolla med SC, lågprio*/
    /*border: thin solid;*/
}

ul.multiple_columns li
{
    display: inline;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    float: left;
    height: 20px;
    width: 150px;
}

/* --- */

/* Startsidan & MasterPage/MasterPageLight*/

#mainDiv
{
	width: 940px; 
	border-right: 1px solid #666666; 
	border-left: 1px solid #666666;
	margin-right: auto;/* Gör så att diven centreras*/ 
	margin-left: auto;
	text-align: left;
	padding: 0 0 0 0;
	background-color:#ffffff;
    overflow: visible;
}

#topDiv
{	
	/*width:880px;	*/
	height: 102px;
	background-image:url(../../Images/background_top_shadow.jpg);
	background-repeat:repeat-x;	
}

#missingDiv
{
    float:right !important;     
}

#logoName
{	
    float:left;
    padding-left:40px;
}

#regionInfo
{
    background-image: url(../../images/background_navi.jpg);
    background-repeat: repeat-x;
	width: 100%;
	height: 24px;
	padding-top: 5px;
	text-align: left;
    /*border-bottom: 1px solid #336600;
    border-top: 1px solid #336600;*/
    z-index: -1;    
}

.h_navi
{    
    padding-left:40px;
    font-family: Verdana;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
}

.h_navi a
{
    color: #ffffff;
	text-decoration: none;        
}

.h_navi a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.h_navi a:hover
{
	color: #ffffff;
	text-decoration: underline;	
}

.bottomDiv /* Ligger i FooterControl*/
{
    background-image: url(../../Images/background_bottom_shadow.jpg); 
    background-repeat: repeat-x;
    border-top: 1px solid #cccccc;
    /*width: 880px;*/
    height: 67px;
}

.bottomSpanLeft /* Ligger i FooterControl*/
{
    font-size: 12px;
    float: left;
    padding-left: 20px;
    padding-top: 15px;
    color:#777;
}

.bottomSpanMenu /* Ligger i FooterControl*/
{ 
    font-family: Arial;
	font-size: 12px;
    background: transparent;
    float: right;
    padding-right: 20px;
    padding-top: 15px;
    color:#777;
}

.bottomSpanMenu a
{
    color:#777 !important;
}

.submit_legend /* Anmälningssidan (anmaelan.aspx)*/
{
    font-family: Georgia;
    font-weight: normal;
	font-variant: normal;
	color: #336600;
	clear: both;
	font-size: 16px;
}


/* --- */

/* -- MasterPageLight-- */

#leftDiv2 /* Svensexa & Möhippa */
{
	/*border: solid 1px red;*/
	width: 400px;
	height: auto;
	position: relative;
	float: left;
	padding-left: 20px;
	/*text-align: justify;*/
}

#rightDiv2
{
	/*border: solid 1px red;*/
	height: auto;
	width: 380px;
	position: relative;
	float: right;

}

#infoDiv2 /* Anmaelan3.aspx */
{
    position: relative; /* kolla upp om det går att lösa på nått annat sätt?!*/
    top: -16px;
    background-image: url(../../Images/divAnmalan_background.png);
    background-repeat: repeat-y;
	float:left;
    padding: 0px 0px 15px 15px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
	font-weight: normal;
    width: 865px;
}

#leftDiv5
    {
   	width: 650px;
	height: auto;
	float: left;
	padding: 30px 0px 0px 0px;
	/*border: solid 1px red;*/
	 
    }
#rightDiv5
    {
    width: 184px;
    height: inherit;  
	float: right;
	margin: 0px;
	padding: 30px 10px 10px 10px;
	/*border: solid 1px black;*/
    }

#rightDiv5 p
{
	color: white;
	margin-top: 0px;

}

#rightDiv5 h3
{
	color: #303030;

}

/* --- */

/* -- Utseendet på events.aspx visning i kategiroläge -- */
.divAdContainer
{
    width:100%;
    background-image:url(../../Images/background_ads.jpg);
    background-repeat:repeat-x;
}

.divLeftAdContainer
{
    float: left;
    margin-left: 6px;
}

.divRightAdContainer
{
    float: right;

}

#divCategories
{        
    text-align: left;
    font-family: Georgia;   /*Styr utseendet på underkategorierna*/
	font-size: 14px;             /*   - || -   */
	font-weight: normal;         /*   - || -   */
    line-height: 128%;    
    background-color:#83A63E;
    margin-top:2px;
}

#leftDiv3
{
	width: 740px;	
	float: left;	
	background-color:#fff !important;
	/*border: solid 1px red;*/
}

#divCategoriesContainer /* Innehållet i högerkolumnen kategorivisning Gamla # rightDiv3 */
{    
	/*background-image: url(../../Images/background_right_bottom.jpg);
    background-repeat: repeat-x; 
    background-position:bottom;        	*/
}

.divCategoryAnchor
{
    position:relative;
    top:-75px;
}

.divRightCategoryLinks
{    
    width:200px;
    float:right;    
    background-image: url(../../Images/background_right_top.jpg);
    background-repeat: repeat-x; 
    background-position:top;     
}

.divRightCategoryLinks h1
{
    color:#fff !important;
    margin-top:50px !important;
    margin-bottom:22px !important;
    margin-left:25px;
}

.divRightCategoryLinks a
{
    color:#fff;
    font-family:Verdana;
    font-size: 10pt;
}

.divRightCategoryLinks ul
{
    border:none !important;
    margin-left:28px !important;
}

.divTopMirrorSpace
{
    padding-top:25px;    
    background-image:url(../../Images/background_top_mirror.jpg);
    background-repeat:repeat-x;    
    padding-left:6px;
    padding-right:6px;    
    margin-bottom:6px;
}

.divCategory
{
    padding: 0;
    margin: 0; 
}

#divCategories ul
{
	list-style-type: none;
	margin-left: 11px;
	margin-top: 3px;
	margin-bottom: 0px;
	border: 1px solid #fff;/*för att inte tomrummet under ska uppstå*/
	padding-left: 0px;
}
.pnlCategory1, .pnlCategory2, .pnlCategory3, .pnlCategory4, .pnlCategory5
{
    margin-right: auto;/* Gör så att diven centreras, verkar inte funka!!?*/
	margin-left: auto;
	float: left;
	margin: 5px;
}
.pnlCategory1 fieldset
{
	height: 91px;
	width: 160px;
	padding-bottom: 0px;
	margin: 0px;
}

.pnlCategory2 fieldset
{
	height: 196px;
	width: 160px;
	padding-bottom: 0px;
	margin: 0px;
}

.pnlCategory4 fieldset
{
	height: 196px;
	width: 341px;
	padding-bottom: 0px;
	margin: 0px;
}

.pnlCategory4 li
{
    float: left;
    padding-left: 0px;
    width: 160px;
}
.pnlCategory5 fieldset
{
	height: 150px;
	width: 704px;
	padding-bottom: 0px;
	margin: 0px;
}

.pnlCategory5 li
{
    float: left;
    padding-left: 0px;
    width: 160px;
}

/* NEW LAYOUT */

.spCatHitCount
{
    font-family:Verdana;
    font-size:20px;
}

.divCategoryWrapper
{         
    min-height:100px;       
    width:100%; 
    padding-bottom:30px;
}

.divCategoryHeader
{
    padding-left:10px;
    padding-bottom:10px;    
}

.divCategoryHeader a
{
    /*color:Green !important;*/
}

.divCategoryLinks
{
    background-color:#f1f1f1;    
    padding-top:5px;
    padding-bottom:15px;
    width:728px;
}

.divCategoryWrapper ul
{
    border:none !important;
}

.divCategoryWrapper li
{
    float:left;
    width:175px;
    margin-right:3px;
    line-height:20px;
}

.divCategory1Column
{
    width:360px;
    float:left;    
}

.divCategory1ColumnR li,
.divCategory1Column li
{   
    width:170px !important;
    margin-right:3px;
}

.divCategory1Column_links
{
    width:360px;   
}

.divCategory1ColumnR
{
    width:360px;
    float:right;             
}

.divCategory1ColumnR_links
{
    width:360px;    
}


.divCategory2Column /*NOT USED*/
{
    width:528px;
    padding-right:200px;
}

.divCategory3Column /*NOT USED*/
{
    width:728px;
    padding-right:0px;
}

.divCategory4Column
{
    width:728px;
}


/* --- */


/* -- Utseendet på events.aspx visning i katalogläge -- */

#divSuppliers
{
	float:left;
    font-family: Georgia;   /*Styr utseendet på underkategorierna*/
	font-size: 14px;             /*   - || -   */
	font-weight: normal;         /*   - || -   */
    line-height: 128%;
    background-color:#83A63E;
    width:940px;
    margin-top:2px;
	/*width: 880px;*/
}

#slSupplier1 a
{
    color:#336600 !important;
    font-size:12pt !important;
    font-variant:small-caps !important;
}

h2.slSupplier1Vip
{
    font-family:Georgia;
    font-size:18px;
    font-weight:normal;
    margin-top:10px;
}

.slSupplier3 h3
{
    font-size:14px !important;
    font-family:Calibri !important;
    font-weight:bold !important;
    color:#303030 !important;
    line-height:128% !important;
    margin:0px 0px 0px 0px !important;
}

.divSupplierItem_supplierWrapper a:hover
{
    text-decoration:none !important;
}

#divSuppliersContainer /* InnehÃ¥llet i hÃ¶gerkolumnen kategorivisning Gamla # rightDiv4 */
{    
	/*background-image: url(../../Images/background_right_bottom.jpg);
    background-repeat: repeat-x; 
    background-position:bottom;        	*/
}

#leftDiv4
{
	width: 740px;	
	float: left;	
	background-color:#fff !important;
	/*border: solid 1px red;*/
}

#supplierAd
{
       
}

#supplierAd #divAd
{
    width:730px !important;
}

#divSuppliers .slSupplier
{
	font-family: Calibri;
	border-bottom: solid 0px #669900;
	padding-top:10px;	
}

.divSupplierItem_supplierWrapper
{    
    border:solid 1px #fff;  
    background-color:#f1f1f1;
}

.divSupplierItem_supplierWrapper_hover
{
    border:solid 1px #70A316 !important;  
    cursor:pointer;
}

.PanelVIP .divSupplierItem_supplierHeader
{
    background-image:url(../../images/background_navi.jpg) !important;
}

.divSupplierItem_supplierHeader
{
    padding-left:10px;
    /*background-image:url(../../Images/background_vip_supplier.jpg);*/
    background-color:#808080;
    background-repeat:repeat-x;
    height:24px;
    line-height:24px;
    border-bottom:solid 1px #fff;
}

.divSupplierItem_supplierHeaderVip
{
    padding-left:10px;
    background-color:#E6F7FE;    
    height:24px;
    line-height:24px;
    border-bottom:solid 1px #fff;
}

.divSupplierInfoLight_supplierHeader h2,
.divSupplierItem_supplierHeader h2
{
    color:#fff !important;
}

.divSupplierItem_supplierHeaderVip h2
{
    color:#000 !important;
}

.divSuppliersRightBanners
{    
    width:210px;
    float:right;        
}

#rightDiv4 /* Innehållet i högerkolumnen katalogvisning*/
{
    width: 146px;
    /*height: inherit;*/
    min-height: 450px; /* Trycker ner sidan när endast ett fåtal leverantörer visas */
	float: right;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	/*border: solid 1px black;*/
}

.category_legend
{
    font-family: Georgia;
    font-size: 19px;
    font-style: italic; 
    /*font-variant: small-caps;*/
    font-weight: normal;
    padding: 0px 1px 4px 2px;
}

.supplierInfoLeft
{
	border: solid 1px red;
	float:left;
	width: 33%;
	height: 100%;
}

.supplierCategoryInfo
{
	border: solid 1px green;
	float:left;
	width: 33%;
	height: 100%;
}

.supplierExtraCategoryInfo
{
	border: solid 1px blue;
	float:left;
	width: 33%;
	height: 100%;
}

.supplierInfo
{
	border: double 3px black;
	margin-bottom: 20px;
	/*height: 100px;*/
	font-family: Verdana;
	font-size: small;
	width: 770px;
}

.supplierInfo span
{
	display: block;
	color: Navy;
}

.catDesc
{
    
}

.catDescInfo
{
    padding-left:10px;
}

.catDescExtra
{
    padding-top:13px;
}

.catDescImg
{
    float:left;
    padding-right: 5px
}

h1.catDesc
{
    font-family: Verdana !important;
	font-size: 22px;
	font-weight: normal;	
	margin: 0 7px 0 0 !important;
	/*float:left !important;*/
	margin-bottom:10px !important;		
}

/* --- */

/* - Egen visningssida (SupplierInfoLight.aspx)-- */

.divSupplierInfoLightOthers
{
    float:none;
}

.divSupplierInfoLight_extraContainer
{
    background-color: #ffffff;    
}

.divSupplierInfoLight_textarea
{
    float:left;
}

.divSupplierInfoLight_linkarea
{
    float:right;
}

.divSupplierInfoLight_left
{
    padding: 10px;
    border-right: solid 1px black;
    float: left;
    width: 32%;    
    padding-bottom:20px;
    min-height:150px;
    _height:150px;
    padding-right:25px;
}

.divSupplierInfoLight_left h2
{
    font-family: Georgia;
	font-size: 24px;
	line-height:24px;
	font-weight: normal;
	color: #336600;
	margin-top: 5px;
	margin-bottom: 5px;
}


.divSupplierInfoLight
{   
    padding-bottom: 8px;    
    margin-left: auto;
    margin-right: auto;  
    border-bottom: 1px solid #336600;
}

.divSupplierInfoLight_right
{
    border-left: solid 0px black;
    float: left;
    padding: 10px 0px 10px 10px;
    width: 48%;
    padding-left:20px;
}

.supplierInfoLight_activeCat a
{
    color: #336600 !important;
}

.divSupplierInfoLight_supplier
{
    width:760px;
    margin-left: auto;
    margin-right: auto;
    font-family:Verdana;
    font-size:10pt;
}

.divSupplierInfoLight_supplierWrapper
{
    background-color:#F1F1F1;
    border:1px solid #70A316;
    margin-bottom: 8px;
}

.divSupplierInfoLight_supplierHeader
{
    
}

.divSupplierInfoLightAdmin
{
    float:right;
    position:relative;
    margin:5px;
}

.divSupplierInfoLight_textarea h3
{
    color:#000 !important;
    padding-top: 8px;
}

/* - Egen visningssida (Supplierinfo.aspx)-- */

.labelFax
{
    margin-bottom: 10px
}

.divSupplierInfo
{
    width: 100%;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;      
}

.divSupplierInfo h1
{
    color:#0B9AC6 !important;
}

.divSupplierInfoBlock
{
    background-color:#F1F1F1;
    margin-bottom:7px;
}

.divSupplierInfo_heading
{
    
}

.divSupplierInfo_left
{
    padding: 10px;
    /*border-right: solid 1px black;*/
    float: left;
    width: 28%;
    height: 285px;
    padding-left:20px;
}

.divSupplierInfo_left lblfax
{
    
    
    }
.divSupplierInfo_right
{
    border-left: solid 0px black;
    float: left;
    padding: 10px 0px 10px 10px;
    width: 62%;
}

.divSupplierInfo_heading_activity
{
    /*border-top: solid 1px black;*/
    float: left;
    padding: 10px;
    width: 98%;
    padding-left:20px;
}

.divSupplierInfo_heading_map
{
    float: left;
    padding: 10px;
    width: 98%;
    padding-left:20px;
}

.divSupplierInfo_map
{
    padding-left:20px;
}

.divSupplierInfo_tabcontainer /* styr endast förutsättningar runtomkring tabcontainer*/
{
    /*border-bottom: solid 1px black;*/
    float: left;
    width: 96%;
    padding: 2px 2px 2px 20px;
}

.ajax__tab_yuitabview-theme .ajax__tab_header /*Utseendet på tabcontainer, ajax__tab_yuitabview-theme theme (img/yui/sprite.png) Redigerad av MJ för att passa på HittaAktivitet*/ 
{
    font-family:arial,helvetica,clean,sans-serif;
    font-size: 10pt;
    border-bottom:solid 3px #0B9AC6;
}

.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(img/yui/sprite.png) #ffffff repeat-x;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #0B9AC6;
    border-bottom-width:0px;
}

.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#333333;
    padding:0.10em 0.25em;    
    margin-right:0.01em;
}

.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url(img/yui/sprite.png) #cccccc repeat-x left -1300px;
}

.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#000;
    font-weight: bold;
    font-size: 11pt;
}

.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background:url(img/yui/sprite.png) #ffffff repeat-x left -1400px;
}

.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    background-repeat: no-repeat;
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 0.25em 0.5em;
    background-color: #fff;    
    border: solid 1px #0B9AC6;
    border-top-width: 0px;
    min-height: 230px; /*Behövs för Firefox, budgetfix, det skiter sig ändå om innehållet i högerkolumnen blir för högt...*/
}

.TabContainerSupplierInfoDiv
{
    /*width: 98%;
    padding: 2px;*/
}

.TabContainerSupplierInfoDivLeft
{
    padding: 6px;
    /*float: left;*/
    width: 98%;
}

.TabContainerSupplierInfoDivRight
{   padding: 6px 6px 10px 15px;
    margin: 0px 0px 10px 6px;
    width: 25%;
    border-left: solid 1px #336600;
    float: right;   
}


/* --- */

.stat_ul
{
    list-style-position: outside;
    margin: 15px;
}

.stat_ul li
{
    list-style-type: square;
    padding-bottom: 5px  
}

#infoDiv
{
	width: 880px;
	height: 100%;
	padding: 20px;
}
	
#divAd
{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
    border-bottom: 1px solid #336600;
  /*height: 150px;
    border: solid 1px black;;*/
    padding-bottom: 10px
}

#divAd img
{
    border-style: none;
    /*border: solid 1px #c0c0c0 !important;*/
}

#topDiv div
{
	float: left;			
}
.banner
{
	/*border: solid 1px black;*/
	height: 100px;
	width: 100%;
	padding: 5px;
	text-align: center;
}

.categoryMain
{
	width: 770px;
}

.categoryOffer
{
	color: Red;
}
.categoryInfo
{
	border: double 3px green;
	width: 200px;
	margin: 10px;
	height: 800px;
	overflow: visible;
	float: left;
}
.categoryTitle
{
	border-bottom: solid 1px green;
	padding: 5px;
}

.subcategoryList ul
{
	list-style-type: none;
	margin-left: 5px;
	margin-top: 2px;
}
.subcategoryList li
{
	margin-left: 0px;
}







#divSuppliers .slTitle
{
	font-variant: small-caps;
	clear:both;
	font-size: 14pt;
	margin-top: 15px;
	padding: 5px;
}

#divSuppliers legend
{
    font-family: Calibri, Georgia;
    font-weight: normal;
	padding: 5px;
	clear: both;
	font-size: 15px;
	color: #000000;
	/*margin-top: 15px;
	font-variant: small-caps;*/
}

#divSuppliers .slSubCats
{
	color: #336600;
	float: left;
	width: 156px;
	border: dashed 0px green;
	margin: 5px;
}

#divSuppliers .slSupplier1
{
	width: 200px;
	border: dashed 0px green;
	float: left;
	margin:5px;
	padding:5px;
}

#divSuppliers .slSupplierName
{
	color: #336600;
	font-variant: small-caps;
	font-size: 12pt;
}

#divSuppliers .slSupplier2
{
	width: 110px;
	float: left;
	margin:5px;
	padding:5px;
}

/*#divSuppliers .slSupplierPhone
{
	padding: 10px;
}*/

#divSuppliers .slSupplierPhone span, .slSupplierFax span
{
	float: left;
	width: 30px;
}

#divSuppliers .slSupplierPhone div, .slSupplierFax div
{
	margin-left: 30px;
}

#divSuppliers .slSupplier3
{
	width: 375px;
	float: left;
	margin:5px;
	padding:5px;
}

#divSuppliers .slSupplier3Vip
{
	width: 200px;
	float: left;
	margin:5px;
	padding:5px;
}

#divSuppliers .slSupplier4
{
	float: left;
	margin:5px;
	padding:5px;
}

#divSuppliers .slAdmin
{
    margin:5px;
	padding:5px;
}

#divSuppliers .slAlso
{
    display: none;
    /*float: left;
	height: 85px;
	overflow: hidden;*/
}

#divSuppliers .slActiveCategory
{
    font-weight:bold;
}

#divSuppliers .slActiveCategory a
{
    color:#000 !important;
}

#divSuppliers .slAlsoCategories
{
    
}

#divSuppliers .slMoreInfo
{
    
}

#divSuppliers .slLogo
{
    float: left;
}

#divSuppliers ul
{
	margin-top: 2px;
	list-style-type: none;
}

.slSubCats a
{
    font-size: 10pt;
    font-weight: normal;
    color: #336600;
}
.slAlso a
{
    color: #336600;
}

#Img1
{
    z-index: 99;
    /*width: 300px;*/
    position: absolute;
}



.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#f0f0f0;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width: 350px;
}


/*

#infoDiv2
{
    background-image: url(../../Images/divAnmalan_background.png);
    background-repeat: repeat-y;
	float:left;
    padding: 0px 0px 15px 0px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: Georgia;  
	font-size: 14px;             
	font-weight: normal;        
    line-height: 128%;
    width: 880px;
}

*/

/* Skicka formulär */

.sendFormContainer 
{
    
}

.sendFormHeaderContainer
{
    
}

.sendFormBodyContainer
{
    margin:0 auto;
    width:315px;
}

.sendFormContainer label
{
    color:#fff;
}

.sendFormContainer .sendFormItem
{
    text-align:left;
    float:left; 
    padding: 4px;
}

.sendFormContainer .sendFormClearItem
{
    clear:both;
}

input.sendFormFromName
{
    width:100px;
}

input.sendFormFromAddress
{
    width:186px;
}

input.sendFormToAddress
{
    width:300px;
}

textarea.sendFormMessage
{
    width:300px;
}

.hidden
{
    display: none;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */

/*