/* GENERAL STYLES */
/*
Page specific style definitions.

Site: benneweis.dk
Author: Joakim Jensen Møller
Date: dd mmmm yyyy
Base by Adam Barry
----------------------------------------------------------*/
/*: Funnel
----------------------------------------------------------*/
.funnel {
	padding-top: 80px;
	width: 175px;
	float: left;
}

.error {
	border: 1px solid red;
}

#site .funnel li {
	width: 145px;
	background-color: transparent;
	color: #DAA520;
	list-style-type: none;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 5px;	
	margin-left: 0;
	float: left;
	background-color: inherit;
	background-image: url(/graphics/shop/funnel/funnel-image.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	color: white;
}

.funnel li.first {
	border-left: none;
	margin-left: 0;
}


#site .funnel li.selected {
	background-color: inherit;
	color: white;
	background-image: url(/graphics/shop/funnel/funnel-image-current.gif);
}

#site .funnel li.passed {
	background-color: inherit;
	color: gray;
	background-image: url(/graphics/shop/funnel/funnel-image-done.gif);
}

#site .form {
	float: left;
}

#site .form h2 {
	width: 100%;
}

#site .form p {
	width: 100%;
}

#site .form fieldset.narrow {
	width: 410px;
	float: left;
}

fieldset.noValidation {
}

fieldset .checkbox.toggleValidation {
	margin-left: 11px;
}

fieldset label.toggleValidation {
	width: 480px;
	text-align: left;
	padding-left: 5px;
}


fieldset.noValidation ul {
	display: none;
}

fieldset.noValidation li * {
	background-color: inherit;
	color: #c0c0c0;
	border-color: #c0c0c0;
}

fieldset.noValidation li input, fieldset.noValidation li input.filled {
	background-color: white;
	color: #c0c0c0;
}

div.address {
	text-align: left;
	padding-top: 68px;
	display: block;
	float: left;
	
}

.funnelNavigation {
	width: 100%;
	float: left;
	clear: both;
}

.funnelNavigation button {
	background-color: transparent;
	color: inherit;
	padding-top: 0;
	margin-left: 14px;
}

.funnelNavigation .submit {
	background-color: transparent;
	color: inherit;
	margin-left: 0;
	margin-right: 15px;
	float: right;
}

.funnelNavigation .submit span {
	background-image: url(../graphics/buttons/leftGreen.gif);
}

.funnelNavigation .submit span span {
	background-image: url(../graphics/buttons/rightGreen.gif);
}

.funnelNavigation .submit span span span {
	background-image: url(../graphics/buttons/centerGreen.gif);
}

/*: Funnel overview
----------------------------------------------------------*/
.overview {
	width: 566px;
}


.overview .product {
	width: 270px;
	text-align: left;
}

.overview .amount {
	width: 90px;
	text-align: right;
}

.overview .price {
	text-align: right;
}

.overview .price,
.overview .amount,
.overview .product,
.overview .vat {
	padding-left: 5px;
	padding-right: 5px;
}

.overview .vat {
	text-align: right;
}

.overview thead {
	background-color: black;
	color: white;
}

.overview .highlight {
	background-color: #efb543;
}

.overview tfoot .amount,
.overview tfoot .price {
	border-bottom: 1px solid black;
}

/*: Ticket status and legend
----------------------------------------------------------*/
.status {	
	padding: 2px;
	width: 450px;
	float: left;
}
.legend  {	
	padding: 2px;
	width: 100px !important;
	float: left;	
}
.legend .busy {
	color: #CC3300;
}
.legend .pending {
	color: #FFCC00;	
}
.legend .available {
	color: #66CC66;
}
/*: Micro Cart
----------------------------------------------------------*/
.webshop #site .microCart {
	display: none;
}

#site .microCart {
	width: 160px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-left: 15px;
	padding-bottom: 2px;
	margin-top: 35px;
	float: left;
	clear: left;
	background-color: inherit;
	text-align: left;
	font-weight: bold;
	color: white;
}

#site .microCart .heading {
	margin-top: 3px;
	padding-left: 30px;
	background-image: url(/graphics/shop/cart.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: inherit;
	color: white;
	font-size: 1.2em;
}

#site .microCart span {
	padding-right: 4px;
	display: block;
	float: left;
}

#site .microCart:hover span {
	background-color: inherit;
	color: #DAA520;
}

.product #site fieldset {
	width: 675px;
}
.product #site fieldset label {
	width: 40px;
}
.product #site fieldset input {
	width: 40px;
}
.product #site fieldset ul {
	width: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0;
}



/* EDITOR PROPERTIES */
