/* GENERAL STYLES */
/*
Page specific style definitions.

Site: WiGOMO
Author: Joakim Jensen Møller & Adam Barry
Date: 20 March 2009
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Component: Crumbtrail
***********************************************************/
#site .crumbtrail, .myWiGOMO-header {
	width: 100%;
	font-size: .85em;
	padding-top: 5px;
	padding-left: 0;
	padding-bottom: 20px;
	float: left;
	position: relative;
	top: 0;
	left: -20px;
}

#site .crumbtrail li {
	background-image: url(/graphics/dot.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
	list-style-type: none;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 6px;
	padding-bottom: 2px;
	margin-left: 0;
	float: left;
}

#site .crumbtrail li.first, #site .crumbtrail :first-child {
	background-image: none;
	padding-left: 0;
	margin-left: 0;
}

.crumbtrail a {
	background-color: inherit;
	color: black;
	border-bottom: 2px solid #c4beb3;
}

.crumbtrail a:hover {
	background-color: inherit;
	color: #f36f21;
	border-bottom: 2px solid #f36f21;
}

.crumbtrail h1 {
	background-color: inherit;
	font-family: tahoma, sans-serif;
	font-size: 1em;
	color: black;
	letter-spacing: 0;
	cursor: default;
}


/* MyWiGOMO header
----------------------------------------------------------*/
.myWiGOMO-header span {
	font-weight: bold;
}


/***********************************************************
Component: Tabs
***********************************************************/
/* Modules: AJAX tabs (based on Microsoft.net implementation of the AJAX framework)
----------------------------------------------------------*/
.tabs {
	margin-bottom: 20px;
	float: left;
}

.tabs .header {
	width: 635px;
	background-image: none;
	padding: 0;
	margin-top: 10px;
	float: left;
	position: relative;
	top: 3px;
	left: 0;
	z-index: 2;
}

.tabs .header li {
	width: auto;
	height: 28px;
	background-image: url(/graphics/tabs/tab-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-right: 6px;
	margin-left: 0;
	float: left;
	cursor: pointer;
}

.tabs .header li span {
	height: 28px;
	background-image: url(/graphics/tabs/tab-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 6px;
	padding-right: 0;
	margin-right: 0;
	float: left;
}

.tabs .header li span span {
	height: 21px;
	background-color: #f8f5f0;
	background-image: url(/graphics/tabs/tab-middle.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #d7702a;
	padding-top: 7px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 4px;
	margin-right: 4px;
}

.tabs .header li.selected, .tabs .header li.selected:hover {
	background-image: url(/graphics/tabs/tab-right-selected.gif);
}

.tabs .header li.selected span, .tabs .header li.selected:hover span {
	background-image: url(/graphics/tabs/tab-left-selected.gif);
}

.tabs .header li.selected span span, .tabs .header li.selected:hover span span {
	background-color: inherit;
	background-image: url(/graphics/tabs/tab-middle-selected.gif);
	color: black;
}

.tabs .body {
	width: 607px;
	background-color: white;
	border: 1px solid #d0cac1;
	padding-top: 13px;
	padding-left: 13px;
	padding-right: 13px;
	float: left;
	position: relative;
	top: 0;
	left: 0;
}

.tabs .body div {
	display: none;
}

.tabs .body div.selected {
	display: block;
}

.tabs .body div.selected div {
 	display: block;
}

.tabs .body a {
	padding-left: 20px;
	padding-bottom: 10px;
	float: left;
}

.tabs .body ul {
	width: 100%;
	float: left;
}

.tabs .body li {
	width: 100%;
	list-style-type: none;
	float: left;
}

.tabs .body li a {
	margin-top: 0;
}

.tabs .body fieldset legend {
	display: none;
}

.content .tabs .body fieldset ul li {
	border: none;
}


/* Tabs: Special
----------------------------------------------------------*/
.tabs .header li:hover {
	background-image: url(/graphics/tabs/tab-right-hover.gif);
}

.tabs .header li:hover span {
	background-image: url(/graphics/tabs/tab-left-hover.gif);
}

.tabs .header li:hover span span {
	background-image: url(/graphics/tabs/tab-middle-hover.gif);
}

.tabs .body .corners {
	width: 635px;
	height: 14px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: -1px;
}

.tabs .body span.top {
	background-image: url(/graphics/tabs/tab-top.gif);
	top: -1px;
}

.tabs .body span.bottom {
	background-image: url(/graphics/tabs/tab-bottom.gif);
	bottom: -6px;
}


/***********************************************************
Component: Module
***********************************************************/
.module {
	width: 607px;
	background-color: white;
	border: 1px solid #d0cac1;
	color: inherit;
	padding-left: 13px;
	padding-right: 13px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	top: 0;
	left: 0;
}

.module .corners {
	width: 635px;
	height: 14px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: -1px;
}


.module span.top {
	background-image: url(/graphics/module/module-top.gif);
	top: -13px;
}

.module span.bottom {
	background-image: url(/graphics/module/module-bottom.gif);
	bottom: -6px;
}

.module div.form {
	width: 100%;
}


/* Module: small
----------------------------------------------------------*/
.module.small {
	width: 402px;
}

.module.small .corners {
	width: 430px;
}

.module.small span.top {
	background-image: url(/graphics/module/module-small-top.gif);
}

.module.small span.bottom {
	background-image: url(/graphics/module/module-small-bottom.gif);
}


/* Module: product
----------------------------------------------------------*/
.module.product, fieldset.module.product {
	border-bottom: none;
	padding-bottom: 10px
}

fieldset.module.product {
	padding-bottom: 0;
}

.module.product h2 {
	padding-bottom: 10px;
}

.module.product h2 span {
	background-color: inherit;
	color: #d7702a;
}

fieldset.module.product img {
	padding-left: 13px;
	padding-right: 0;
}

.module.product .middle {
	width: 400px;
	float: left;
}

.module.product .middle p {
	padding-bottom: 15px;
}

.module.product .right {
	width: 107px;
	background-color: inherit;
	color: #d7702a;
	padding-right: 25px;
	float: right;
}

.module.product span.price {
	font-size: large;
	float: right;
	display: block;
}

.module.product span.price span{
	width: 100%;
	background-color: inherit;
	font-size: small;
	color: black;
	display: block;
}

.module button {
	/*position: relative;*/
	bottom: 5px;
	right: 25px;
}

.module button.search {
	float: left;
	/*position: relative;*/
	top: -4px;
	left: -1px;
}

.module button.search span span span {
	width: auto;
}

.module.product a:hover {
	background-position: 0 -21px;
}

.module.product a span {
	display: none;
}

fieldset.module.product span.bottom {
	bottom: -14px;
}

#site fieldset.module .phoneNumbers, fieldset.module .phone {
	width: 500px;
	padding-top: 1em;
	padding-right: 13px;
	padding-bottom: 1em;
	float: left;
}

fieldset.module .phoneNumbers dd {
	white-space: nowrap;
	padding-left: 9px;
	padding-bottom: .5em;
	float: left;
}

fieldset.module .phoneNumbers a {
	border: 1px solid white;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 4px;
	padding-bottom: 2px;
	float: left;
}

fieldset.module .phoneNumbers a:hover {
	border-color: gray;
}

fieldset.module .phoneNumbers .selected a, #site fieldset.module .phoneNumbers .selected a:hover {
	background-color: #00a81f;
	color: white;
	border-color: #007400;
}

/* Module: Image wrapper
----------------------------------------------------------*/
.module.product .image {
	width: 60px;
	float: left;
	padding-right: 15px;
	overflow: hidden;
}

.module.product .image img {
	width: 100%;
	float: left;
}

.module.product .image.contact {
	width: 191px;
	height: auto;
}

.module.product .image.contact p {
	font-style: italic;
	font-size: 0.8em;
	margin: 0;
}

.module.product .image.contact button {
	position: relative;
	margin-top: 5px;
	bottom: 0;
	right: -15px;
}

/* Module: fieldset
----------------------------------------------------------*/
fieldset.module {
	width: 633px;
	padding: 0;
	float: left;
}

fieldset.module .corners {
	left: -1px;
}

fieldset.module span.bottom {
	bottom: -14px;
}

fieldset.module h2, fieldset.module p, fieldset.module ul {
	padding-left: 13px;
	padding-right: 13px;
}

fieldset.module li {
	padding-bottom: 10px;
	margin-left: 0;
}

fieldset.module li span {
	width: 480px;
	display: block;
	float: left;
}

fieldset.module li button span {
	width: auto;
}

fieldset.module label {
	width: 150px;
}

fieldset.module .separator {
	width: 609px;
	border-top: 1px solid #d0cac1;
	padding-top: 10px;
	padding-bottom: .5em;
	margin-left: 13px;
	float: left;
	clear: both;
	display: block;
}

fieldset.module .checkbox {
	border: none;
	margin-right: 10px;
}

#site fieldset.module button {
	width: auto;
	float: right;
	position: relative;
}


/***********************************************************
Component: Lists
***********************************************************/
#site .specs {
	width: 100%;
	font-size: .8em;
	float: left;
	overflow: hidden;
}

.specs li {
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 0;
	float: left;
}

.specs li.highlight {
	background-color: #ede8dc;
	color: inherit;
}

.specs li span {
	width: 147px;
	font-weight: bold;
	float: left;
}

fieldset.module.product ul {
	padding-bottom: 0;
}

fieldset.module.product li {
	padding-bottom: .5em;
}

fieldset.module.product li span {
	width: 375px;
	padding-left: 5px;
	float: left;
}

fieldset.module.product li button span {
	width: auto;
}

fieldset.module.product button {
	background-color: red;
	float: left;
	position: relative;
}


/*: Time picker
----------------------------------------------------------*/
fieldset.module .timePicker {
	width: 145px !important;
	height: auto !important;
	display: block;
	float: left;
}

fieldset.module .timePicker span,
fieldset.module .timePicker div {
	width: 115px !important;
	display: block;
	float: left !important;
}

#site fieldset.module span.timeSeparator {
	width: 5px;
	padding-right: 5px;
	display: block;
	float: left;
}

#site fieldset.module .timePicker a {
}

/***********************************************************
Component: E-commerce
***********************************************************/

/*: Funnel overview
----------------------------------------------------------*/
.funnel {
	width: 223px;
	background-image: url(/graphics/navigation-top.gif);
	background-repeat: no-repeat;
	font-family: arial, sans-serif;
	font-size: .9em;
	padding-top: 11px;
	padding-left: 11px;
	padding-right: 11px;
	float: left;
	clear: both;
	position: relative;
	top: -18px;
	left: 0;
}

.funnel dd {
	width: 200px;
	height: 18px;
	background-color: #272525;
	background-image: url(/graphics/e-commerce/WiGO-flow.png);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	color: white;
	text-align: left;
	padding-top: 2px;
	padding-left: 23px;
	float: left;
}

.funnel .first.passed {
	background-position: 0 0;
}

.funnel .first.selected {
	background-position: 0 -20px;
}

.funnel .passed {
	background-position: 0 -60px;
}

.funnel .selected {
	background-position: 0 -80px;
}

.funnel .last {
	background-position: 0 -100px;
}

.funnel .last.selected {
	background-position: 0 -120px;
}

.accessories label {
	width: 500px !important;
}


/*: No validation fieldsets
----------------------------------------------------------*/
fieldset.noValidation {
	border: 1px solid #c0c0c0;
}

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;
}


/*: Funnel navigation
----------------------------------------------------------*/
#site div.navigation {
	width: 637px;
	padding-bottom: 2px;
	float: left;
	overflow: hidden;
}


/*: Customer details
----------------------------------------------------------*/
#site ul.options {
	list-style-type: none;
}

ul.options li {
	margin-left: 0;
}


/*: Customer details
----------------------------------------------------------*/
.customerDetails h2 {
	padding-bottom: .5em;
}

input.checkbox.noValidation, input.checkbox.required {
	margin-left: 10px;
}

.customerDetails li input.text {
	width: 240px;
}

.customerDetails li {
	width: 520px;
}

.customerDetails li.ssn {
	width: 220px;
}

.customerDetails li.ssn input, .customerDetails li.birthdate input {
	width: 60px;
}

.customerDetails li.ssnId {
	width: 200px;
}

.customerDetails li.ssnId label {
	width: 10px;
}
.customerDetails label.info {
	font-weight: normal;
}

.customerDetails li.ssnId input {
	width: 35px;
}

.customerDetails li.zip {
	width: 230px;
}

.customerDetails.info li.zip {
	width: 150px;
}

.customerDetails.info li.zip label {
	width: 70px;
}

.customerDetails li.zip input {
	width: 60px;
}

.customerDetails li.city {
	width: 200px;
}

.customerDetails li.city label {
	width: 30px;
}

.customerDetails li.city input {
	width: 130px;
}

.customerDetails li.PIN, .customerDetails li.PINConfirm {
	width: 210px;
}

.customerDetails li.PIN input, .customerDetails li.PINConfirm input {
	width: 35px;
}

.customerDetails li.PINConfirm label {
	width: 145px;
}

.customerDetails li button.button {
	margin-top: 0;
	float: left !important;
}

.customerDetails li ul {
	padding-left: 0;
}



.payment {
	width: 613px;
	padding-left: 10px;
	padding-right: 10px;
}

.payment span {
	padding-left: 23px;
}

.payment label {
	height: 20px;
	background-repeat: no-repeat;
	background-position: 3px 0;
}

.payment .dankort label {
	background-image: url(/graphics/e-commerce/dankort.png);
	padding-left: 45px;
}


/***********************************************************
Component: E-commerce: Table
***********************************************************/
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	float: left;
	overflow: hidden;
}

thead {
	background-color: black;
	color: white;
}

thead th {
	border-bottom: 1px solid #cdc9c0;
}

th, td {
	padding: .2em;
}

tbody td {
	background-color: white;
	color: inherit;
}


/*: Table: Special
----------------------------------------------------------*/
#site tr.highlight td {
	background-color: #ede8dc;
	color: inherit;
}

thead tr .product {
	border-left: 1px solid black;
}

.price, .amount, .vat {
	text-align: right;
}

tfoot .price, tfoot .amount {
	background-color: white;
	font-weight: bold;
	color: inherit;	
}

tfoot .price {
	border-right: 1px solid #cdc9c0;
	border-bottom: 3px double black;
}

tbody td.price {
	border-left: 1px solid #cdc9c0;
}

.vat {
	background-color: white;
	font-size: .8em;
	color: inherit;
	border-bottom: 1px solid #cdc9c0;
	border-right: 1px solid #cdc9c0;
}

#site tr.first td {
	border-top: 1px solid #cdc9c0;	
}

td.first {
	border-top: 1px solid #cdc9c0;	
}

.amount.first, .vat.first {
	border-top: none;
	border-left: 1px solid #cdc9c0;
	border-right: none;
}

tbody .product {
	border-left: 1px solid #cdc9c0;
	border-right: 1px solid #cdc9c0;
}

tbody .price {
	border-right: 1px solid #cdc9c0;
}


/***********************************************************
Component: Dashboard
***********************************************************/
.dashboard {
	width: 635px;
}

.dashboard li {
	width: 180px;
	background-image: url(/graphics/dashboardBoxBottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	list-style-type: none;
	margin: 0;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 8px;
	float: left;
}

.dashboard .header {
	width: 172px;
	height: 21px;
	background-color: inherit;
	background-image: url(/graphics/dashboardHeader-bg.gif);
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 0;
	float: left;
}

.dashboard a.link {
	width: 160px;
	height: 18px;
	background-image: url(/graphics/buttons/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 23px;
	float: left;
}

.dashboard a.link:hover {
	background-position: 0 -18px;
}

.dashboard .contentBox {
	width: 166px;
	height: 220px;
	background-color: #f5efe3;
	padding: 7px;
	float: left;
	overflow: hidden;
}

.dashboard .contentBox span {
	padding-bottom: 7px;
	display: block;
}

.dashboard .contentBox ul {
	margin-bottom: 5px;
}

.dashboard .contentBox li {
	background-image: none;
	padding: 0;
}

/* EDITOR PROPERTIES */
