﻿/*In this file are the basic styles of the page
/*All fonts and styles for usercontrols used in the backend will be defined here
/*All id's and classes must be lower case
/*All items must be commented
/*
/*Created by:		Maria Skovmand
/*Date:				2008.06.02
/*
/*Modified by:		-
/*Date:				-
/*
/*STYLES FOR KELATY ECOMM*/
body 
{
	font-family:Verdana; /*harcoded in payment, email*/
	font-size:10px;
}

h1{font-family:Verdana; font-size:14px;}

table
{
	font-family:Verdana; /*harcoded in payment, email*/
	font-size:10px;
	}

/*##Text Styles ##*/
.textbluegrey
{
	color:#b6bec2;
	}
	
.textbluegrey img
{
	height: 31px;	
}

.textmaroon
{
	color:#3e2e2b; /*harcoded in payment, email*/
	}
.textsand
{
	color:#988e74; /*harcoded in payment, email*/
	}
.textwhite
{
	color:#fff;
	}
.textheader
{
	font-size:120%; /*harcoded in payment, email*/
	font-weight:bold;
	line-height:140%;
	}
p
{
	margin:10px 0 0 0;
	padding:0;
	}
a
{
	text-decoration:none;
	color:#fff;
	}
a:hover
{
	text-decoration:none;
	color:#798488;
	}
img
{
	border:none;
	}
table td.error
{
	width:16px;	
	}
/*##END Text Styles ##*/



.job-vacancy p a
{
    text-decoration: underline;
    color: #7D8085;
}

a.addthis_button_compact
{
    margin-top:10px;
    color:#115BB5 !Important; 
    text-decoration:none;
    font-size:11px !Important; 
    line-height:18px;
}

a.addthis_button_compact:hover
{
   text-decoration:underline;
}

.addthis_default_style
{
    float:right !Important; 
    padding-right:0px !Important; 
    margin-right:0px !Important; 
}

* html .addthis_default_style
{
    margin-top:-10px;
}

.view-more-product-lnk:hover
{
    color:#ffffff;
    cursor:pointer;
}

#overlay 
{	
/*background-image: url(../gfx/lightbox/overlay.png);*/ 
background-color: #333;
filter:alpha(opacity=70);
opacity:0.7;
}
