﻿/**
* $Date: 2011-02-08 10:04:57 +0100 (Tue, 08 Feb 2011) $
* $Author: daniel.eriksson $
* $Revision: 638 $
**/


/* CSS RESET */
img { display: block; }

a { text-decoration: none; }

a img,
fieldset,
table
{ 
	border: 0; 
}

fieldset,
body
{
	margin: 0;
	padding: 0;
}

th,
td
{
	vertical-align: top;
	text-align: left;
}

/* STYLES */
body,
textarea
{
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    line-height: 16px;	
}

body
{
    background: #FFF url(../images/common/bg-body.png) 0 -1px repeat-x;
}

h2
{
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 25px;
}

h3,
h3 em
{
	margin: 0 0 5px 0;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
}

h2 em
{
	font-style: normal;
	font-weight: normal;
	color: #9d9d9d;	
}

h4
{
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
}

h6
{
	margin: 0;
	padding: 0;
	color: #ccc;
	font-size: 10px;	
}

p,
li,
td,
input,
textarea,
.p-link p a
{
	color: #585858;
}

p
{
	margin-top: 0;
}

#wrapper
{
	background: url(../images/common/bg-wrapper.png) no-repeat;
	width: 921px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 25px 0 0;
}

    #header,
    #content,
    #pushar
    {
        padding: 0 25px;
    }

.print-only
{
	display: none !important;
}

body.png8 #wrapper
{
	background: url(../images/common/bg-wrapper-png8.png) no-repeat;	
}

#header
{
	height: 97px;
	overflow: hidden;
}

h1#logo,
h1#logo a
{
	width: 137px;
	height: 60px;
}

h1#logo
{
	margin: 15px 0 0 15px;
	padding: 0;
	background: url(../images/common/liko-logo.png) no-repeat;
	float: left;
}

h1#logo a
{
	display: block;
}

h1#logo a span
{
	display: none;	
}

ul#tools
{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
}

ul#tools li
{
	float: left;
	margin-right: 15px;
	/*_width: 1%;*/
}

ul#tools li a
{
	color: #5d9732;
	text-transform: uppercase;
	text-decoration: none;	
	font-size: 9px;
	padding: 4px 0 0 0;	
}

ul#tools li a:hover
{
	color: #3e3e3e;
}

ul#tools li.last
{
    _margin-right: 2px;
}

ul#tools li input
{
	font-size: 11px;
}

input.btn-search
{
	width: 21px;
	height: 21px;
	background: url(../images/common/btn-search-sprite.png) no-repeat;	
}

ul#tabs
{
	padding: 0;
	margin: 0 40px 0 0;
	list-style: none;
	position: relative;
	top: 39px;
	clear: right;
	overflow: hidden;
	zoom: 1; /*ie6 positioning*/
}

ul#tabs li
{
	float: right;
	background: url(../images/common/bg-tabs-left-sprite.png) no-repeat;
	margin-right: 5px;	
}

ul#tabs li a
{
	display: block;
	text-decoration: none;
	background: url(../images/common/bg-tabs-right-sprite.png) no-repeat top right;	
	padding: 6px 15px;
	font-size: 13px;
	text-transform: uppercase;
	color: #88b062;
	white-space: nowrap;
}


ul#tabs li.active
{
	background: url(../images/common/bg-tabs-left-sprite.png) no-repeat 0 -28px;
}

ul#tabs li.active a
{
	background: url(../images/common/bg-tabs-active-right.png) no-repeat top right;
	color: #FFF;
}

ul#tabs li a:hover
{
	color: #5d9732;
}

ul#subnav
{
	height: 36px;
	overflow: hidden;
	margin-left: 11px;
}

ul#subnav li
{
	display: block;
	float: left;
}

ul#subnav li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 15px 10px 15px;
}

ul#subnav li a:hover
{
	color: #fff;
	background: url(../images/common/bg-subnav-sprite.png) repeat-x 0px -36px;
}


ul#subnav li a:active,
ul#subnav li a.active
{
	color: #fff;
	background: url(../images/common/bg-subnav-sprite.png) repeat-x;
}

ul#subnav li.dropdown-menu ul a
{
	padding-left: 10px;	
}

ul#subnav li.dropdown-menu a:hover
{
	color: #000;
}

    ul#subnav li.dropdown-menu ul li a
    {
        background: transparent;
        padding-left: 0;
    }
    
#breadcrumbContainer
{
    display: block;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
	height: 26px;	
}

span.breadcrumb
{
	float: left;
}

.keywords
{
	width: 20px;
	float: right;	
}


.keywords ul
{
	display: none;
	position: absolute;
	margin: 0;
	padding: 10px;
	list-style: none;
	background: #FFF;
	border: 1px solid #f4f4f4;
	margin-top: -1px;
	z-index: 10000;
}

.keywords > a
{
	display: block;	
	width: 20px;
	height: 20px;
	background: url(../images/common/ico-tags-green.png) no-repeat 1px 1px;
	border: 1px solid #FFF;
}

.keywords ul a
{
	color: #666;
}

.keywords > a:hover,
.keywords > a.active
{
	border: 1px solid #f4f4f4;
}

.rss-feed-link
{
    display: block;
    float: right;
    width: 19px;
    height: 19px;
    background: transparent url(../images/common/ico-rss.png) right top;
    background-repeat: no-repeat;
    margin: 0 5px;
}
.rss-feed-link.start
{
	float: left;
	margin: 3px 5px 0 0;
}

    .rss-feed-link span
    {
		display: none !important;
    }

.keywords > a span,
.rss-feed-link span
{
	color: #FFF;
	padding: 2px 3px 0 23px;
	display: block;
}

.socialsharing span
{
    background: transparent url(../images/common/social-sharing-right.png) top right no-repeat;
    padding: 3px 7px 0 23px;
    color: #fff;
    height: 20px;
    display: block;
}

.socialsharing span:hover
{
    background-position: right -24px;
}

#fbLike 
{
	border: none;
	width: 450px;
	height: 100px;
	float: left;
	
	position: relative;
	z-index: 1;
}

.social-wrapper
{
    border-top: 1px dotted #ccc;    
    padding: 10px 0;    
    clear: left;
    z-index: 0;
}

.socialsharing
{
    display: block;
    float: left;
    margin: 0 10px 0 6px;
    height: 23px;
    background-image: url(../images/common/social-sharing.png);
    background-repeat: no-repeat;
}

.socialsharing:hover
{
    background-position: 0 -24px;
}

ul.sharinglinks
{
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;    
}

ul.sharinglinks
{
	margin: 20px;
	padding: 0;
	list-style: none;
}

ul.sharinglinks li
{
	margin: 0;
	padding: 0;
}

ul.sharinglinks li a
{
	font-size: 13px;
	color: #3e3e3e;
	display: block;
	padding: 0px 0 8px 25px;
}

ul.sharinglinks li a.facebook { background: url(../images/common/social-media-icons/facebook.png) no-repeat; }
ul.sharinglinks li a.twitter { background: url(../images/common/social-media-icons/twitter.gif) no-repeat; }
ul.sharinglinks li a.pusha { background: url(../images/common/social-media-icons/pusha.png) no-repeat; }
ul.sharinglinks li a.digg { background: url(../images/common/social-media-icons/digg.png) no-repeat; }
ul.sharinglinks li a.delicious { background: url(../images/common/social-media-icons/delicious.png) no-repeat; }
ul.sharinglinks li a.google-bookmarks { background: url(../images/common/social-media-icons/google-bookmarks.png) no-repeat; }
ul.sharinglinks li a.email { background: url(../images/common/social-media-icons/email_link.png) no-repeat; }

ul.sharinglinks li a.closebtn 
{
	font-size: 11px;
	padding: 10px 0 0 0;
	color: #5D9732;
}

li.dropdown-menu .dropdown-menu-panel
{
	margin: 0;
	position: absolute;
	background: transparent url(../images/common/bg-dropdown.jpg) repeat-x;
	display: none;
	width: 390px;
	z-index: 10000;
}

li.dropdown-menu ul
{
	margin: 8px 0 0 0;
	padding: 10px 20px;
	_padding-bottom: 30px;
	list-style: none;
	overflow: hidden;
}

li.dropdown-menu ul li
{
	margin: 0;
	padding: 0;
	width: 170px;
	display: block;
}

ul#subnav li.dropdown-menu ul li a
{
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
	color: #000;
	background: none;
}

    ul#subnav li.dropdown-menu ul li a:hover
    {
        background: none;
    }

li.dropdown-menu .dropdown-trigger span
{
    width: 3px;
    display: inline-block;
}

#content
{
	clear: both;
}

.col
{
	width: 210px;
	overflow: hidden;
}

.two-col
{
	width: 430px;
}

.three-col
{
	width: 650px;
}
	
.content-col
{
	width: 320px;
}


.content-block
{
	margin-bottom: 30px;
	clear: both;
}

.content-block p,
.content-block li
{
	margin-right: 40px;
}

.content-block h3,
.two-col h3
{
	border-bottom: 1px dotted #CCC;
	padding-bottom: 7px;
	margin-bottom: 7px;
	
}

.content-block-border
{
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.linklist-header
{
	margin: 15px 0 15px 0;
	padding: 0;
}

.linklist-header dt,
dl.linklist-header h4,
div.linklist-header h4
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 0;
}

.linklist-header dt em,
.linklist-header dt small,
.linklist-header dd small,
.linklist-header dd em,
div.linklist-header em
{
	color: #666;
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 80%;
}

    /*.linklist-header dd em.linkarrow
    {
        display: inline;
        color: #DB0008;
        font-size: 100%;
    }*/

.linklist-header dt em
{
	margin-bottom: 2px;
}

div.linklist-header h4
{
	padding: 0;
	margin: 0 0 4px 0;
}

dl.linklist-header h4 em,
div.linklist-header h4 em
{
	line-height: 15px;
}

.linklist-header dt.image,
div.linklist-header .image
{
	float: left;
	width: 80px;
}

.linklist-header dd
{
	margin: 0;
	padding: 0 15px 0 0;
	color: #929292;	
}

.linklist-header dd ul
{
	margin: 5px 0 5px 0;
	padding: 0 0 0 15px;
	list-style-type: square;
	color: inherit;
}

.linklist-header dd ul a,
div.linklist-header
{
	text-decoration: none;
	color: #929292;
}

#bylinePush
{
	color: #999;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	height: 80px;
	margin: 30px 25px 0;
    padding: 55px 20px 0 165px;
}

#bylinePush p
{
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	color: #999;
}

#bylinePush img
{
	padding-right: 20px;
}

#liftsWithCare,
#liftsWithCare a
{
	margin: 0;
	padding: 0;
	display: block;
	width: 165px;
	height: 77px;
}

#liftsWithCare
{
	float: left;
}

#liftsWithCare a
{
	background: url(../images/common/lifts-with-care.png) no-repeat;
}

#liftsWithCare a span
{
	display: none;
}

#findLiftcenter
{
	height: 53px;
	background: url(../images/common/bg-findcenter.png) no-repeat;
	padding: 10px;	
}

#findLiftcenter input.text
{
	width: 130px;
}

#calendar
{
	margin-left: 15px;	
}

#calendar ul
{
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	background-image: url(../images/common/bg-calendar-top.png);
	background-repeat: no-repeat;
	background-color: #c4ddac;
	width: 200px;
}

#calendar li
{
	padding: 0;
}

#calendar li a
{
	color: #5e5e5e;
	font-size: 11px;
	display: block;	
	padding: 6px 10px 6px 10px
}

#calendar li a:hover
{
	background: #d5eac1;
}

#calendar li a span
{
	display: block;
	color: #7e7e7e;
}

#calendar li a span em
{
	font-style: normal;
}

#calendar div
{
	background-image: url(../images/common/bg-calendar-bottom.png);
	background-repeat: no-repeat;
	background-color: #d6f0be;
	height: 26px;
	width: 200px;
}

#calendar div a
{
	float: right;
	margin: 5px 10px 0 0;
	color: #FFF;
}

#calendar #calendarArchiveLink:hover
{
    color: #ddd;
}

#calendar .rss-feed,
#tools .rss-feed
{
	width: 12px;
	height: 12px;
	float: left;
	margin: 7px 0 0 10px;
	background: url(../images/common/ico-rss-green.png) no-repeat;	
}
    
    #tools .rss-feed
    {
        background-position: 0 2px;
        height: 15px;
        margin: 4px 20px 0 0;
        padding: 0 0 0 18px;
    }

#pushar
{
	clear: both;	
}

#pushar fieldset
{
	margin: 0;
	padding: 0;
}

#pushar fieldset label span
{
	margin: 0;
	padding: 0;
}

.footer
{
	clear: both;
	background: url(../images/common/bg-footer.png) no-repeat bottom center;
	height: 116px;
	position: relative;
	top: -10px;
}

.footer p,
.footer a	
{
	text-align: center;
	color: #929292;
}

.footer p
{
	padding-top: 35px;	
}

.footer a
{
	text-decoration: underline;	
}


/* COMMON */
.clr { clear: both; }
.float-left { float: left; }
.float-right { float: right; }
.no-margin { margin: 0; }
.no-padding { padding: 0; }
.errmsg { display: none; }
.block { display: block; }

.likogreen,
h3 a:hover,
h3,
h2,
p a,
dd a,
ul li a,
span.breadcrumb a,
.linklist-header dt,
.situation a:hover,
.situation a:hover strong,
.ui-tabs-nav li.ui-tabs-title,
.product-listing dt a:hover,
.product-listing ul a:hover,
.products-subnav ul a:hover,
#bylinePush a,
#calendar td.date,
.linklist-header a:hover,
.featured-item p a:hover,
ul#subnav li.dropdown-menu ul li a:hover,
h4 a,
.listing-table td a,
.content-block a,
dl.expanding-list dt a,
.keywords ul a:hover,
.products-subnav ul li ul em a,
a.filelink,
.accessories-list a,
.linklist-header dt a,
a.show-onhover.show-onhover-visible,
div.linklist-header h4,
div.linklist-header a,
h4.no-hits,
.floated-block a:hover strong,
a.new-search
{ 
	color: #5d9732; 
}

.tr-hover
{
	background: #c4ddac;	
}

.likored,
.featured-item p a,
p a:hover,
dd a:hover,
em.linkarrow,
.listing-table td a:hover,
.fact-box a:hover,
a.filelink:hover,
.accessories-list a:hover,
ul li a:hover
{
	color: #db0008;	
}

.p-link p a,
.p-link p a:hover
{
	color: #585858;
}


a.show-onhover
{
	color: #CCC;
	float: right;	
}

.inline-list,
.block-list
{
	margin: 0;
	padding: 0;
	list-style: none;	
}

.inline-list li
{
	display: inline;
}

.ico-zoomable
{
	width: 12px;
	height: 11px;
	position: absolute;
	background: url(../images/common/ico-zoomable.png) no-repeat;	
}

.icon
{
	display: block;
}

.icon span
{
	display: none;	
}

.margin-left
{
	margin-left: 10px;	
}

/* FORMS */

#supplierIdLabel /* spam dummy */
{
	display: none;
}

fieldset label
{
	display: block;
	clear: both;
	margin: 0 0 5px 0;
}

fieldset label span
{
	display: block;
	float: left;
	min-width: 120px;
	_width: 120px;
	padding-top: 3px;
}

.text
{
	padding: 3px;
	color: #3e3e3e;
}

#searchForm,
#searchForm .text
{
	width: 150px;	
}

.preview-value
{
	color: #CCC;
}


fieldset label.textarea-label
{
}

fieldset label.textarea-label span
{
	clear: both;
	float: none;
}

fieldset label.textarea-label textarea
{
	height: 120px;
	width: 300px;
}

.xforms-form td label
{
	display: block;
	float: none;
	margin-bottom: 3px;
}

	.xforms-form td fieldset label
	{
		display: inline;		
	}
	
	.xforms-form td fieldset input.info-checkbox
	{
		display: inline;
		margin: 6px 5px 0 0;
	}
	
/* Location root */	

#wrapper.location-root
{
	background-image: url(../images/blue/bg-wrapper-location-root.png);
}

#wrapper.location-root h2
{
	margin: 25px 0 10px 0;
}

#wrapper.location-root #content
{
	padding: 10px 40px 40px 40px;
	min-height: 500px;
}

#wrapper.location-root .main-intro
{
	margin: 0 30px 30px 0;
	width: 530px;
}

#wrapper.location-root img.landing-page
{
	margin: 25px 0 0 0;
}

#wrapper.location-root .product-category-list
{
	list-style: none;
	margin: 40px 0;
	padding: 0;
	overflow: hidden;
}

	#wrapper.location-root .product-category-list li
	{
		font-size: 11px;
		float: left;
		margin: 0 8px 20px 0;
	}
	
	#wrapper.location-root .product-category-list li .text-container
	{
		margin-left: 6px;
		width: 145px;
	}
	
	#wrapper.location-root .product-category-list li .text-container a,
	#wrapper.location-root .product-category-list li .text-container a:visited
	{
		color: #585858;
		text-decoration: none;
	}
	
#wrapper.location-root .footer
{
	padding: 10px 30px;
}
