* {
	font-family: Arial, Verdana;
	font-size: 12px;

	/* Solve all padding, margin & alignment problems */
	padding: 0;
	margin: 0;
	vertical-align: top;
}

body {
	background: url('./../images/default/mainBack.jpg') fixed no-repeat top right #fff;
	height: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

img,
table,
fieldset {
	/* Don't like standard borders */
	border: 0;
}

hr {
	height: 0;
	border: 0;
	border-bottom: 1px solid #f87311;
}

/* Forms */
form legend {
	display: none;
}

input,
select,
button,
textarea {
	color: #000;
}

/* CLASSES */
.nostylehelp {
	display: none;
}

.encaps {
	margin: 0;
	height: 0;
	clear: both;
}

#breadcrumb,
#searchForm {
	display: none;
}

/* transparancy */
#contents,
#menuContents,
#problemSolver {
	background: url('./../images/default/dartsBack.png') top left repeat-x;
	border-bottom: 2px solid #f87311;
}

#menuContents {
	width: 135px;
}

#menuContentsHelper {
	width: 135px;
	padding-bottom: 60px;
}

#contentsHelper {
	z-index: 10;
	padding-bottom: 20px;
}

/* recurring things */
.standardSection {
	background-color: #eca125;
	border-top: 2px solid #f87311;
	border-bottom: 2px solid #f87311;
	clear: both;
}

.imageButton {
	width: 53px;
	height: 68px;
}

.imageButtonSmall {
	width: 23px;
	height: 23px;
}

/* header */
#mainHeader {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}

#mainLogo {
	width: 277px;
	height: 183px;
}

#mainFooterImage {
	width: 500px;
	height: 167px;
}

#cartSummary {
	position: absolute;
	top: 74px;
	right: 6px;
}

#cartSummary.cartEmpty {
	color: #666;
}

#recentItemsContainer {
	position: absolute;
	top: 6px;
	right: 6px;
}

#recentItemsContainer p {
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
}

#recentItems {
	border-top: 2px solid #70be36;
	border-bottom: 2px solid #70be36;
}

#recentItemsContainer .recentItem {
	display: inline;
}

#recentItemsContainer .recentItem img {
	margin: 3px;
	height: 43px;
	border: 0;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #fff;
}

/* main table */
#contentTable {
	border-collapse: collapse;
	position: relative;
	top: 158px;
	width: 100%;
	border-top: 2px solid #f87311;
}

/* menu */
#mainMenuContainer {
	position: absolute;
	top: 127px;
	left: 300px;
}

#mainMenuContainer ul li {
	display: inline;
}

#mainMenuContainer ul li a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 2px solid #000;
	padding-left: 15px;
	margin-left: 15px;
}

#mainMenuContainer ul li a.menuItemNr-1 {
	border-left: 0;
	padding: 0;
	margin: 0;
}

#userMenuContainer {
	margin-top: 12px;
	padding: 6px 0 6px 0;
}

/* commerce menu */
#commerceMenuContainer {
	width: 100%;
	margin-top: 30px;
}

#userMenuContainer ul li,
#commerceMenuContainer ul li {
	list-style: none;
	margin: 4px 0 2px 8px;
}

#userMenuContainer ul li ul li,
#commerceMenuContainer ul li ul li {
	margin-top: 0;
}

#userMenuContainer ul li a,
#commerceMenuContainer ul li a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#userMenuContainer ul li ul li a,
#commerceMenuContainer ul li ul li a {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

#commerceMenuExtraItems {
	margin-top: 12px;
}

/* main content */
#contents {
	width: 100%;
}

#problemSolver {
	width: 22px;
}

#problemSolver img.problemSolver {
	width: 22px;
	height: 300px;
}

#mainContentContainer {
	padding: 32px 22px 0 0;
}

#mainContentContainer a {
	color: #00e;
}

#nodeView a {
	color: #000;
}

#mainContentContainer .section h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

#mainContentContainer .section h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

#mainContentContainer .section h3 {
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	text-decoration: underline;
}

#mainContentContainer .section p {
	margin-bottom: 12px;
}


#mainContentContainer .section ol,
#mainContentContainer .section ul {
	margin: 6px 0 6px 22px;
}

/* login */
#userRegistration form,
.mainContentLogin #loginBody {
	background-color: #eebe48;
	border: 2px solid #f87311;
	min-height: 70px;
	padding: 6px;
	margin-bottom: 12px;
}

#userRegistration form input.imageButton,
.mainContentLogin input.imageButton {
	float: right;
}

#editAccountDetailsForm table .label,
#userRegistration .registrationInfo,
.mainContentLogin #loginInfoName {
	width: 160px;
}

#editAccountDetailsForm table label,
#userMainPanel table label,
#userRegistration form label,
.mainContentLogin label {
	font-weight: bold;
}

/* registration & user panel */
#userMainPanel .standardSection {
	width: 100%;
	margin-bottom: 20px;
}

#userMainPanel .standardSection .infoLabel{
	width: 160px;
}

#userMainPanel .tableOptions {
	text-align: right;
}

#editAccountDetailsContainer {
	margin-top: 12px;
}

/* commerce main */
/* customer classes
.inputContactName
.inputAddress
.inputContactInfo

.inputContactNameLast
.inputContactNameFirst
.inputCompanyName
.inputAddressStreet
.inputAddressNr
.inputAddressStreetExtra
.inputAddressPostalcode
.inputAddressCity
.inputTelephone
.inputEmail
.inputMessage
*/
.inputAddress,
.inputContactName,
.inputContactInfo,
.inputCompanyName {
	width: 240px;
}

.inputAddressStreet {
	width: 190px;
}

.inputAddressNr {
	width: 40px;
	margin-left: 6px;
}

.inputAddressPostalcode {
	width: 70px;
}

.inputAddressCity {
	width: 160px;
	margin-left: 6px;
}

.inputMessage {
	height: 100px;
}

/* other inputs
.inputText
.inputTextarea
.inputSelect
.inputCheckbox
.inputFile
*/
.inputText,
.inputTextarea,
.inputSelect,
.inputFile {
	width: 240px;
}

#itemAddOption {
	width: 160px;
}

#itemAddOptionButton {
	width: 80px;
}

.inputTextarea {
	height: 100px;
}

.currentItemImage,
.currentItemImageSmall {
	display: block;
}

#adminOrderOverview #orders th,
#adminOrderOverview #orders td,
#adminUserOverview #users th,
#adminUserOverview #users td {
	padding: 0 6px;
}

#adminOrderOverview #orders th,
#adminUserOverview #users th,
#orderHistory th {
	text-align: left;
}

#adminUserOverview table,
#adminOrderOverview table {
	width: 100%;
}

.navFirst,
.navPrevious {
	text-align: left;
}

.navNext,
.navLast {
	text-align: right;
}

.navCurrent,
.navCurrent * {
	font-weight: bold;
}

.greyed,
.greyed * {
	color: #999;
}

/* store start */
#storeOverview .storeItemContainer a.storeItemLink {
	display: block;
	padding: 5px;
	min-height: 50px;
	margin-bottom: 12px;
}

#storeOverview .storeItemContainer a.storeItemLink:hover {
	padding: 3px;
	border: 2px solid #f87311;
}

#storeOverview .storeItemContainer .storeItemImage {
	float: left;
	height: 100%;
}

#storeOverview .storeItemContainer .storeItemContent {
	margin: 0 0 0 80px;
}

#storeOverview .storeItemContainer .storeItemContent h3 {
	font-size: 13px;
	margin: 0 0 6px 0;
}

#storeOverview .storeItemContainer .storeItemContent p {
	margin: 0 0 6px 0;
}

/* ship and payment options */
div.editShipmentAndPaymentOptionContainer {
	margin: 4px 12px;
	border: 2px solid #f87311;
	background-color: #eebe48;
}

div.editShipmentAndPaymentOptionContainer h3 {
	background-color: #eca125;
	border-bottom: 2px solid #f87311;
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 1px 1px 1px 6px;
}

.addShipmentAndPaymentOption div.editShipmentAndPaymentOptionContainer {
	border: 2px solid #be7b4a;
	background-color: #c5ad71;
}

.addShipmentAndPaymentOption div.editShipmentAndPaymentOptionContainer h3 {
	background-color: #ba9556;
	border-bottom: 2px solid #be7b4a;
	color: #fff;
}

div.editShipmentAndPaymentOptionContainer table {
	width: 100%;
	margin: 6px 6px 12px 6px;
}

div.editShipmentAndPaymentOptionContainer table th,
div.editShipmentAndPaymentOptionContainer table td {
	padding: 0 12px 0 0;
	text-align: left;
}

div.editShipmentAndPaymentOptionContainer table td .shipmentAndPaymentOptionName {
	width: 160px;
}

div.editShipmentAndPaymentOptionContainer table td .shipmentAndPaymentOptionMessage {
	width: 225px;
	height: 78px;
}

div.editShipmentAndPaymentOptionContainer table td.buttonsRight {
	width: 100%;
	text-align: right;
}

div.editShipmentAndPaymentOptionContainer table .cellPreferedOrder {
	width: 60px;
}

/* categoryPath */
#mainContentContainer ul.categoryPath {
	margin: 0 0 12px 0;
	padding: 0 0 3px 0 !important;
}

.categoryPath li {
	display: inline;
	list-style: none;
	margin: 0 0 0 7px;
	padding-left: 27px;
	background: url('./../images/default/breadcrumbLead.gif') no-repeat top left;
}

.categoryPath li.pathNr1 {
	margin-left: 0;
	padding-left: 16px;
	background: url('./../images/default/breadcrumbStart.gif') no-repeat top left;
}

/* commerce item */
.message {
	background-color: #eebe48;
	border: 2px solid #f87311;
	height: 70px;
	padding: 6px;
	margin-bottom: 12px;
}

#itemMessage a {
	float: right;
}

#nodeView .storeItemContainer .storeItemInfo .storeItemPrice {
	font-weight: bold;
	font-size: 18px;
}

#nodeView .storeItemContainer .storeItemLinks {
	float: right;
	margin-left: 12px;
}

/* commerce category */
#commerceSubnodes {
	height: 1%;
}

#commerceSubnodes .storeItemContainer {
	float: left;
	width: 130px;
	height: 186px;
	background-color: #eebe48;
	border: 1px solid #f49127;
	margin: 4px 8px 4px 4px;
	padding: 6px;
}

#commerceCategory {
	clear: both;
}

#commerceCategory .storeItemImage {
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
	border: 5px solid white;
}

#commerceCategory .storeItemImage img {
	vertical-align: top;
}

#commerceCategory .storeItemContent h2 {
	font-size: 14px;
	margin: 0 0 6px 0;
}

#commerceCategory .storeItemContent p {
	margin: 0 0 6px 0;
}

#commerceSubnodes h2 {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}

#commerceSubnodes .storeItemContainer a.storeItemLink {
	background-color: #eebe48;
	text-decoration: none;
}

#commerceSubnodes .storeItemContainer a.storeItemLink:hover,
#commerceSubnodes .storeItemContainer a.storeItemLink:hover * {
	cursor: pointer;
}

#commerceSubnodes .storeItemContainer a.storeItemLink2 .storeItemImage,
#commerceSubnodes .storeItemImage {
	height: 85px;
}

#commerceSubnodes .storeItemContainer a.storeItemLink2 .storeItemImage img,
#commerceSubnodes .storeItemImage img {
	border: 2px solid #fff;
}

#commerceSubnodes .storeItemContainer a.storeItemLink2 .storeItemImage img {
	vertical-align: top;
}

#commerceSubnodes .storeItemContent {
	height: 78px;
	overflow: hidden;
}
#commerceSubnodes .storeItemContent h3 {
	margin: 6px 0 6px 0;
}

#commerceSubnodes .storeItemContent p {
	margin: 0 2px 6px 0;
}

#commerceSubnodes .storeItemPrice {
	text-align: left;
	padding: 8px 3px 0 0;
}

#commerceSubnodes .storeItemPrice,
#commerceSubnodes .storeItemPrice * {
	font-size: 14px;
	font-weight: bold;
}

#commerceSubnodes .storeItemLinksSmall {
	float: right;
}

/* cart */
table.cartItemContainer {
	border-collapse: collapse;
	width: 100%;
}

table.cartItemContainer th.storeItemSubtotal,
table.cartItemContainer th.storeItemSellingVat,
table.cartItemContainer td.storeItemSubtotal,
table.cartItemContainer td.storeItemSellingVat {
	padding: 0 2px 6px 12px;
	text-align: right;
	width: 100px;
}

table.cartItemContainer td.storeItemSubtotal,
table.cartItemContainer td.storeItemSellingVat {
	padding-top: 6px;
}

table.cartItemContainer th {
	text-align: left;
	padding: 2px 12px 6px 2px;
	background-color: #eca125;
	border-top: 2px solid #f87311;
}

table.cartItemContainer tbody td {
	height: 1%;
	padding: 6px 12px 6px 0;
	background-color: #eca125;
	border-top: 1px solid #f0901e;
}

table.cartItemContainer tfoot td {
	padding: 6px 12px 6px 0;
	border: 0;
	border-top: 2px solid #f87311;
}

table.cartItemContainer tfoot td.cartTotals {
	padding: 6px 2px 6px 12px;
	text-align: right;
	font-size: 13px;
}

#cartView tfoot td.cartTotals p.tax {
	font-size: 11px;
	color: #666;
}

#cartView tfoot td.cartTotals * {
	font-size: 14px;
}

table.cartItemContainer .cartInfo {
	width: 80px;
	padding: 6px 0 6px 4px;
}

#cartView .cartInfo a {
	color: #f87311;
}

#cartView .cartInfo a:hover {
	color: #b40000;
}

#cartView .cartInfo input {
	display: block;
	width: 66px;
	background: none;
	border: 0;
	border-bottom: 1px dotted #f00;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

/* checkout */
.loginOption {
	background-color: #eebe48;
	border: 2px solid #f87311;
	height: 70px;
	padding: 6px;
	margin-bottom: 12px;
}

.loginOption a,
.loginOption #loginInputButtons input {
	float: right;
}

#editAccountDetailsForm .standardSection,
#customerDetailsForm .standardSection {
	padding: 6px;
}

#customerDetailsForm table td.label {
	font-weight: bold;
	width: 160px;
}

#customerDetailsForm table td.fieldError label {
	height: 16px;
	color: #f00;
	font-weight: bold;
}

#customerDetailsForm table p.fieldError {
	height: 16px;
	color: #f00;
	font-weight: bold;
	margin: 0;
}

#customerDetailsForm #addressDeliveryContents {
	background-color: #eebe48;
	border-top: 1px solid #f87311;
	border-bottom: 1px solid #f87311;
	margin: 0 0 12px 0;
	padding: 6px 6px 6px 0;
}

#customerDetailsForm #addressDeliveryContents.contentsHidden {
	display: none;
}

#contactSubmitContainer {
	padding-top: 6px;
}

#shipmentOption,
#paymentOption {
	margin-bottom: 24px !important;
	padding: 0 6px;
}

#shipmentOption strong,
#paymentOption strong {
	font-weight: bold;
	float: right;
}

#checkoutTotals,
#checkoutFinalTotals {
	text-align: right;
}

#checkoutTotals {
	margin-top: 6px;
}

#checkoutFinalTotals {
	float: right;
	padding: 6px 2px 6px 6px;
	background-color: #f28f6d;
	border-top: 2px solid #e90000;
	border-bottom: 2px solid #e90000;
}

#checkoutFinalTotals *,
#checkoutTotals .checkoutTotal {
	font-size: 14px;
}

#checkoutTotals .cartTotal {
	font-size: 11px;
}

#checkoutFinalTotals p.tax {
	font-size: 11px;
	color: #666;
}

#checkoutFinalTotals p.tax,
#checkoutFinalTotals p.total {
	margin: 0 !important;
}

#shipmentOptions,
#paymentOptions {
	padding: 6px;
}

.shipmentOption,
.paymentOption,
.shipmentOption label,
.paymentOption label {
	height: 20px;
}

.shipmentOption label,
.paymentOption label {
	margin-left: 2px;
}

#shipmentOptions .surcharge,
#paymentOptions .surcharge {
	text-align: right;
}

#customerDetails {
	width: 100%;
}

#accountDetails th,
#accountDetails td,
#customerDetails th,
#customerDetails td {
	text-align: left;
	padding: 0 0 0 6px;
}

#customerDetails .billingAddress {
	width: 160px;
}

#customerDetails .addressSpacer {
	width: 24px;
}

/* footer */
#mainFooterContainer img {
	position: relative;
	z-index: 10;
	margin-top: -59px;
}

#mainContentContainer {
	position: relative;
	z-index: 30;
}

#copyrightNotice {
	float: right;
	margin-top: 2px;
}

#copyrightNotice a {
	font-size: 9px;
}

















/* tabs */
.tabSection {
	z-index: 4;
	clear: both;
	margin: 24px 0 6px 0;
	background-color: #eca125;
	border-top: 2px solid #f87311;
	border-bottom: 2px solid #f87311;
}

.tabSection ul li {
	list-style: none;
}

.tabToggle {
	background: url('./../images/default/adminIconOther.gif') no-repeat top left;
	padding: 2px 4px 2px 24px;
	font-weight: bold;
	cursor: pointer;
}

.tabEdit {
	background: url('./../images/default/adminIconEdit.gif') no-repeat top left;
}

.tabAdd {
	background: url('./../images/default/adminIconAdd.gif') no-repeat top left;
}

.tabHidden .tabHide {
	display: none;
}

.tabShown .tabHide {
	padding: 6px;
}

.tabShown {
	height: auto;
	overflow: visible;
}

.entryField span {
	width: 100px;
}

/* context menus */
.contextMenu {
	display: none;
}

.contextMenu,
.contextMenu ul {
	border: 1px outset;
	padding: 2px;
	width: 140px;
	background-color: menu;
}

div > .contextMenu,
div > .contextMenu ul {
	width: 157px;
}

.contextMenu * {
	font-family: Tahoma;
	font-size: 11px;
}

.contextMenu li {
	margin: 0;
}

.contextMenu .menuItem {
	list-style-type: none;
}

.contextMenu .menuItemDefault * {
	font-weight: bold;
}

.contextMenu .menuItem a {
	display: block;
	background-color: menu;
	color: black;
	width: 140px;
	height: 16px;
	padding-top: 1px;
	padding-left: 17px;
	text-decoration: none;
}

.contextMenu .menuItem a:hover {
	background-color: highlight;
	color: white;
}

.contextMenu .menuItemSpacer {
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #aca899;
}

.contextMenu .menuItemExpandable {
	padding-left: 17px;
}

/* context menu list (before javascript did it's thing) */
.contextMenuList {
	border: 1px solid #ddd;
	border-bottom: none;
}

.contextMenuList li {
	display: none;
}

.contextMenuList li.menuItemImportant {
	display: block;
}


.contextMenuList li.menuItemImportant,
.contextMenuList li.menuItemImportant * {
	font-size: 0px;
	line-height: 0;
}

.contextMenuList li.menuItemImportant a {
	font-size: 9px;
	line-height: 11px;
	display: block;
	background-color: #fafafa;
	border-bottom: 1px solid #ddd;
	width: 80px;
}

/* item options */
.storeItemContainer .storeItemContent {
	float: left;
	clear: none;
	margin-right: 12px;
}

.storeItemContainer .itemOptionsContainer {
	float: left;
	clear: none;
	margin: 0;
	padding: 6px 12px;
}

.storeItemContainer .itemOptionsContainer input,
.storeItemContainer .itemOptionsContainer select {
	width: 200px;
}

.storeItemContainer .itemOptionsContainer h2 {
	font-size: 14px;
	margin: 0 0 6px 0;
}

#itemOptionsContainer .itemOption {
	margin: 4px 0 12px 0;
	border: 2px solid #f87311;
	padding: 4px 6px;
	background-color: #eebe48;
}

#itemOptionsContainer h2 {
	margin: 0 0 6px 0;
	font-size: 13px;
}

#itemOptionsContainer h3 {
	margin: 6px 0 0 0 !important;
	font-style: italic !important;
	font-size: 12px !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

#contentContainer .storeItemOptions .itemOptions h3,
#contentContainer .storeItemContainer .itemOptionsContainer h3 {
	margin-top: 8px;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#contentContainer .storeItemContainer .itemOptionsContainer p {
	font-style: italic;
	margin: 0 0 6px 0;
}

#contentContainer .storeItemOptions .itemOptions h3 {
	margin-top: 0;
}

.storeItemOptions .itemOptions p {
	
}