
/* Main Styles */

	body {
		margin: 0px;
		padding: 0px;
	}

	body, td {
		font-family: Verdana, "Arial Halvfet", Helvetica;
		font-size: 13px;
		color: black;
	}

	a {
		font-weight: bold;
		color: #0000bf;
		text-decoration: none;
	}

	a:visited {
		font-weight: bold;
		text-decoration: none;
	}

	a:active {
		font-weight: bold;
		text-decoration: none;
	}

	a:hover {
		font-weight: bold;
		text-decoration: none;
	}


/* Skin Specific Styles */

	.imageBrowser {
		border: 1px dotted #708bbc;
		background-color: #dbe0ec;
		text-align: center;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}

	.imageBrowser img {
		margin: 24px 12px 12px 12px;
		text-align: center;
		border: 1px solid black;
	}

	.imageBrowserCell {
		padding-bottom: 12px;
	}

	#imageBrowserTextField1 {
		height: 80px;
		width: 400px;
		padding: 12px;
		overflow-y: auto;
		text-align: left;
		font-size: 10px;
		float: center;
		margin: 0 auto;
	}

	.imageBrowserSubTitles {
		font-size: 10px;
	}

	.imageBrowserReadMore {
		text-align: right;
	}

	.inputText {								/* Primarily added to text inputs in the boxes on the sides */
		font-size: 11px;
		color: #333333;
		border: inset #ccc 1px;
		margin-bottom: 3px;
		margin-top: 3px;
	}

	.newsletterlink a {
		font-size: 10px;
		color: #FFFFFF;
		text-decoration: none;
	}

	.whitetext {
		font-size: 10px;
		color: #FFFFFF;
		text-decoration: none;
	}

	.inputsubmit {
		font-size: 10px;
		margin-bottom: 3px;
		color: #333333;
		border: 1px solid #003366;
	}

	.locationbar {
		font-size: 11px;
		color: #8f8fbc;
	}

	.boxtitles {
		font-size: 11px;
		color: #FFFFFF;
		font-weight: bold;
		padding-left: 12px;
	}

	.emailtoafriend_title {
		font-size: 12px;
		font-weight: bold;
	}

	.emailtoafriend_text {
		font-size: 11px;
	}

	.emailtoafriend_message {
		background-color: white;
		padding: 4px;
		width: 98%;
		border: 1px solid black;
		font-size: 10px;
	}

	.shoppingListTable {
		width: 100%;
	}

	.shoppingListTable td {
		padding: 2px;
	}

	.shoppingListTableHeading {
		border-bottom: 1px solid #ffa500;
		font-weight: bold;
	}

	.shoppingListTableContent {
		border-top: 1px #BEC0CC dotted;
	}

	.shoppingListTableComment {
		font-size: 10px;
	}


/* Menu styles */

	.sidemenutable {
		width: 180px;
		border-collapse: collapse;
	}


	/* Side Menu Level 1 */

		.sidemenu_row1 {			/* Empty styles are left in place as a demonstration */

		}

		.sidemenu_row1 td {

		}

		.sidemenu_row1 td a {
			border: 1px solid #597ab6;
			padding: 4px;
			display: block;
			color: #000000;
			font-size: 10px;
			text-decoration: none;

		}

		.sidemenu_row1 td a:hover {
			color: #ffffff;
			background-color: #b0c4e8;
		}

		.sidemenu_activerow1 {			/* activerow styles come in addition to the regular row style. NOT instead of */

		}

		.sidemenu_activerow1 td {

		}

		.sidemenu_activerow1 td a {
			background: #b0c4e8;
		}

		.sidemenu_activerow1 td a:hover {
			
		}


	/* Side Menu Level 2 */

		.sidemenu_row2 td a {
			background-image: url('../../images/System/ice_sidemenuimage.gif');
			background-repeat: no-repeat;
			background-position: 3px 4px;
			padding: 4px 4px 4px 19px;
			display: block;
			color: #000000;
			font-size: 10px;
			text-decoration: none;
			border: 1px solid white;

		}

		.sidemenu_row2 td a:hover {
			color: #ffffff;
			border: 1px dotted #597ab6;
			background-color: #b0c4e8;
		}

		.sidemenu_activerow2 td a {
			border: 1px dotted #597ab6;
			background-color: #b0c4e8;

		}


	/* Side Menu Level 3 */

		.sidemenu_row3 td a {
			background-image: url('../../images/System/ice_sidemenuimage.gif');
			background-repeat: no-repeat;
			background-position: 18px 4px;
			padding: 3px 4px 3px 34px;
			display: block;
			color: #000000;
			font-size: 10px;
			text-decoration: none;
			border: 1px solid white;

		}

		.sidemenu_row3 td a:hover {
			color: #000000;
			border: 1px dotted #597ab6;
			background-color: #cfdbf0;
		}

		.sidemenu_activerow3 td a {
			color: #000000;
			border: 1px dotted #597ab6;
			background-color: #cfdbf0;
		}


	/* Side Menu Level 4 */

		.sidemenu_row4 td a {
			background-image: url('../../images/System/ice_sidemenuimage.gif');
			background-repeat: no-repeat;
			background-position: 33px 4px;
			padding: 3px 4px 3px 49px;
			display: block;
			color: #000000;
			font-size: 10px;
			text-decoration: none;
			border: 1px solid white;

		}

		.sidemenu_row4 td a:hover {
			color: #000000;
			border: 1px dotted #597ab6;
			background-color: #cfdbf0;
		}

		.sidemenu_activerow4 td a {
			color: #000000;
			border: 1px dotted #597ab6;
			background-color: #cfdbf0;
		}


	/* Side Menu Level 5 */


		.sidemenu_row5 td a {
			background-image: url('../../images/System/ice_sidemenuimage.gif');
			background-repeat: no-repeat;
			background-position: 48px 4px;
			padding: 3px 4px 3px 64px;
			display: block;
			color: #000000;
			font-size: 10px;
			text-decoration: none;
			border: 1px solid white;
		}

		.sidemenu_row5 td a:hover {
			color: #000000;
			border: 1px dotted #597ab6;
			background-color: #cfdbf0;
		}

		.sidemenu_activerow5 td a {
			color: #000000;
			border: 1px dotted #597ab6;
			background-color: #cfdbf0;
		}


/* Page Styles */

	h1.pageTitle, .pageTitle, .pageTitle td {		/* Second declaration is used in the administration module */
		font-size: 16px;
		font-weight: bold;
	}

	.pageBody, .pageBody td {
		
	}

	.pageFooter, .pageFooter td {
		
	}


/* Article Styles */

	h1.articlePageTitle {
		font-size: 16px;
		font-weight: bold;
	}

	.articlePageIngress, .articlePageIngress td {
		font-weight: bold;
	}

	.articlePageBody, .articlePageBody td {
	
	}



/* Product Styles */

	h1.productPageTitle {
		font-size: 16px;
		font-weight: bold;
	}

	.productPageQtyBox {
		width: 30px;
		border: 1px solid black;
		background: #dbe0ec;
	}

	.productPageVariantSelects {
		margin-bottom: 5px;
	}

	.productPageProductInfoTable {
		width: 100%;
	}

	.productPageProductInfoTable td {
		padding: 3px;
	}

	.productPageProductInfoTitle {
		font-weight: bold;
		border-bottom: 1px solid #ffa500;
		background-color: #dbe0ec;
	}

	.productPageMoreInfoTable {
		position: relative;
		width: 100%;
		margin-top: 20px;
	}

	.productPageExternalURLsTable {

	}

	.productPageMoreInfoTable td {
		padding: 3px;
	}

	.productPageMoreInfoTitle {
		font-weight: bold;
		border-bottom: 1px solid #ffa500;
		background-color: #dbe0ec;
	}

	.productPageMoreInfoTableHeadings {
	
	}

	.productPageBodyTitle {
		font-weight: bold;
		border-bottom: 1px solid #ffa500;
		background-color: #dbe0ec;
		padding: 3px;
	}

	.productPageBody, .productPageBody td {
		padding: 3px;
	}

	.productPagePriceBeforeDiscount {
		color: #8b0000;
		font-weight: bold;
	}

	.productPagePrice {
		color: #006400;
		font-weight: bold;
	}

	.productPageBuyButton {
		font-size: 11px;
		font-weight: bold;
		color: white;
		border: outset 1px #ccc;
		background-color: #fe7201;
		margin-top: 8px;

	}


/* Article List Styles */

	/* Normal List */

		.articleListTitle_Normal {

		}

		.articleListIngress_Normal {

		}

		.articleListReadMoreLink_Normal {
			font-weight: normal;
		}

		.articleListBox_Normal {
			border-bottom: 1px #BEC0CC dotted;
		}

	/* Boxed List */

		.articleListTitle_Bokser {

		}

		.articleListIngress_Bokser {

		}

		.articleListReadMoreLink_Bokser {
			font-weight: normal;
		}

		.articleListBox_Bokser {
			padding: 4px;
			border: 1px #BEC0CC solid;
		}

		.articleListBox_Bokser_on {					/* Mouse "Hover" function for articles */
			padding: 4px;
			border: 1px #BEC0CC solid;
			background-color: #ececec;
			cursor: pointer;
		}


	/* Boxed List Without Ingress */

		.articleListTitle_Bokser_WO_Ingress {
			font-size: 10px;
			color: #003366;
			text-decoration: none;
			font-weight: normal;
		}

		.articleListBox_Bokser_WO_Ingress {
			margin-top: 10px;
			padding: 4px;
			border: 1px #BEC0CC solid;
		}

		.articleListBox_Bokser_WO_Ingress_on {				/* Mouse "Hover" function for articles */
			margin-top: 10px;
			padding: 4px;
			border: 1px #BEC0CC solid;
			background-color: #ececec;
			cursor: pointer;
		}

	/* Arrow Dotted List Without Ingress */

		.articleListTitle_Arrows_WO_Ingress {
			font-size: 10px;
			text-decoration: none;
			font-weight: normal;
		}





/* Product List Styles */

	/* Normal List */

		.productListHeading_Normal {
			border-bottom: 1px solid #ffa500;
			font-weight: bold;
			padding: 2.00pt 2.00pt 2.00pt 2.00pt
		}

		.productListContent_Normal {
			border-bottom: 1px #BEC0CC dotted;
			padding: 2.00pt 2.00pt 2.00pt 2.00pt
		}

		.productListContent2_Normal {
			background-color: #dbe0ec;
			border-bottom: 1px #BEC0CC dotted;
			padding: 2.00pt 2.00pt 2.00pt 2.00pt
		}

		.productListTitle_Normal {
			font-weight: bold;
		}

		.productListPriceBeforeDiscount_Normal {
			color: #8b0000;
			font-weight: bold;
		}

		.productListPrice_Normal {
			color: #006400;
			font-weight: bold;
		}

		.productListQty_Normal {

		}

		.productListQtyBox_Normal {
			border: 1px solid black;
			background: #dbe0ec;
			width: 30px;
		}

		.productListVariants_Normal select {
		
		}

		.productListAddToBasketLink_Normal {
			font-size: 11px;
		}

		.productListAddToBasketLink_Normal:hover {
			font-size: 11px;
		}

		.productListCheckoutChangeLink_Normal {
			color: green;
			font-size: 11px;
		}

		.productListCheckoutChangeLink_Normal:visited {
			color: green;
			font-size: 11px;
		}

		.productListCheckoutDeleteLink_Normal {
			color: #8b0000;
			font-size: 11px;
		}

		.productListCheckoutDeleteLink_Normal:visited {
			color: #8b0000;
			font-size: 11px;
		}

		.productListBuyButton_Normal {
			font-size: 11px;
			font-weight: bold;
			color: white;
			border: outset 1px #ccc;
			background-color: #fe7201;
			margin-top: 1px;
	
		}

	/* Boxed List */

		.productListTable_Boxed {
			border: 1px solid #dbe0ec;
		}

		.productListTitle_Boxed {
			font-weight: bold;
		}

		.productListTitleCell_Boxed {
			background-color: #dbe0ec;
			border-top: 2px solid white;
			border-right: 2px solid white;
			border-left: 2px solid white;
		}

		.productListFooterCellLeft_Boxed {
			background-color: #dbe0ec;
			border-bottom: 2px solid white;
			border-left: 2px solid white;
		}

		.productListFooterCellRight_Boxed {
			background-color: #dbe0ec;
			border-bottom: 2px solid white;
			border-right: 2px solid white;
		}

		.ProductListIngress_Boxed {
			font-size: 10px;
		}

		.productListInfoButton_Boxed {
			font-size: 11px;
			font-weight: bold;
			color: white;
			border: outset 1px #ccc;
			background-color: #708bbc;
			margin-top: 2px;
			margin-bottom: 2px;
	
		}

		.productListBuyButton_Boxed {
			font-size: 11px;
			font-weight: bold;
			color: white;
			border: outset 1px #ccc;
			background-color: #fe7201;
			margin-top: 2px;
			margin-bottom: 2px;
		}

		.productListPriceBeforeDiscount_Boxed {
			font-size: 10px;
			color: #8b0000;
			text-decoration: line-through;
			font-weight: bold;
		}

		.productListPrice_Boxed {
			font-size: 10px;
			color: #006400;
			font-weight: bold;
		}

		.productListVariants_Boxed select {
			margin-top: 3px;
			margin-bottom: 2px;
		}

	/* Boxed List - extras for 2 column version */

		.productListContent_Boxed_w_Column {
			padding: 4px;
			font-size: 10px;
		}

		.productListFooterCell_Boxed_w_Column {
			background-color: #dbe0ec;
			font-size: 10px;
			border-bottom: 2px solid white;
			border-right: 2px solid white;
			border-left: 2px solid white;
		}

		.productListBuyButton_Boxed_w_Column {
			width: 80px;
			font-size: 11px;
			font-weight: bold;
			color: white;
			border: outset 1px #ccc;
			background-color: #fe7201;
			margin-top: 2px;
			margin-bottom: 2px;
		}

		.productListInfoButton_Boxed_w_Column {
			width: 80px;
			font-size: 11px;
			font-weight: bold;
			color: white;
			border: outset 1px #ccc;
			background-color: #708bbc;
			margin-top: 2px;
			margin-bottom: 2px;
		}



/* Order List Styles */


	.orderTitles {
		padding: 4px;
		border-bottom: 1px solid #ffa500;
	}

	.orderLine1 {					/* registered orders */
		background-color: #dcf5de;
		padding: 2px;
		border-bottom: 1px solid gray;
		font-size: 11px;
	}

	.orderLine2 {					/* confirmed orders */
		background-color: #b8e0b9;
		padding: 2px;
		border-bottom: 1px solid gray;
		font-size: 11px;
	}

	.orderLine5 {					/* processed orders */
		background-color: #9ed2a3;
		padding: 2px;
		border-bottom: 1px solid gray;
		font-size: 11px;
	}

	.orderLine6 {					/* shipped orders */
		background-color: #83c488;
		padding: 2px;
		border-bottom: 1px solid gray;
		font-size: 11px;
	}

	.orderLineCancelled {				/* cancelled orders */
		background-color: #fa8c66;
		padding: 2px;
		border-bottom: 1px solid gray;
		font-size: 11px;
	}

	.orderLineInactive {				/* inactive orders */
		background-color: #faab8f;
		padding: 2px;
		border-bottom: 1px solid gray;
		font-size: 11px;
	}

	.orderFooter {
		font-size: 11px;
		padding: 2px;
		font-weight: bold;
	}


/* Div. Styles */

	.inputButton {								/* Added to buttons */
		font-size: 11px;
		font-weight: bold;
		color: white;
		border: outset 1px #ccc;
		background-color: #708bbc;
		margin-top: 8px;
	}

	.boxOutlined {								/* Makes a block stand out */
		border: 1px dotted #708bbc;
		background-color: #dbe0ec;
		padding: 5px;
	}

	.boxOutlinedTitle {
		font-weight: bold;
		border-bottom: 1px dotted #708bbc;
	}

	.boxOutlinedWarning {							/* Makes a block stand even more out. For error messages etc. */
		color: #8b0000;
		border: 1px dotted #8b0000;
		background-color: #e5dada;
		padding: 5px;
	}

	.boxOutlinedWarning td {
		color: #8b0000;
	}

	.orderHeadings {
		background-color: #dbe0ec;
		border-bottom: 1px solid #ffa500;
	}
	
	.orderProductLines {
		border-bottom: 1px dotted gray;
	}

/* Rarely Changed Styles */

	form {
		padding:0px;
		margin:0px;
	}

	hr {
		color: #c1c1c1;
		background-color: #c1c1c0;
		height: 1px;
	}

	input {
		font-family: Verdana, "Arial Halvfet", Helvetica;
	}


