﻿@font-face {
	font-family: 'Univers LT Std 55';
	src: url('/css/webfonts/universltstd-webfont.eot');
	src: local('☺'), url('/css/webfonts/universltstd-webfont.woff') format('woff'), url('/css/webfonts/universltstd-webfont.ttf') format('truetype'), url('/css/webfonts/universltstd-webfont.svg#webfontghb6qkq0') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Univers LT Std 45 Light';
	src: url('/css/webfonts/universltstd-45-lightwebfont.eot');
	src: local('☺'), url('/css/webfonts/universltstd-45-lightwebfont.woff') format('woff'), url('/css/webfonts/universltstd-45-lightwebfont.ttf') format('truetype'), url('/css/webfonts/universltstd-45-lightwebfont.svg#webfontghb6qkq0') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
@font-face {
    font-family: 'SausRegular';
    src: url('/css/webfonts/theater-webfont.eot');
    src: url('/css/webfonts/theater-webfont.eot?iefix') format('eot'),
         url('/css/webfonts/theater-webfont.woff') format('woff'),
         url('/css/webfonts/theater-webfont.ttf') format('truetype'),
         url('/css/webfonts/theater-webfont.svg#webfontW14OkThn') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

body, html 
{
	height:100%;
}

#frame 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto -37px;
	position:relative;
	z-index:2;
}

#bg 
{
    position:fixed;
    width:100%;
    z-index:1;
}
    .bg-inner 
    {
        position:relative;
        z-index:2;
    }
        .bg-quote 
        {
            position:absolute;
            z-index:6;  
        }
        .bg-dots 
        {
            background:url("/images/design/bg-dots.png") repeat scroll 0 0 transparent;
            height:100%;
            position:absolute;
            z-index:5;        
        }
        .bg-image 
        {
            position:absolute;
            z-index:5;
        }        
    
/* Put <div class='push'>&#160;</div> inside #frame and #footer outside #frame to create a footer 
   that is positioned at the bottom of the screen at any time. */
#footer 
{
    position:relative;
    z-index:3;    
    clear:both;
}
	#footer *, #footer a, #footer a:visited, #footer a:active 
	{
		color:rgba(255,255,255,0.5) !important;
		text-transform:uppercase;
		text-shadow:rgba(0,0,0,0.25) 1px 1px 1px;
		font-size:10px;
	}
	    .ie7 #footer *, .ie8 #footer *
	    {
	        color:#c6c6c6;
	    }
	    .ie7 #footer a:hover, .ie8 #footer a:hover
	    {
	        color:#fff;
	    }
	
	#footer a:hover
	{  
	    color:rgba(255,255,255,0.9) !important;
	    text-decoration:none;
	}
	#footer, .push {
		height:7px;
		padding:15px 18px 15px 189px;
	} 
	    .ie7 #footer, .ie7 .push 
	    {
	        padding:0;
	        margin:15px 48px 15px 189px;
	    }
	.created-by 
	{
	    float:right;
	}
	    .created-by, .created-by * 
	    {
	        font-size:8px !important;	        
	    }
	.copyright 
	{
	    float:left;
	}


/* OTHER CLASSES */
.clickable
{
	cursor:hand;
	cursor:pointer;
}

a.no_decoration_link, a.no_decoration_link:link, a.no_decoration_link:active, a.no_decoration_link:visited, a.no_decoration_link:hover
{
	border:0px;
	text-decoration:none;
}

.clearer
{
	content: ".";
	display: block;
	height: 0px;
	width: 0px;
	clear: both;
	visibility: hidden;
}

/* Site */
.menu-top-container
{
    height:60px;
    font-size:16px;
    background:url(/images/design/filler-bg.png) repeat-x;       
    min-width:757px;
}
    .menu-top 
    {
        float:left;    
        width:100%;   
    }
    .menu-top li 
    {
        display:block;
        float:left;
        background:url(/images/design/menu-top-bg-left.png) left top no-repeat;
        height:60px;
    }
    .menu-top a 
    {
        display:block;
        height:16px;
        padding:22px 28px;
        /*background:url(/images/design/menu-top-bg-right.png) right top no-repeat;*/
        color:#b4b3b3;
    }
        .menu-top a:hover, .menu-top a.active, .menu-top a.inactive:hover
        {
            color:#fffefe;
            text-shadow:1px 1px 1px rgba(0,0,0,0.75);
            text-decoration:none;
        }
        .menu-top a.active, .menu-top a.inactive:hover
        {
            background:url(/images/design/menu-top-bg.gif) no-repeat !important;
        }
        
        /* 2nd level of menu top */
        .menu-top-level2
        {
            background:url(/images/design/menu-top-level2-bg-repeat.gif) repeat-x;
            display:none;
            left:0;
            margin-left:190px;
            position:absolute;
            width:100%;
            height:0;
            z-index:1;
        }
            .menu-top-level2-active, .menu-top-level2-product-active
            {
                display:block;
                overflow:hidden;
                height:60px;
            }
            .menu-top-level2 li 
            {
                float:left;
                background:url(/images/design/menu-top-level2-bg.gif) no-repeat;
            }
                .menu-top-level2 a 
                {
                    font-size:13px;
                    padding: 18px 28px 15px;
                    display:block;
                }
                    .menu-top-level2 a:hover, .menu-top-level2 a.active, .menu-top-level2 a.inactive:hover 
                    {
                        background:url(/images/design/menu-top-level2-selected-bg.gif) no-repeat !important;
                    }
                    
      /* Product-menu */
      .menu-top-product-active, .menu-top-product-inactive:hover
      {
          background:url(/images/design/menu-top-product-active.gif) no-repeat;
          color:#fffefe !important;
          text-decoration:none;
          text-shadow:1px 1px 1px rgba(0,0,0,0.75);
      }
        .menu-top-level2-product-active 
        {
            background:url(/images/design/menu-top-product-level2-active-bg.jpg) repeat-x;
            left:0;
            margin-left:190px;
            position:absolute;
            width:100%; 
            height:140px;           
        }
        .menu-top-level2-product-active a 
        {
            font-size:12px;
            text-align:center;
            padding:30px 23px 15px 23px;
            height:auto;
            width:103px;
            height:95px;     
            color:#cfcfcf !important;    
            display:block;
        }
        .menu-top-level2-product-active a:hover, .menu-top-level2-product-active a.active
        {
            background:url(/images/design/menu-top-product-level2-active.jpg) no-repeat !important;  
            color:#fffefe !important;           
        }       
        .menu-top-level2-product-active a.inactive:hover  
        {
            background:url(/images/design/menu-top-product-level2-active.jpg) no-repeat !important;  
        }
        
        .menu-top-level2-product-active a span 
        {
            display:block;
            clear:both;
            margin-top:20px;
        }
    .menu-top-level2-product-active li 
    {
        background:url(/images/design/menu-top-product-level2-inactive.jpg) left top no-repeat;
        height:auto;
        -moz-border-radius:3px;
        border-radius:3px;
        -webkit-border-radius: 3px;
    }
     
    .logo 
    {
        background:none;
    }
        .logo a 
        {
            padding:0;
            background:none;
            height:auto;
        }
        
.middle 
{
   position:relative;
   float:left;
   padding-bottom:15px;
   z-index:10;
}

    .middle-collection 
    {
        margin-left: 190px;
        margin-top: 155px;
    }
        .collection-list 
        {
            float:left;
        }
        .collection-list li
        {
            display:inline-block;
            width:148px;
            height:167px;
            margin:0 1px 1px 0;
            float:left;
            overflow:hidden;
        }
            .popup-parent 
            {
                display:block;
                width:148px;
                height:167px;
                position:relative;
            }   
                
                .popup-parent img 
                {
                    position:relative;
                    z-index:100;
                }     
                .popup-overlay 
                {
                    background:url(/images/design/popup-overlay-bg.png) 0 0 no-repeat;
                    position:absolute;
                    left:0;
                    top:0;
                    z-index:200;
                    display:none;
                    width:148px;
                    height:167px;
                }
                
                /* memo actions */
                .memo-action-disabled 
                {
                   display:none; 
                }
                .memo-add, .memo-remove, .memo-remove-thumb
                {
                    position:absolute;
                    right:1px;
                    top:12px;
                    width:56px;
                    height:27px;
                    background:url(/images/design/memo-action.png) -56px 0px no-repeat;
                    text-indent:-9999px;
                    cursor:pointer;
                    cursor:hand;
                    z-index:1000;
                }
                    .memo-add:hover 
                    {
                        background-position:-56px -27px;
                    }
                .memo-remove, .memo-remove-thumb
                {
                    background:url(/images/design/memo-action.png) 0px 0px no-repeat;               
                }
                    .memo-remove:hover, .memo-remove-thumb:hover
                    {
                        background-position:0px -27px;
                    }
                
        .collection-header 
        {
            width:394px !important;
            height:115px !important;
            padding:26px;
            background:url(/images/design/collection-header-bg.png) -2px 0 no-repeat;
        }
            .collection-header h1 
            {
                font-family:'Univers LT Std 45 Light', Arial;
                font-size:40px;
                color:#d0cfcf;
                text-shadow:rgba(0,0,0,0.60) 1px 1px 1px;
                margin:0 0 10px 0;
                font-weight:normal;
                line-height:100%;
            }
            .collection-header p 
            {
                font-size:12px;
                color:#d0cfcf;
                line-height:150%;
                text-shadow:rgba(0,0,0,0.60) 1px 1px 1px;
            }

/* Popupfunctionality connected to product and collection */
#popup-box
{
    position:absolute;
    display:none;
    z-index:500;
    width:197px;
    height:211px;
    background:url(/images/design/popup-bg.png) no-repeat;
    overflow:hidden;
}
    .popup 
    {
        display:none;
    }
        .popup-inner 
        {
            position:relative;
            margin:2px;
            width:193px;
            height:207px;
            z-index:501;
            overflow:hidden;
        }
        .popup-inner img 
        {
            position:absolute;
            left:21px;
            top:22px;
        }
        .product-title-box
        {
            position:absolute;
            bottom:0;
            width:193px;
            height:207px;
            background:url(/images/design/popup-text-bg.png) 0 134px no-repeat;
            z-index:502;
        }
            .product-title-box a 
            {
                background:url(/images/design/popup-text-arrow.png) 171px 161px no-repeat;
                height: 47px;
                width: 178px;
                color: #2D2E2E;
                display: block;
                font-size: 16px;
                padding-left: 15px;
                padding-top: 160px;
                width:178px;
                height:48px;
            }
                .product-title-box a span 
                {
                    display:block;
                    font-size:11px;
                    font-style:italic;
                    color:#636363;
                    padding-top:1px;
                }
            .product-title-box a:hover, .product-title-box a:hover span 
            {
                text-decoration:none;
            }
            
/* product */
.product-outer 
{
    clear:both;
}
    .product 
    {
        width:688px;
        padding:28px;
        background:#fff;
    }
        .product h1 
        {
            margin-bottom:20px;
            font-size:25px;
        }
        .product h1 span 
        {
            font-size:12px;
            font-style:italic;
        }
        
        .product .memo-add, .product .memo-remove 
        {
            position:inherit !important;
            float:right;
            right:11px;
            left:auto !important;
        }
        
        .product .abstract 
        {
            padding-bottom:1em;
            border-bottom:1px solid #e4e4e4;
            margin-bottom:1em;
            font-family:Helvetica, Arial;
        }
        .product .left 
        {
            width:328px;
            float:left;
        }
        .product .right 
        {
            float: left;
            margin-left: 13px;
            text-align: center;
            width: 343px;
            height:300px;
            overflow:hidden;
            position:relative;
        }
            .gallery-button-zoom 
            {
                display:block;
                width:291px;
                height:300px;
                overflow:hidden;
                position:relative;
                margin-left: 50px;
            }
                .gallery-teaser-zoom
                {
                    position:absolute;
                    z-index:1;
                    left:0;
                    top:0;
                }
                .product-zoom-icon
                {
                    position:absolute;
                    top:210px;
                    right:0;
                    z-index:2;
                    text-indent:-9999px;
                    background:url(/images/design/product-zoom-icon.png) no-repeat;
                    width:20px;
                    height:50px;   
                }
                    .product-zoom-icon-over 
                    {
                        background-position:0 -50px;
                    }
            .gallery-teaser, .gallery-teaser-disabled
            {
                position:relative;
                z-index:1;
            }
            .gallery-button  
            {
                background:url(/images/design/gallery-button.png) no-repeat;
                width:343px;
                height:303px;
                position:absolute;
                z-index:2;
                left:0;
                top:0;
                text-indent:-9999px;
            }            
            .gallery-box 
            {
                background:#fff;
                position:fixed;
                z-index:1000;
                left:0;
                top:0;
                display:none;
                height:0;
                overflow:hidden;
            }
                .gallery-box div.credit-box 
                {
                    position:absolute;
                    z-index:2;
                    border-bottom:3px solid #4c4c4c;
                    border-top: 3px solid #4c4c4c;    
                    left:35px;
                    top:0;
                }
                    .gallery-logo 
                    {
                        margin-top:13px;
                    }
                    .gallery-footer 
                    {
                        bottom: 5px;
                        position: absolute;
                        width: 100%;
                        z-index:3;
                    }
	                    .gallery-footer *
	                    {
		                    color:rgba(255,255,255,0.5) !important;
		                    text-transform:uppercase;
		                    text-shadow:rgba(0,0,0,0.25) 1px 1px 1px;
		                    font-size:10px;
	                    }
	                    .gallery-footer a:hover 
	                    {
	                        color:rgba(255,255,255,0.9) !important;
	                        text-decoration:none;
	                    }        
	                    .gallery-footer .copyright 
	                    {
	                        padding-left:8px;
	                    }        
	                    .gallery-arrow-left, .gallery-arrow-right 
	                    {
	                        position:absolute;
	                        left:0;
	                        top:50%;
	                        margin-top:-75px;
	                        cursor:pointer;
	                        cursor:hand;
	                        width:100px;
	                        height:150px;
	                        z-index:4;
	                        background:url(/images/design/gallery-arrow-left.png) no-repeat;
	                    } 
	                    .gallery-arrow-right 
	                    {
	                        left:auto;
	                        right:0;
	                        background:url(/images/design/gallery-arrow-right.png) no-repeat;
	                    }
	                    .gallery-show-menu 
	                    {
	                        position:absolute;
	                        right:0;
	                        top:18px;
	                        padding:10px 26px 10px 10px;
		                    color:#4c4c4c !important;
		                    text-shadow:rgba(0,0,0,0.25) 1px 1px 1px;
	                        background:url(/images/design/gallery-show-menu-arrows.png) right center no-repeat;
	                        display:block;
	                        outline-style:none;
	                    }
	                        .gallery-show-menu:hover 
	                        {
		                        color:#000 !important;
		                        text-shadow:rgba(0,0,0,0.25) 1px 1px 1px;
	                            text-decoration:none;
	                        }  
	                    .gallery-zoom-clickthrough 
	                    {
	                        position:absolute;
	                        display:block;
	                        outline-style:none;
	                    }
	                        .gallery-zoom-clickthrough:hover 
	                        {
	                            text-decoration:none;
	                        }
	                        
                .gallery-box ul 
                {
                    display:block;
                    position:relative;
                    z-index:1;
                }
                .gallery-box li 
                {
                    display:inline-block;
                    width:100%;
                    position:absolute;
                }
            
        .related .title 
        {
            font-size:16px;
        }
        
        .related-links 
        {
            display:inline-block;
            margin-left:-30px;
        }
            .related-links li 
            {
                display:inline-block;
                float:left;
            }
            .related-links a 
            {
                border-bottom: 1px dotted #D5D5D5;
                color: #A1A1A1;
                display: block;
                font-family: Helvetica;
                font-size: 12px;
                font-weight: bold;
                height: 15px;
                margin-left: 30px;
                overflow: hidden;
                padding: 3px 0 4px;
                white-space: nowrap;
                width: 149px;
            }
                .related-links a:hover 
                {
                    color:#542750;
                    text-decoration:none;
                    background:url(/images/design/product-related-arrow.gif) right center no-repeat;
                }
                /*
                .related-links li:nth-last-child(-n+2) a
                {
                    border-bottom:none;
                }
                */
    .subload 
    {
        background:url(/images/design/product-subload-bg.gif) #f3f3f3 no-repeat;
        overflow:hidden;
    }
        .subload-white 
        {
            background:url(/images/design/product-subload-bg-white.gif) center top no-repeat #fff !important;
        }
        .subload .doc-list-textile, .subload .doc-designer, .subload .doc-outer, .subload .product
        {
            background:none !important;
        }
        .subload .header-top, .subload .header-bottom, .subload .doc-list-header 
        {
            display:none;
        }
        .subload .doc-list-outer 
        {
            padding-top:0 !important;
        }
    
    /* images that can be downloaded */    
    .hidden 
    {
        display:none;
    }
    
    .download-links-outer
    {
        float:left;
        padding:28px;
    }
        .download-links-outer h1 
        {
            font-family:'Univers LT Std 45 Light', Arial;
            font-size:25px;
            color:#171818;
            margin:0 0 10px 0;
            font-weight:normal;
            line-height:100%;
        }
        .download-links 
        {
            display: block;
            float: left;
            margin-right: -15px;
            width: 703px;
        }
            .download-links li 
            {
                display: inline-block;
                float: left;
                margin-bottom: 30px;
                padding: 11px;
                width: 150px;
                height:170px;
            }
            .download-links a 
            {
                background:url(/images/design/arrow-right.gif) left center no-repeat;                
                display:block;
                color:#4e4e4e;
                font-family:Helvetica, Arial;
                font-size:12px;
                padding-left:9px;
            }
            .download-links .img 
            {
                padding:0 !important;
                background:none !important;
                margin-bottom:13px;
                display:block;
                width:130px;
                height:130px;
                text-align:center;
            }
            .download-links a:hover 
            {
                color:#5f355b;
                text-decoration:none;
            }
    
/* wraps all doc elements to create necessary spacing to top */
.middle-doc
{
    margin-left: 190px;
    margin-top: 155px;
}
    
    /* doc-list-textile as stand alone and embed in product view */
    .doc-list-textile 
    {
        width:684px;
        padding:30px;
        background:#fff;
        float:left;
    }
    .doc-list-textile li 
    {
        float:left;
        display:inline-block;
        width:148px;
        height:120px;
        margin-left:30px;
        margin-bottom:10px;
    }
        div.show-all 
        {
            margin-left: 30px;
            position: relative;
            top: -20px;
        }
        .doc-list-textile li.first-in-row
        {
            margin-left:0;
        }
        .doc-list-textile img 
        {
            margin-bottom:8px;
        }
        .doc-list-textile div 
        {
            font-size:12px;
        }
        .doc-list-textile a
        {
            display:block;
        }
        .doc-list-textile a:hover, .doc-list-textile a:hover *
        {
            text-decoration:none;
            color:#0b0b0b;
        }
        
.doc-list-outer 
{
    clear:both;
}
    .doc-list 
    {
        width:744px;
        background:#fff;    
    }
        /* Header */
        .doc-list-header 
        {
            position:relative;
            width:744px;
        }
            .header-bg 
            {
                height: 100%;
                left: 0;
                margin-left: -2px;
                position: absolute;
                top: 0;
                width: 750px;
                z-index: 1;
            }
            .header-top, .header-bottom 
            {
                margin-left:-2px;
            }
                div.header-bottom 
                {
                    background:url(/images/design/list-header-generic-bottom.png) left top no-repeat;
                    width:750px;
                    height:5px;
                    line-height:5px;
                    font-size:5px;
                }
            .header-text 
            {
                padding-bottom: 20px;
                padding-left: 28px;
                padding-top: 20px;
                position: relative;
                z-index: 2;
            }
            .header-text h1 
            {
                width: 567px;
                font-family:'Univers LT Std 45 Light', Arial;
                font-size:40px;
                color:#d0cfcf;
                margin:0 0 10px 0;
                font-weight:normal;
                line-height:45px;                   
                text-shadow:rgba(0,0,0,0.60) 1px 1px 1px;             
            }
            .header-text p 
            {
                font-size:13px;
                color:#d0cfcf;
                line-height:150%;
                width:567px;
                text-shadow:rgba(0,0,0,0.60) 1px 1px 1px;
                
            }            
            
        .doc-list .doc-item 
        {
            background:url(/images/design/doc-item-bg.gif) repeat-x;
            padding:28px;
			padding-top:23px;
			padding-bottom:0px;
        }
            .doc-list .doc-item a 
            {
                display:block;
            }
            .doc-list-img 
            {
                float:right;
                margin-left:30px;
				margin-bottom:28px;
                border:1px solid #ececea;
            }
        .doc-item-first 
        {
            padding:0 28px 28px 28px;
        }
        .doc-item a .abstract
        {
            color: #717171 !important;
            font-family:Helvetica, Arial;
            font-size: 12px;
            line-height: 150%;
        }
            .doc-item a:hover .abstract
            {
                color:#343739 !important;
            }
            .doc-item a:hover .doc-list-img 
            {
                border-color:#cfcfcf;
            }   
        .doc-item .date 
        {
            display:block;
            margin-bottom: 12px;
            margin-top: -13px;
            color:#797979;
            font-style:italic;
            font-size:11px;
            font-family:Verdana;
        }     
        .doc-item a .h2 
        {
            display:block;
            color:#343739;
            font-size:16px;
        }  
        .doc-item a:hover, .doc-item a:hover * 
        {
            text-decoration:none;
        }
        .doc-item a:hover .h2 
        {
            color:#542750;
        }
        
.doc-list-catalogue 
{
    width:684px;
    padding:30px;
    background:#fff;
    float:left;    
}   
    .doc-list-catalogue .doc-item 
    {
        float:left;
        width:148px;
        margin-left:30px;
    }     
        .doc-list-catalogue img
        {
            margin-bottom:13px;
        }
        .doc-list-catalogue a 
        {
            font-size:12px;
        }
            .doc-list-catalogue .title 
            {
                font-weight:bold;
                font-size:12px;
            }
        .doc-list-catalogue .h2 
        {
            font-size:12px !important;
            font-family:Arial !important;
            display:block;
            font-weight:normal !important;
        }
        .doc-list-catalogue-margin 
        {
            margin-left:-30px;
        }
        .doc-list-catalogue .doc-item-first 
        {
            padding:0 !important;
        }
        
.doc-outer 
{
    
}        
.doc-designer-outer 
{
    clear:both;
}
    .doc-designer 
    {
        width:688px;
        padding:28px;
        background:#fff;
    }
    .doc-designer h1 
    {
        margin-bottom:20px;
        font-size:25px;
    }
    .doc-designer h2
    {
        margin-bottom:20px;
        font-size:16px;
        font-family:'Univers LT Std 45 Light', Arial;
    }    
    .doc-designer .abstract 
    {
        padding-bottom:1em;
        border-bottom:1px solid #e4e4e4;
        margin-bottom:1em;
        font-size:12px;
        font-family:Helvetica, Arial;
    }
    .doc-designer .left 
    {
        width:328px;
        float:left;
    }
    .doc-designer .right 
    {
        margin-left: 33px;
        width: 323px;        
        float: left;
        text-align: center;
        position:relative;
        margin-top:-34px;
    }
    .models 
    {
        display:block;
        float:left;
        width:328px;
    }
        .models li 
        {
            display:inline-block;
        }
        .models a 
        {
            display:block;
            color:#4e4e4e;
        }
        
.memo 
{
    width:176px;
}
    .memo-link 
    {
        display:block;
        height:33px;
        padding:0 !important;
        cursor:pointer;
        cursor:hand;
    }
        .memo-link:hover .memo-left
        {
            color:#fff;
        }
        .memo-link:hover .memo-right 
        {
            color:#c7b662;
        }
    .memo-left 
    {
        background:url(/images/design/memo-left.png) no-repeat;
        width:96px;
        height:25px;
        margin-top:16px;
        margin-bottom:8x;
        margin-left:22px;
        padding-left:29px;
        padding-top:8px;
        color:#b8b8b8;
        text-shadow:#0d0d0d 1px 1px 1px;
        font-size:13px;
        float:left;
        display:block;
    }
    .memo-right 
    {
        background:url(/images/design/memo-right.png) no-repeat;
        float:left;
        color:#8a792e;
        text-shadow:#0d0d0d 1px 1px 1px;
        font-size:13px;
        text-align:center;
        width:29px;
        margin-top:16px;
        height:25px;
        padding-top:8px;
        display:block;
    }
    
.memo-list 
{
    padding-top:0;
}
    .memo-list .collection-list 
    {
        width:745px;
    }
    
.memo-button-box 
{
    float:right;
    border-left:1px dotted #494949;
    padding-right:40px;
    margin-bottom: 17px;
    margin-top: 6px;
    padding-bottom: 5px;
    padding-left: 42px;
    padding-top: 5px;    
    height:99px;
}
    .memo-bt-list 
    {
        background:url(/images/design/memo-bt-list.png) 0 -48px;
        width:66px;
        height:48px;
        display:block;
        outline-style:none;
        text-indent:-9999px;
        margin-bottom:3px;
    }
        .memo-bt-list:hover, .memo-bt-list-active
        {
            background-position:0 0;
        }

    .memo-bt-thumb 
    {
        background:url(/images/design/memo-bt-thumb.png) 0 -48px;
        width:66px;
        height:48px;
        display:block;
        outline-style:none;
        text-indent:-9999px;
    }
        .memo-bt-thumb:hover, .memo-bt-thumb-active
        {
            background-position:0 0;
        }
    .memo-doc-list 
    {
        width:744px;
    }
        .memo-doc-list li 
        {
            display:inline-block;
            background:url(/images/design/doc-item-bg.gif) left bottom repeat-x #fff;
            padding:28px;
            margin:0; 
            float:left;
            width:688px;
        }
            .memo-doc-list li.last 
            {
                background:#fff;
            }
            .memo-doc-list h1, .memo-doc-list h1 a
            {
	            font-family: 'Univers LT Std 45 Light', Arial;
                font-size:16px;
                color:#2d2e2e !important;
                margin-bottom:0;
            }
            .memo-doc-list .designer 
            {
                color: #636363;
                display: block;
                font-size: 12px;
                font-style: italic;
                padding-top: 1px;                
            }
            .memo-doc-list .abstract 
            {
                color: #343739;
                font-family: Helvetica,Arial;
                font-size: 12px;
                line-height: 150%;     
                margin-top:1em;      
            }
            
        .memo-list-item-inner 
        {
            float:left;
            width:480px;
        }
        .memo-list-image 
        {
            float:left;
            margin:-27px 40px -7px 20px;
        }
        .memo-remove-list 
        {
            float:right;
            width:56px;
            height:27px;
            text-indent:-9999px;
            cursor:pointer;
            cursor:hand;
            z-index:1000;
            background:url(/images/design/memo-action.png) 0px 0px no-repeat;  
            margin-right:2px;                
        }
            .memo-remove-list:hover 
            {
                background-position:0px -27px;
            }  
            
    .bt-pdf-generator 
    {
        margin-top:14px;
    }
    div.header-bottom-generator 
    {
        background-position:left 3px !important;
        margin-top:-3px !important;
    }    
    
    .generator 
    {
        overflow:hidden;
        width:749px;
        margin-left:-2px;
        margin-right:-4px;
        background:url(/images/design/generator-bg.png) no-repeat;
        margin-top:-3px;
        display:none;
    }
        .generator-inner 
        {
            padding:28px 28px 28px 31px;
        }
        .generator-inner .label 
        {
            float:left;
            width:210px;
            height:21px;
            padding-top:7px;
            color: #848484;
            font-size: 13px;
            font-family:Helvetica, Arial;
            font-weight: bold;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        }
        .generator-inner .field-box 
        {
            margin-bottom:9px;
        }
        .generator h2 
        {
            display:block;
            color:#fffefe;
            font-size:28px;     
            font-family: 'Univers LT Std 45 Light', Arial;    
            font-weight:normal;   
            margin-bottom:15px;
        }
        .generator .abstract 
        {
            color: #D0CFCF;
            font-size: 13px;
            line-height: 150%;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);    
            margin-bottom:15px;        
        }
        
        .layout 
        {
            padding-top:8px;
        }
        .layout img 
        {
            border:3px solid #383839;
            margin-right:10px;
            margin-bottom:10px;
        }
        .layout a.last img 
        {
            margin-right:0;
        }
        .layout a:hover img 
        {
            border:3px solid #67686a;
        }
        .layout a.active img 
        {
            border:3px solid #cdcdcd !important;
        }
    
.language-selector 
{
    float:right !important;
    background:none !important;
    height:35px !important;
    margin-top:16px;
    margin-right:3px;
}    
    .language-selector a.en, .language-selector a.no
    {
        display:block;
        width:85px;
        height:33px;
        background:url(/images/design/helland-language.png) no-repeat;
        padding:0;
        height:33px;
        text-indent:-9999px;
    }
        .language-selector a.no 
        {
            background-position:0 -33px;
        }
            .language-selector a.no:hover 
            {
                background-position:0 0;
            }
        .language-selector a.en:hover 
        {
            background-position:0 -33px;
        }
.tooltip 
{
    position: absolute;
    width: 140px;    
    z-index:1001;
    display:none;
}
    .tooltip-memo-remove-no
    {
        background:url(/images/design/memo-hint-remove.png) left top no-repeat;
    }
    .tooltip-memo-remove-en
    {
        background:url(/images/design/memo-hint-remove.png) left -36px no-repeat;
    }    
    .tooltip-memo-add-no
    {
        background:url(/images/design/memo-hint-add.png) left top no-repeat;
    }
    .tooltip-memo-add-en
    {
        background:url(/images/design/memo-hint-add.png) left -36px no-repeat;
    }      
    
/* Generic button */
.bt-generic 
{
    display:inline-block;
    height:16px;
    padding:7px 8px 7px;
    width:171px;
    font-family:Helvetica, Arial;
    font-size:12px;
    font-weight:bold;
    color:#848484 !important;
    text-shadow:rgba(0,0,0,0.5) 1px 1px 1px;
    background:url(/images/design/bt-generic.png) no-repeat;
    margin-right:20px;
}
    .bt-generic:hover 
    {
        background-position:0 -30px;
        color:#9e9e9e !important;
        text-decoration:none;
    }
    .bt-download-pdf 
    {
        margin-left:-10px;
    }
    .bt-ajax-sending 
    {
        display:inline-block;
        height:16px;
        padding:7px 8px 7px;
        width:171px;
        font-family:Helvetica, Arial;
        font-size:12px;
        font-weight:bold;
        color:#848484;
        text-shadow:rgba(0,0,0,0.5) 1px 1px 1px;
        margin-right:20px;        
        background:url(/images/design/ajax_loader.gif) left middle no-repeat !important;
        padding-left:20px;
        text-indent:0;
    }
    
/* Normal custom text box */
    .cust-text-container 
    {
        position:relative;
        display:inline-block;
        height:28px;
        margin-bottom:4px;
        z-index:1;
    }
        .cust-text-container div
        {
            float:left;
        }  
        .cust-text-container .start 
        {
            width:5px;
            height:28px;
            background:url(/images/custom-form-elements/cust_text_start.png) 0 0 no-repeat;
        }
        .cust-text-container .mid 
        {
			background:url("/images/custom-form-elements/cust_text_bg.png") repeat-x scroll 0 0 transparent;
			height:21px;
			padding-left:3px;
			padding-top:7px;
        }    
            .cust-text-container .mid input
            {
                border:none;
                padding:0;
                margin:0;
                background:none;
                height:17px;
                font-size:12px;
                font-family:Arial;
                color:#848484;
                outline-style:none; 
                text-shadow:rgba(0,0,0,0.5) 1px 1px 1px;
            }        
        .cust-text-container .end 
        {
            width:5px;
            height:28px;
            background:url(/images/custom-form-elements/cust_text_end.png) 0 0 no-repeat;
        }
        
        /* focus */
        .cust-text-container-focus .mid
        {
            background:url(/images/custom-form-elements/cust_text_bg.png) 0 -28px repeat-x;
        }
        .cust-text-container-focus .start
        {
            background:url(/images/custom-form-elements/cust_text_start.png) 0 -28px repeat-x;
        } 
        .cust-text-container-focus .end
        {
            background:url(/images/custom-form-elements/cust_text_end.png) 0 -28px repeat-x;
        }    
        .cust-text-container-focus input 
        {
            color:#9b9a9b !important;
        }
        
        
/* Helper classes */
.margin-0 
{
    margin:0 !important;
}

.measurement-content
{
	padding:30px;
}
	.measurement-content table td
	{
		padding-bottom:3px;
		padding-top:3px;
		
		border-bottom:1px solid #cccccc;
	}
	.measurement-content table
	{
		font-size:12px;
		font-family:Helvetica;
	}
	.measurement-content table th
	{
		font-size:11px;
		color:#A1A1A1;
		font-family:Helvetica;
		padding-left:5px;
		padding-right:5px;
		width:90px;
		overflow:hidden;
		text-align:center;
		vertical-align:top;

	}
	.measurement-content td.center
	{
		text-align:center;
		font-size:12px;
		font-family:Helvetica;
	}


.gallery-memo-add, .gallery-memo-remove, .gallery-memo-remove-thumb
{
	position:absolute;
	bottom:26px;
	width:56px;
	height:27px;
	background:url(/images/design/memo-action.png) -56px 0px no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	cursor:hand;
	z-index:1000;
	display:block;
}
	.gallery-memo-add:hover 
	{
		background-position:-56px -27px;
	}
.gallery-memo-remove, .gallery-memo-remove-thumb
{
	background:url(/images/design/memo-action.png) 0px 0px no-repeat;               
}
	.gallery-memo-remove:hover, .gallery-memo-remove-thumb:hover
	{
		background-position:0px -27px;
	}

.gallery-memo-action-disabled 
{
   display:none; 
}

.variants
{
	padding-top:15px;
}
.variants-title
{
	font-family:'Univers LT Std 45 Light',Arial;
	font-size:14px;
	color:#171818;
	line-height:20px;
}

.variants .variant
{
	display:inline-block;
	float:left;
	width:65px;
	height:65px;
	background-position:center center;
	background-repeat:no-repeat;
	margin:5px;
	
}

	.start-arrow-left, .start-arrow-right 
	{
		position:absolute;
		left:0;
		top:55%;
		margin-top:-75px;
		cursor:pointer;
		cursor:hand;
		width:100px;
		height:150px;
		z-index:100;
		background:url(/images/start_arrow_left.png) no-repeat;
	} 
	.start-arrow-right 
	{
		left:auto;
		right:0;
		background:url(/images/start_arrow_right.png) no-repeat;
	}

	.start-inner 
    {
        position:relative;
        z-index:2;
    }

		.start-more-information, .start-more-information:link, .start-more-information:hover, .start-more-information:active, .start-more-information:visited
		{
			background-image: url("../images/more_information_bg.png");
			background-repeat:no-repeat;
			background-position: left center;
			height:30px;
			padding: 10px 0px 0px 25px;
			font-family: 'Univers LT Std 55', Arial, Sans-Serif;
			text-transform: uppercase;
			color:#fff;
			display:block;
			text-decoration:none;
			text-shadow: 1px 1px 1px #9ca0a3;
		}
        .start-quote 
        {
            position:absolute;
            z-index:6;  
			display:inline;
        }
        
        .bg-image 
        {
            position:absolute;
            z-index:5;
        }  
