/*
 * reset 
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    }
/* remember to define focus styles! */
:focus {
    outline: 0;
    }
body {
    line-height: 1;
    color: black;
    background: white;
    }
ul {
    list-style: none;
    }
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    }
caption, th, td {
    text-align: left;
    font-weight: normal;
    }
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    }
blockquote, q {
    quotes: "" "";
    }
    

body{
    background-color: #eaeaea;
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
    background-color: #ffffff;
    background-image: url('/files/layout/bg.jpg');
    background-repeat: repeat-x;
    background-position: top;
}

#header{
    height: 128px;
    background-image: url('/files/layout/logo.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
}

#header a.homeUrl{
    display: block;
    position: absolute;
    top: 15px;
    left:30px;
    width: 240px;
    height: 60px;
}

#header #search .search-input-box{
    position: absolute;
    top: 20px;
    right: 44px;
    width: 179px;
    height: 30px;
    background: transparent;
    background-image: url('/files/layout/search_box.jpg');
    background-repeat: no-repeat;
    border: 0px;
    padding: 0 0 0 30px;
}

#header #search .search-input-box{
    padding-top: 7px\9 /* all versions IE hack */
}

#header #search .search-input-button{
    position: absolute;
    top: 24px;
    right: 17px;
    background-image: url('/files/layout/search_button.jpg');
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    border: 0px;
    cursor: pointer;
}

#header #header-menu{
    position: absolute;
    bottom: 41px;
    right: 0px;
    width: 600px;
    text-align: right;
    color: #d0d0d0;
    font-weight: bold;
    font-size: 14px;
}

#header #header-menu > a{
   color: #333333;
   text-decoration: none;
   padding: 0 10px;
}

#header #header-menu > a:hover{
    color: #d97b40;
}
 
#container{
   width: 990px;
   margin: 0 auto;
}

#footer-info{
    background-color: #f5f5f5;
    border-top:1px solid #e4e4e4;
    min-height: 200px;
    height: auto !important;
    height: 200px;
}

#footer-info form#form-footer{
    border: 0px;
}

#footer-info form#form-footer input,
#footer-info form#form-footer textarea{
    width: 200px;
}

#footer-info form#form-footer input[type="submit"]{
    width: 69px;
}

#footer-info form#form-footer h3{
    border: 0px;
} 

.info-block{
    margin: 0 auto;
    width: 990px;
}

.info-block > .info{
    width: 200px;
    float: left;
    padding: 40px 5px;
    color: #888888;
    font-size: 12px;
    line-height: 150%;
}

.info-block > .info h3, .info-block .certificates h3{
    font-weight: bold;
    margin: 0 0 7px 0;
    color: #666666;
    font-size: 13px;
}

.info-block > .info a        { color: #888888; text-decoration: none;}
.info-block > .info a:hover  {color: #000000; text-decoration: underline;}

.info-block .certificates{
    width: 360px;
    float: left;
    padding: 40px 0;
    color: #888888;
    font-size: 12px;
}

.info-block .certificates h3{
    margin-left: 60px;
}

.info-block .certificates p{
    margin-left: 60px;
    font-size: 11px;
    color: #888888;
}

#footer{
    margin: 0 auto;
    width: 990px;
    padding: 50px 0 0 0;
    font-size: 11px;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
    padding: 10px 0 100px 0;
	position: relative;
}

#footer a {
    margin: 0 25px;
    text-decoration: none;
    color: #666666;
}

#footer a:hover{
    text-decoration: underline;
    color: #333333;    
}

/** 
 * Page styling
 */

img.banner    {
    margin-bottom: 30px
}

.contents{
    background-image: url('/files/layout/bg_menu.jpg');
    background-repeat: repeat-y;
    background-position: 265px 0;
    padding: 0 0 50px 0;
}

#left{
    width: 265px;
    float: left;
}

#left a.menu{
    display: block;
    border-top: 1px solid #e4e4e4;
    margin-right: 20px;
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    padding: 12px 0 0 10px;
    min-height: 22px;
}


#left a.menu-level-0-active{
    background-color: #e6f3fc;
    color: #3770a0;
}

#left a.menu-level-0:hover{
    background-color: #e6f3fc;
}

#left a.menu-active:hover{
    color: #333333;
}

#left a.menu-level-1, #left a.menu-level-1-active{
    border-top: 1px solid #e4e4e4;
    color: #666666;
    background-image: url('/files/layout/menu_arrow.jpg');
    background-repeat: no-repeat;
    background-position: 16px 15px;
    padding-left: 23px;
}

#left a.menu-level-1:hover, #left a.menu-level-1-active{
    color: #d97b40;
}

#left a.menu-level-2, #left a.menu-level-2-active{
    border-top: 1px solid #e4e4e4;
    color: #666666;
    background-image: url('/files/layout/menu_arrow.jpg');
    background-repeat: no-repeat;
    background-position: 33px 15px;
    padding-left: 40px;
    font-style: italic;
}

#left a.menu-level-2:hover, #left a.menu-level-2-active{
    color: #d97b40;
}

#left a.action-quickscan{
    display: block;
    width: 234px;
    height: 40px;
    background-image: url('/files/layout/action_quickscan.jpg');
    background-position: center 0px;
    margin-top: 30px;
}

#left a.action-quickscan:hover{
    background-position: center -50px;
} 

#left a.action-adwords{
	display: block;
	width: 234px;
	height: 85px;
	background-image: url('/files/layout/action_adwords.jpg');
	background-position: center 0px;
}

#left a.action-adwords:hover{
	background-position: center -94px;
}

#left .divider{
    height: 2px;
    background-color: #eeeeee;
    margin: 20px 20px 20px 0;
}

#left a.sub{
    background-image: url('/files/layout/arrow_sub.jpg');
    background-repeat: no-repeat;
    background-position: left;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    display: block;
    padding: 5px 0 5px 10px;
    margin: 0 0 0 10px;
}

#left a.sub:hover{
    color: #d97b40;
}

#left h3{
    font-size: 14px;
    font-weight:bold;
    margin: 10px 0 5px 10px;
}

#left .feedback{
    border: 1px solid #d35e5e;
    margin: 5px 20px 5px 10px;
    background-color: #f5e6e6;
    padding: 5px;
    font-size: 11px;
    -moz-border-radius: 5px;
    width: 195px;
}

form#client-login {
    margin-left: 10px;
    width: 200px;
}

form#client-login label{
    display: block;
    color: #888888;
    font-size: 11px;
    padding: 5px 0;
}

form#client-login input{
    width: 200px;
    border: 1px solid #cccccc;
    height: 20px;
    padding: 0 0 0 5px;
    color: #666666;
}

form#client-login label{
    width: 200px;
}

form#client-login input[type="submit"]{
    background-image: url('/files/layout/form_login.jpg');
    width: 51px;
    height: 22px;
    border: 0px;
    text-indent: 9999999px;
    margin: 10px 100px 0 0;
    cursor: pointer;
}


#main{
    width: 725px;
    float: left;
}

#main #breadcrumbs{
    font-size: 11px;
    color: #888888;
    padding: 0 0 30px 0;
    margin: 0 0 25px 20px;
    background-image: url('/files/layout/bg_breadcrumbs.jpg');
    background-repeat: repeat-x;
    background-position: bottom; 
}

#main #breadcrumbs a{
    color: #888888;
    text-decoration: none;
    margin: 0 5px;
}

#main #breadcrumbs a.active{
    color: #d97b40;
}

#main #breadcrumbs a.first{
    margin: 0 5px 0 0;
}

#main #breadcrumbs a:hover{
    color: #000000;
}

#main > .text{
    padding: 0 0 0 20px;
    color: #666666;
    font-size: 12px;
    line-height: 160%;
}
 
#main > .text h1{
    font-size: 28px;
    font-weight:bold;
    margin-bottom:25px;
    color: #333333;
}

#main > .text h2{
    background-image: url('/files/layout/heading_prepend.jpg');
    background-repeat: no-repeat;
    background-position: left;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0 10px 0;
}

div.page-image {
    float: right;
    margin: 10px 0px 10px 20px;
    border-bottom: 1px solid #e6e6e6;
}

div.page-image div.caption{
    padding: 5px 0 5px 3px;
    font-size: 0.9em;
    color: #888888;
}

div.page-image img{
    padding: 5px;
    border: 1px solid #e6e6e6;
}

.spacing-95{
    height: 95px;
}

.clear {clear: both;}
 
a               {color: #d97b40;}
.red            {color: #FF0000}
a.grey          {color: #555555;}
a.grey:hover    {color: #d97b40}

h1      {font-size: 30px; line-height: 100%;}
h2      {color: #333333;}
h3      {color: #555555; font-size: 14px; font-weight: bold; margin: 10px 0 5px 0;}

strong  {font-weight: bold;}

ul      {margin: 10px 0 10px 20px;}
ul li   {list-style: disc;}
ol      {margin: 0 0 0 15px;}

/*
 * IE6 warning
 */

#wrapper #ie6-warning{
    width: 100%;
    height: 300px;
    color: #fff;
    background-color: #DA7B41;
    line-height: 1.3;
}

#wrapper #ie6-warning #ie6-container{
    width: 700px;
    margin: 0 auto;
    position: relative;
	padding: 10px 0 50px 0;
}

#wrapper #ie6-warning #ie6-container .titel{
    padding: 10px 0;
    font-weight: bold;
    font-size: 30px;
}

#wrapper #ie6-warning #ie6-container .download-ie8{
    background-image: url('/files/layout/download-ie8.jpg');
    background-repeat: no-repeat;
    height: 115px;
    width: 265px;
    position: absolute;
    top: 170px;
    left: 0;
    border: solid 1px #666;
}

#wrapper #ie6-warning #ie6-container .download-ie8 a{
    display: block;
    height: 115px;
    width: 265px;
}


#wrapper #ie6-warning #ie6-container .download-ff3{
    background-image: url('/files/layout/download-ff3.jpg');
    background-repeat: no-repeat;
    height: 115px;
    width: 377px;
    position: absolute;
    top: 170px;
    left: 280px;
}

#wrapper #ie6-warning #ie6-container .download-ff3 a{
    display: block;
    height: 115px;
    width: 377px;
}

/* aform */


	 form.aform {
         background-color: #f5f5f5;
         border: 1px solid #e4e4e4;
         padding: 20px;
    }
    
	form.aform tbody.sub-header td 	{color: #888888; letter-spacing: 1px; font-style: italic; font-size: 0.9em;} 
	form.aform tbody.header td h3	{font-weight: bold; border-bottom: 1px dotted #888888; padding-bottom: 3px; margin: 5px 0 0 0;}
	
	form.aform td.label {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
		line-height:1.5em;
		padding-right: 10px;	
        font-size: 11px;
        background-color: #f5f5f5;
        text-align: left;
        color: #333333;
        padding-right: 50px;
	}	
		
	form.aform input{
		border: 1px solid #cccccc;
        width: 300px;
        height: 20px;
        margin-top: 4px;
        font-size: 11px;
        letter-spacing: 1px;
        color: #666666;
        padding: 0 5px;
	} 
	
	form.aform .sublabel{
		color:#7D7D7D;
	}
	
	form.aform textarea{
		border: 1px solid #ccc; 
        width: 300px;
		font-family: Helvetica,Arial, sans-serif;
		font-size: 12px; 
		height: 50px;
        font-size: 11px;
        letter-spacing: 1px;
        color: #666666;
        padding: 5px;
	}
	
	form.aform select{
		border: 1px solid #ccc; 
		padding: 4px 2px 0px 3px;
		height: 30px;
		width: 305px;
		background-image: url('files/layout/formbg.jpg');
	}
	
	form.aform input.input-checkbox{
		border: 0px;
		width: 20px;
		height: 20px;
		margin-left: -4px;
		padding: 0px;	
	}
	 
	form.aform input.input-radio{
		width: 20px;
		border: 0px;
		margin-left: -2px;
		color: #000;
        cursor: pointer;
	}

	form.aform td.label {padding:3px 5px; color: #7a7a7a;}
	
	form.aform input[type="submit"]{
	   border: 0px;
	   background-image: url('/files/layout/form_verzenden.jpg');
       background-repeat: no-repeat;
       width: 69px;
       height: 22px;
       font-size: 0;
       color: #F67923;
       padding-bottom: 20px;
	   cursor: pointer;
	}
    
    form.aform tbody.error input{
        background-color: #f9dede;
    }
	
    form.aform h2{font-family: Helvetica,Arial, sans-serif; font-size: 12px; margin-bottom: 4px;}
	form.aform .hint{font-size: 11px; color: #999;}
	form.aform .feedback {color: #FF0000; margin-top: 4px;}
	
	

/* Ausers */


    div#user-login{
        background-color: #F3F7F9;
        padding: 10px 10px 20px 10px;
        border: 1px solid #E6E6E6;
        width: 300px;
    }
    
    div#user-login h2{
        margin-bottom: 10px;
    }
    
    #user-login p.error{
        color: red;
    }

    .extranet-text{
        width: 700px;
        float: left;
        padding: 20px;
    }
    
    .extranet-right{
        float: left;
        width: 250px;
        padding-top: 20px;
    }
    
    .extranet-right > .info{
        background-color: #F3F7F9;
        padding: 10px 10px 20px 10px;
        border: 1px solid #E6E6E6;
        -moz-border-radius: 2px;
        margin-bottom: 15px;
    } 
    
    .extranet-right .info ul{
        margin: 10px 0 0 20px;
        padding: 0px;
    }
     
     .extranet-right .info ul li{
         margin: 0px;
         padding: 2px 0;
     }
     
     .extranet-right .info ul li a{
         text-decoration: none;
     }
     
    .extranet-right .info ul li a:hover{
        text-decoration: underline;
    }
    
    .extranet-right h2{
        font-size: 12px;
        padding: 0 0 2px 0;
        margin: 0px;
        border-bottom: 1px solid #E6E6E6;
    }
    
    .extranet-right .info tr > td.label {
        font-weight: bold;
    }
    
    .downloads{
        margin: 20px 0 40px 0;
    }
    
    .downloads h2{
        font-weight: normal;
        padding: 0 0 3px 0;
        border-bottom: 1px solid #CCCCCC;
    } 
    
    .downloads img{
        margin: 0 5px 5px 0;
    }
    
    .downloads > a.file{
        background-image: url('/files/layout/folder.png');
        background-repeat: no-repeat;
        background-position: 0 3px;
        padding: 7px 0 7px 30px;
        display: block;  
    }
    
    .downloads > a.zipfile{
        background-image: url('/files/layout/zip.jpg');
        background-repeat: no-repeat;
        background-position: 0 3px;
        padding: 7px 0 7px 30px;
        display: block; 
    }

/* Front */


    /* google maps */  
    
    #map-1 {
        height:350px;
        width: 100%;
    }
    
    #map-html-1{
        width: 180px;
    }


/* Home */

#visual{
    height: 290px;
    background-color: #e4e4e4;
}

#newsbar{ 
    background-image: url('/files/layout/news_bar.jpg');
    background-repeat: no-repeat;
    height: 39px;
    margin: 3px 0 0 0;
    position: relative;
}

#newsbar > p, #news-items{
    margin: 0 0 0 85px;
    padding: 12px 0 6px 0;
    color: #FFFFFF;
    font-size: 12px;
}

#newsbar > p > span.date, #news-items span.date{ 
    font-size: 12px;
    color: #000000;
    margin-right: 5px;
}

#newsbar > p a, #news-items a{
    color: #FFFFFF;
    text-decoration: none;
}

#newsbar > p a:hover, #news-items a:hover{
    color: #D97B40;
}

.home-news-extended{
    background-color: #e4e4e4;
    width: 920px;
    background-image: url('/files/layout/news_extended_top.jpg');
    background-repeat: no-repeat;
    margin: 3px 0 50px 70px;
    padding: 10px 0 15px 0;
    position: relative;
    line-height: 150%;
}

.home-news-extended > p{
    color: #333333;
    font-size: 12px;    
}

.home-news-extended span.date{
    font-size: 11px;
    color: #000000;
    margin: 0 10px 0 15px;
}

.home-news-extended a{
    text-decoration: none;
    color: #333333;
}

.home-news-extended a:hover{
    color: #d97b40;
}

.home-news-extended .footer{
    background-image: url('/files/layout/news_extended_bottom.jpg');
    background-repeat: no-repeat;    
    height: 11px;
    width: 920px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.home-box{
    width: 249px;
    border-right: 1px dotted #bfbfbf;
    height: 280px;
    float: left;
    color: #666666;
    font-size: 12px;
    line-height: 150%;
    padding: 0 40px;
    position:relative;
    margin: 40px 0 60px 0;
}

.home-box-last        {border: 0px;}
.home-box-first       {width: 329px; padding: 0px;}
.home-box h2          {font-size: 14px; font-weight: bold; margin-bottom: 7px; color: #333333;}
.home-box a:hover     {text-decoration: underline; color:  #666666;}
.home-box a.read      {
    color: #d97b40; 
    text-decoration: none; 
    background-image: url('/files/layout/url_arrow.jpg');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 10px;
    position: absolute;
    bottom: 0px;
    left: 40px;
}

.home-box-first a.read{
    position: absolute;
    bottom: 0px;
    left: 0px;
}





/* landing */

    /* landing pages */
     #landing_pages_title {float: right; cursor: pointer;}
     #landing_pages {position: absolute; bottom: 115px; right: 0px; padding: 10px 0px 10px 10px; background-color: white; border: 1px dotted gray; line-height: 160%;}
     #landing_pages.keys {display:none;}
     #landing_pages div {float: left; margin: 0px 10px 0px 0px;}

/* Products */


    ul.products-overview{
    	border-bottom: 1px solid #E4E4E4;
		margin: 0px;
    }
	
	ul.products-overview li{
        border-top: 1px solid #E4E4E4;
        list-style: none;
		margin: 0px;
		padding: 5px 10px;
    }
	
	
	ul.products-overview li a{
		color: #3770A0;
		text-decoration: none;
		background-image: url("/files/layout/menu_arrow.jpg");
		background-repeat: no-repeat;
		background-position: 0px 4px;
		padding: 0 0 0 10px;
		font-size: 14px;
	}
	
	ul.products-overview li a:hover{
		text-decoration: underline;
		color: #333333;
	}
	
	ul.products-overview li p{
		padding: 0 0 0 10px;
		font-size: 11px;
	}
	
	

/* Quickscan */

    
	form#validate-quicscan-user{
        border:  1px solid #E4E4E4;
		background-color: #F5F5F5;
		padding: 10px;
	}
	
	form#validate-quicscan-user label{
    	font-size: 14px;
		margin: 0 10px 10px 0;
    }
	
	form#validate-quicscan-user input{
		width: 150px;
		height: 30px;
		border: 1px solid #CCCCCC;
		margin: 10px 10px 0 0;
		padding: 5px;
		font-size: 22px;
	}
	
	form#validate-quicscan-user input.button{
		background-image: url('/files/layout/button_view_quickscan.jpg');
		height: 40px;
		width: 229px;
		border: 0px;
		text-indent: -99999999999px;
		cursor: pointer;
	}
	
	form#validate-quicscan-user input.button:hover{
		background-image: url('/files/layout/button_view_quickscan.jpg');
		background-position: center -45px;
	}
	
	
	
	.quickscan-intro{
    	border-top: 1px solid #E4E4E4;
		border-bottom: 1px solid #E4E4E4;
		padding: 10px 0;
		overflow: auto;
		font-size: 13px;
		margin: 0 0 20px 0;
    }
	
	.quickscan-intro p{
		line-height: 160%;
	}
	
	.quickscan-intro > table{
		margin: 5px 0 10px 0;
	}
			
	#main > .text .quickscan-intro h2.name{
		background-image: none;
		padding: 0px;
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	
	#main > .text .quickscan-intro h3{
		margin: 10px 0 0 0;
		font-size: 13px;
		font-weight: bold;
		color: #333333;
		padding: 0 0 3px 0;
	}
	
	.quickscan-intro img{
		float: right;
		margin: 0 0 15px 15px;
		padding: 0;
	}
	
	.quickscan-intro table td.label{
		font-weight: bold;
		padding: 3px 10px 2px 0;
/*
		width: 80px;
*/
		border: 0px;
		color: #555555;
	}
	
	.quickscan-intro table td{
		padding: 3px 30px 2px 5px;
		border-bottom: 1px solid #e8e8e8;
	}
	
	a.print-quickscan{
		background-image: url('/files/layout/print_icon.png');
		background-position: right;
		padding: 10px 40px 10px 40px;
		background-repeat: no-repeat;
		display: block;
		text-align: right;
		color: #000000;
		font-weight: bold;
	}
		
	span.qenhance{
		font-size: 14px;
		font-weight: bold;
	}
	
	a.w3{
		background-image: url('/files/layout/w3.jpg');
		background-repeat: no-repeat;
		background-position: 0 2px;
		padding: 2px 0 2px 20px;
		color: #555555;
		margin: 5px 0 0 0;
		font-style: italic;
	}
	
	a.w3:hover{
		color: #D97B40;
	}
	
	.quickscan-results{
		border-bottom: 1px solid #E4E4E4;
		padding: 0 0 20px 0; 
	}
	
	.quickscan-results table{
		width: 100%;
	}
		
	.quickscan-results table td.label{
		padding: 2px 15px 2px 0;
		width: 140px;
	}
	
	.quickscan-results table td.text{
		font-weight: normal;
	}
	
	.quickscan-results table td{
		border-bottom: 1px solid #e8e8e8;
		padding: 4px 0 20px 0;
		font-weight: bold;
	}
	
	.quickscan-results table span.description{
		font-size: 12px;
		font-weight: normal;
	}
	
	.quickscan-results table hr{
		border: 0px;
		border-top: 1px dotted #e3e3e3;
	}
	
	#main > .text h1.quickscan{
		margin: 0px;
		
	}
	
	.quickscan-results ul{
		margin: 0;
		padding: 0;
	}
	
	.quickscan-results ul li{
		display: block;
		width: 50%;
		float: left;
	}
	
	ol.quickscan{
		margin: 5px 0 0 30px;
		font-size: 16px;
		font-weight: bold;
	}
	
	ol.quickscan li{
		padding: 2px 0;
	}
	
	ol.quickscan li a{
		color: #555555;
		height: 15px;
		font-size: 12px;
		font-weight: normal;
		background-image: url('/files/layout/elink.png');
		background-repeat: no-repeat;
		background-position: 0px 2px;
		padding: 2px 0 2px 17px;
	}
	
	ol.quickscan li a:hover{
		color: #D97B40;
	}

	.qenhance a:hover{
		color: #000000;
	}
	
	img.qs-logo-greyscale{
		display: none;
	}




/* References */


    .reference-index{
    	width: 100px;
		height: 100px;
		padding: 5px;
		margin: 0 50px 30px 0;
		float: left;
    }

/* Search */


    .search-result{
    	border-bottom: 3px solid #EEEEEE;
		padding: 0 0 5px 0;
		margin: 15px 0;
    }
	
	.search-result > strong {
		  color: #000000;
		  font-style: normal;
		  font-size: 13px;
		  background-color: #EEEEEE;
		  padding: 4px 6px;
	}
	
	.search-result > p{
		padding: 4px 0 0 6px;
	}
	
	.search-result > a{
		color: #D97B40;
		background-image: url("/files/layout/url_arrow.jpg");
		background-repeat: no-repeat;
		background-position: right;
		padding: 0 15px 0 0;
		text-decoration: none;
		margin-left: 6px;
	}
	
	.search-result > a:hover{
		text-decoration: underline;
		color: #000000;
	}
	
	#main > .text h2.search-results{
		margin: 45px 0 5px 0;
	}