/* GENERAL STYLES */
/*
Template specific style definitions.

Site: WiGOMO
Author: Joakim Jensen Møller & Adam Barry
Date: 20 March 2009
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Template: Frontpage
***********************************************************/

.frontpage .content {
	width: 960px;
	background-image: none;
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
	float: left;
}

.frontpage .footer {
	background-image: url(/graphics/frontpage/footer-bg.gif);
	background-position: 0 -50px;
	padding-top: 10px;
}


/*: Template section: Branding and login-section
----------------------------------------------------------*/
.frontpage .focus {
	width: 100%;
	height: 280px;
	float: left;
	overflow: hidden;
}

.frontpage .branding {
	width: 735px;
	float: left;
	position: relative;
	top: 0;
	left: 0;
}

.frontpage .branding object {
	width: 735px;
	height: 280px;
}

.frontpage .branding .info {
	width: 475px;
	font-size: large;
	position: absolute;
	top: 60px;
	left: 240px;
}

.frontpage .branding h1 {
	background-color: transparent;
	font-weight: bold;
	color: black;
}

.frontpage .branding .info a {
	font-size: .9em;
}

.frontpage .branding .info a span {
	display: none;
}

.frontpage .branding .info a.signUp {
	color: Red;
	width: 159px;
	height: 29px;
	background-image: url(/graphics/buttons/signUp.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

.frontpage .branding .info a:hover {
	background-position: 0 -29px;
}


/*: Template section: Login
----------------------------------------------------------*/
.frontpage .login {
	width: 180px;
	height: 205px;
	background-color: inherit;
	background-image: url(/graphics/frontpage/login-bg.gif);
	background-repeat: no-repeat;
	color: white;
	border: none;
	padding-top: 75px;
	padding-left: 21px;
	padding-right: 24px;
	padding-bottom: 0;
	float: left;
}

.frontpage .login ul {
	padding-top: 0;
}

.frontpage .login li {
	margin-left: 0;
}

.frontpage .login label {
	padding-bottom: 3px;
}

.frontpage .login input {
	width: 178px;
}

.frontpage .login button {
	width: 81px;
	height: 28px;
	background-color: transparent;
	background-image: url(/graphics/buttons/OK.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	color: inherit;
	float: right;
	cursor: pointer;
}

.frontpage .login button:hover {
	background-position: 0 -28px;	
}

.frontpage .login .buttons {
	width: 100%;
	padding: 0;
	margin-top: 50px;
}
.frontpage .login .buttons li {
	width: 75px;
	height: 28px;
	float: left;
}

.frontpage .login .buttons button {
	background-image: url(/graphics/buttons/button.png);
}

.frontpage .login .buttons button span {
	background-color: inherit;
	font-size: 0.8em;
	font-weight: bold;
	color: white;
	display: block;
}


.frontpage .login button span {
	display: none;
}

.frontpage .login a {
	width: 100%;
	white-space: nowrap;
	padding-top: 45px;
	float: left;
}


/*: Template section: Shortcuts
----------------------------------------------------------*/
.frontpage .shortcuts {
	width: 100%;
	list-style-type: none;
	padding-top: 30px;
	padding-bottom: 0;
	float: left;
	overflow: hidden;
}

.frontpage .shortcuts li {
	width: 215px;
	height: 232px;
	background-image: url(/graphics/frontpage/shortcut-bg.gif);
	background-repeat: no-repeat;
	line-height: 1em;
	padding: 5px;
	margin-left: 20px;
	float: left;
	position: relative;
	top: 0;
	left: 0;
}
.frontpage .shortcuts li.first {
	margin-left: 0;
}

.frontpage .shortcuts .image, .frontpage .shortcuts object {
	width: 215px;
	height: 94px;
	float: left;	
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

.frontpage .shortcuts .image img {
	float: left;
}

.frontpage .shortcuts .image .vignette {
	width: 215px;
	height: 6px;
	background-image: url(/graphics/frontpage/vignette.png);
	float: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.frontpage .shortcuts h2 {
	width: 195px;
	background-color: inherit;
	font-weight: bold;
	color: #d7702a;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	display: block;
}

.frontpage .shortcuts h2, .frontpage .shortcuts p {
	padding-left: 10px;
	padding-right: 10px;
}

.frontpage .shortcuts a {
	height: 15px;
	line-height: 15px;
	background-image: url(/graphics/buttons/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 3px;
	padding-left: 25px;
	position: absolute;
	left: 10px;
	bottom: 15px;
}

.frontpage .shortcuts a:hover {
	background-position: 0 -18px;
}

.frontpage .shortcuts .image a {
	width: auto;
	height: auto;
	background-image: none;
	line-height: normal;
	padding: 0;
	position: static;
}


/*: Template section: Shortcuts : special
----------------------------------------------------------*/

.frontpage .shortcuts li.special {
	background-image: url(/graphics/frontpage/special-shortcut-bg.gif);
}

.frontpage .shortcuts li.special .image {
	display: none;
}

.frontpage .shortcuts li.special p {
	display: none;
}

.frontpage .shortcuts li.special a span {
	display: none;
}

.frontpage .shortcuts li.special a {
	width: 62px;
	height: 21px;
	background-image: url(/graphics/buttons/buy.png);
	padding: 0;
	left: 140px;
	bottom: 70px;
}	

.frontpage .shortcuts li.special a:hover {
	background-position: 0 -21px;
}


/*: Template section: Google map
----------------------------------------------------------*/
.google {
	width: 100%;
	height: 475px;
	float: left;
}

/*: Configuration Notifier
----------------------------------------------------------*/
/* General notifier */
.Notifier
{
	background-position: center center;
	background-color: white;	
	border: solid 1px black;
	width: 300px;
	height: 150px;
	position: absolute;
	padding-top: 5px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
	z-index: 100;
	display: none;
	background-repeat: no-repeat;
}
.Notifier.info {
	background-image: url(  '/graphics/notifications/info.png' );
}
.Notifier.error {
	background-image: url(  '/graphics/notifications/error.png' );
}
.Notifier.success {
	background-image: url(  '/graphics/notifications/success.png' );
}
.Notifier.progress {
	display: block;
	border: none;
}

/***********************************************************
Template: Priser - price-table
***********************************************************/
.priceTable {
	border: 1px dashed #999999;
}

.priceTable td {
	background-color: transparent;
	border: 1px dashed #999999;
	border-collapse: collapse;
	color: black;
}

.priceTable thead {
	background-color: transparent;
	color: inherit;
}


/************************************************************
Notifications: Notify users
************************************************************/
.Notifier
{
	background-position: center center;
	background-color: white;	
	border: solid 1px black;
	width: 300px;
	height: 150px;
	position: absolute;
	padding-top: 5px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
	z-index: 100;
	display: none;
	background-repeat: no-repeat;
}
.Notifier.info {
	background-image: url(  '/graphics/info.png' );
}
.Notifier.error {
	background-image: url(  '/graphics/error.png' );
}
.Notifier.success {
	background-image: url(  '/graphics/success.png' );
}

/* EDITOR PROPERTIES */

