/*******************************************************************************
 *
 * Navbar 1 classes and id's
 *
 ******************************************************************************/
#navBar1Bleeder {
	background-image: url(../img/nav1/background.jpg);
	background-color: #323434;
	background-repeat: repeat-x;
}

#navBar1Area {
	height: 30px;
	width: 960px;
}

	#navBar1Area h3 {
		font: 16px bold "Trebuchet MS", Helvetica, Verdana, Sans-serif;
		color: #1f1f1f;
		margin: 3px 10px;
		padding: 0px;
		width: 140px;
		text-align: right;
	}
	
.navBar2OuterBottom {
	height: 1px;
	background-color: #1f1f1f;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
  
.navBar1InnerBottom {
	height: 1px;
	background-color: #1f1f1f;
	margin: 0px;
	padding: 0px;
}

.navBarForm {
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	color: #c6c6c6;
	font-size: 12px;
}

.navBarForm2 {
	width: 960px;
	margin: 4px 0px 4px 0px;
	padding: 0px;
	height: 22px;
	color: #c6c6c6;
	font-size: 12px;
}

navBarFiller {
	margin: 4px 0px;
	padding: 0px;
}

	#navBar1Form {
		margin: 4px 0px;
		padding: 0px;
	}
		.navBarLSpace {
			margin: 0px 4px 0px 20px;
		}
	
		#navBar1Form fieldset {
			border: none;
			margin: 0px;
			padding: 0px;
		}
		
		#navBar1Form select,
		#navBar1Form option,
		#navBar2Form select,
		#navBar2Form option {
			height: 22px;
			font-size: 12px;
		}
	
	.navBarFilter {
		width: 575px;
		margin: 0px 0px;
	}
		
	.navBarRefreshButton_disabled {
		width: 68px;
		height: 21px;
		background-image: url(../img/nav1/refreshButton.jpg);
		background-position: top;
		color: #333434;
		text-align: center;
		cursor: default;
		padding-top: 1px;
	}
	
	.navBarRefreshButton,
	.navBarRefreshButton:link,
	.navBarRefreshButton:visited,
	.navBarRefreshButton:active {
		width: 68px;
		height: 21px;
		background-image: url(../img/nav1/refreshButton.jpg);
		background-position: center;
		color: #c6c6c6;
		text-align: center;
		cursor: pointer;
		padding-top: 1px;
	}
	
	.navBarRefreshButton:hover {
		background-position: bottom;
		color: #ffffff;
	}
	
	.navBarPages {
		width: 184px;
	}
	
	#navBarPages1 {
		margin: 0px 0px 0px 38px;
	}
	
	#navBarPages2 {
		margin: 0px 0px 0px 773px;
	}
	
	.navBarPageSelector {
		margin: 0px;
		text-align: center;   
		width: 140px;
		line-height: 22px;
		height: 22px;
	}
	
	.navBarPreviousButton_disabled {
		width: 22px;
		height: 22px;
		background-image: url(../img/nav1/previousButton.jpg);
		background-position: top;
		cursor: default;
	}
	
	.navBarPreviousButton,
	.navBarPreviousButton:link,
	.navBarPreviousButton:active,
	.navBarPreviousButton:visited {
		width: 22px;
		height: 22px;
		background-image: url(../img/nav1/previousButton.jpg);
		background-position: center;
		cursor: pointer;
	}
	
	.navBarPreviousButton:hover {
		background-position: bottom;
	}
	
	.navBarNextButton_disabled {
		width: 22px;
		height: 22px;
		background-image: url(../img/nav1/nextButton.jpg);
		background-position: top;
		cursor: default;
	}
	
	.navBarNextButton,
	.navBarNextButton:link,
	.navBarNextButton:active,
	.navBarNextButton:visited {
		width: 22px;
		height: 22px;
		background-image: url(../img/nav1/nextButton.jpg);
		background-position: center;
		cursor: pointer;
	}
	
	.navBarNextButton:hover {
		background-position: bottom;
	}
	
	.navBarPageCount {
		display: inline;
		color: #ffffff;
		font-weight: bold;
	}
	
/*******************************************************************************
 *
 * Product List classes and id's
 *
 ******************************************************************************/
#contentArea_IE6Fix {
	width: 970px; 
}
 
 
.bottomPaddingAdder {
	width: 960px;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

.productList {
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	list-style: none;
}

.productListForm {
	margin: 0px;
	padding: 0px;
}

.productList li {
	margin: 10px;
	width: 220px;
	height: 269px;
	padding: 0px;
	list-style: none;
	display: inline;
	float: left;	
	background-repeat: no-repeat;
}

.plliBox {
	background-image: url(../img/shop/producListBox.gif);	
}

.plliBox_o {
	background-image: url(../img/shop/producListBox_o.gif);	
}

.plliBox_n {
	background-image: url(../img/shop/producListBox_n.gif);	
}

.plliBox_n_o {
	background-image: url(../img/shop/producListBox_n_o.gif);	
}

	.plTitle {
		width: 200px;
		margin: 4px 10px 0px 10px;
		padding: 0px;
		display: inline;
		float: left;
		font-size: 18px;
		font-weight: bold;
		height: 21px;
		overflow: hidden;
	}
	
	.plSmallImage {
		width: 212px;
		height: 150px;
		margin: 4px;
		display: inline;
		float: left;
		border: none;
	}
	
	.plTinyImage {
		width: 64px;
		margin: 4px;
		display: inline;
		float: left;
		border: none;
	}
	
	.plDescription {
		width: 197px; /* Stupid IE6 clone bug again */
		height: 50px;
		margin: 0px 10px 4px 10px;
		display: inline;
		float: left;
		font-size: 12px;
		line-height: 16px;
		overflow: hidden;
		text-align: justify;
	}
	
	.plBottom {
		width: 208px;
		margin: 4px 4px 4px 8px;
		height: 24px;
		display: inline;
		float: left;
	}
		.plBottomLeft {
			width: 93px;
			height: 24px;
			display: inline;
			float: left;
		}
			.plOldPrice {
				color: #df7c24;
				font-size: 10px;
				font-weight: bold;
				position: relative;
				top: -4px;
				height: 12px;
				line-height: 12px;
				text-decoration: line-through;
			}
			
			.plPrice {
				color: #000000;
				font-size: 14px;
				font-weight: bold;
				position: relative;
				top: -4px;
				height: 18px;
				line-height: 18px;
			}
			
			.plPrice_solo {
				color: #000000;
				font-size: 14px;
				font-weight: bold;
				height: 24px;
				line-height: 24px;
			}
		
		.plBottomRight {
			width: 115px;
			height: 24px;
			display: inline;
			float: left;
		}
			
			.plCartBox_noCart {
				width: 71px;
				height: 21px;
				display: inline;
				float: left;
				padding-top: 3px;
				background-image: url(../img/shop/noCart.gif);
				font-size: 10px;
				line-height: 9px;
				text-align: center; 
				color: #919191;
				cursor: default;
			}
			
			.plViewBox,
			.plViewBox:link,
			.plViewBox:visited,
			.plViewBox:active {
				width: 40px;
				height: 24px;
				margin-left: 4px;
				display: inline;
				float: left;
				background-image: url(../img/shop/viewProduct.gif);
				background-position: top;
			}
			
			.plViewBox:hover {
				background-position: bottom;
			}
			
			.plCartBox {
				width: 71px;
				height: 24px;
				display: inline;
				float: left;
			}
			
			.plCartInput {
				background-image: url(../img/shop/cartInputBackground.gif);		
				height: 24px;
				width: 31px;
				display: inline;
				float: left;
			}
			.plCartInput INPUT {
				background-color: #ffffff;
				border: none;
				width: 26px!important;
				width: 23px;
				height: 20px;
				text-align: center;
				margin: 2px 4px!important;
				margin: 1px 4px;
				padding: 0px;
				color: #648720;
				background-image: url(../img/shop/cartInputBackground2.gif);
			}
			.plCartInput_normal {
				background-position: top;
			}
			.plCartInput_focus {
				background-position: center;
			}
			.plCartInput_hover {
				background-position: bottom;	
			}
			
			.plCartButton {
				background-image: url(../img/shop/cartButton.gif);
				border: none;
				width: 40px; 
				height: 24px; 
				cursor: pointer;
				display: inline;
				float: left;
			}
			.plCartButton_normal {
				background-position: top;
			}
			.plCartButton_focus {
				background-position: center;
			}
			.plCartButton_hover {
				background-position: bottom;
			}
/*******************************************************************************
 *
 * Product Detail classes and id's
 *
 ******************************************************************************/

.productDetailContent {
	display: inline;
	float: left;
	width: 960px;
}

.productDetailHalfBox {
	display: inline;
	float: left;
	width: 460px;
	height: 401px;
	margin: 10px;
}

.productDetailImageBox {
	background-image: url(../img/shop/imageBoxBackground.gif);
}
	.pdLargeImage {
		display: inline;
		float: left;
		width: 448px;
		height: 318px;
		margin: 6px 6px 5px 6px;
		display: inline;
		float: left;
		border: none;
	}
	
	.imageListBox {
		display: inline;
		float: left;
		
		width: 448px;
		height: 66px;
		
		margin: 0px 6px 6px 6px;
	}
	
	.ilbPrevious {
		display: inline;
		float: left;
		width: 35px;
		height: 66px;
		margin: 0px 1px 0px 0px;
		background-image: url(../img/shop/images_previous_inactive.gif);
	}
	
	.ilbNext {
		display: inline;
		float: left;
		width: 36px;
		height: 66px;
		margin: 0px;
		background-image: url(../img/shop/images_next_inactive.gif);
	}
	
	.miniImageBox {
		display: inline;
		float: left;
		width: 93px;
		height: 66px;
		margin: 0px 1px 0px 0px;
		background-image: url(../img/shop/noimage_tumb.gif);	
	}
	
	.miniImageBox DIV {
		display: inline;
		float: left;
		padding: 1px;
		background-color: #2e95be;
	}
	
	.miniImageBox DIV IMG {
		display: inline;
		float: left;
		width: 91px;
		height: 64px;
	}

.productInfoBox {
	display: inline;
	float: left;
	width: 460px;
	height: 110px;
}

.productInfoLeft {
	display: inline;
	float: left;
	width: 272px;
	height: 110px;
}

	.productInfoLeft H2 {
		display: inline;
		float: left;
		width: 272px;
		margin: 0px;
		padding: 0px;
		color: #2f96bf;
		font-size: 24px;
		font-weight: normal;
		line-height: 24px;
		height: 34px;
	}
	
	.productInfoLeft H4 {
		display: inline;
		float: left;
		width: 80px;
		margin: 0px;
		padding: 0px;	
		color: #2f96bf;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: normal;
		line-height: 22px;
		height: 22px;
	}
	
	.productInfoLeft P {
		display: inline;
		float: left;
		width: 192px;
		margin: 0px;
		padding: 0px;
		text-align: right;
		line-height: 22px;
		height: 22px;
	}
	
	.pdOldPrice {
		font-size: 14px;
		color: #ba4a2f;
		text-decoration: line-through;
	}
	
	.pdPrice {
		font-size: 18px;
		color: #000000;
	}

.productInfoRight {
	display: inline;
	float: left;
	width: 188px;
	height: 110px;
}


		.productLabels {
			display: inline;
			float: left;
			width: 188px;
			height: 72px;
		}

		
		.pdNewLabel {
			width: 178px;
			height: 22px;
			margin: 10px 0px 0px 10px;
			background-image: url(../img/shop/prodLabelNew.gif);
			background-repeat: no-repeat;
			color: #4d9dd0;
			text-align: center;
			font-weight: bold;
			font-size: 12px;
			padding: 4px 0px 0px 0px;
			text-transform: uppercase;
		}
		
		.pdOfferLabel {
			width: 178px;
			height: 22px;
			margin: 10px 0px 0px 10px;
			background-image: url(../img/shop/prodLabelOffer.gif);
			background-repeat: no-repeat;
			color: #df7c24;
			text-align: center;
			font-weight: bold;
			font-size: 12px;
			padding: 4px 0px 0px 0px;
			text-transform: uppercase;
		}
		
		.pdNoCartLabel {
			width: 178px;
			height: 26px;
			margin: 10px 0px 0px 10px;
			background-image: url(../img/shop/prodLabelNoCart.gif);
			background-repeat: no-repeat;
			color: #919191;
			text-align: center;
			font-size: 10px;
			line-height: 12px;
			cursor: default;
		}

.pdCartBox {
	width: 74px;
	height: 32px;
	display: inline;
	float: left;
	margin: 0px 0px 0px 114px;
}

.pdCartInput {
	background-image: url(../img/shop/cartInputBackgroundBig.gif);		
	height: 32px;
	width: 31px;
	display: inline;
	float: left;
}
.pdCartInput INPUT {
	background-color: #ffffff;
	border: none;
	width: 25px!important;
	width: 22px;
	height: 28px;
	text-align: center;
	margin: 2px 4px!important;
	margin: 1px 4px;
	padding: 0px;
	color: #648720;
	background-image: url(../img/shop/cartInputBackgroundBig2.gif);
}
.pdCartInput_normal {
	background-position: top;
}
.pdCartInput_focus {
	background-position: center;
}
.pdCartInput_hover {
	background-position: bottom;	
}

.pdCartButton {
	background-image: url(../img/shop/cartButtonBig.gif);
	border: none;
	width: 43px; 
	height: 32px; 
	cursor: pointer;
	display: inline;
	float: left;
}
.pdCartButton_normal {
	background-position: top;
}
.pdCartButton_focus {
	background-position: center;
}
.pdCartButton_hover {
	background-position: bottom;
}

#productDetailForm {
	margin: 0px;
	padding: 0px;
}

/*******************************************************************************
 *
 * Tabs
 *
 ******************************************************************************/
.outerTab {
	display: inline;
	float: left;
	height: 23px;
	margin-left: 1px;
}

.innerTab {
	display: inline;
	float: left;
	font: 12px "Trebuchet MS", Helvetica, Verdana, Sans-serif;
	height: 21px;
	padding-top: 2px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	cursor: default;
	line-height: 20px;
}

.tabNormal {
	background-image:url(../img/tabs/tab_normal_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.tabNormal DIV {
	background-image:url(../img/tabs/tab_normal_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	color: #2e95be;
}

.tabActive {
	background-image:url(../img/tabs/tab_active_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.tabActive DIV {
	background-image:url(../img/tabs/tab_active_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	color: #2e95be;
}

.tabHover {
	background-image:url(../img/tabs/tab_hover_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.tabHover DIV {
	background-image:url(../img/tabs/tab_hover_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	color: #ffffff;
}

.infoTabs {
	display: inline;
	float: left;
	height: 414px;
	width: 460px;
}

.tabTop {
	display: inline;
	float: left;
	height: 23px;
	width: 455px;
	background-image:url(../img/tabs/topBackground.gif);
	
	padding-left: 5px;
}

.tabBody {
	display: inline;
	float: left;
	
	height: 248px;
	width: 440px;
	
	margin: 10px;
	
	overflow: auto;
}

.tabBodyBackground {
	display: inline;
	float: left;
	height: 268px;
	width: 460px;
	
	background-image:url(../img/tabs/tabBackground.gif);
}

.tabParagraph {
	display: inline;
	float: left;
	margin-bottom: 4px;
}

.tabParagraph H4 {
	display: inline;
	float: left;
	width: 80px;
	margin: 0px;
	padding: 0px;	
	color: #2f96bf;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 22px;
	height: 22px;
}

.tabParagraph P {
	display: inline;
	float: left;
	width: 340px;
	margin: 0px;
	padding: 0px;	
	line-height: 22px;
}

.tabHr {
	display: inline;
	float: left;	
	width: 420px;
	height: 1px;	
	background-color: #c6d7de;	
	margin: 2px 0px 6px 0px;
	font-size: 0px;
}

.tRightAl {
	display: inline;
	float: left;	
	width: 50px;
	text-align: right; 
}
.tUnit {
	display: inline;
	float: left;	
	text-align: left; 
	color: #a6bbc4;	
	margin-left: 6px;
}
/*******************************************************************************
 *
 * Cart
 *
 ******************************************************************************/

#cartStepBleeder {
	height: 81px;
	background-image: url(../img/shop/cartProcessBackground.jpg);
}

#cartAreaStep1 {
	height: 81px;
	background-image: url(../img/shop/cartStep1.jpg);
}
#cartAreaStep2 {
	height: 81px;
	background-image: url(../img/shop/cartStep2.jpg);
}
#cartAreaStep3 {
	height: 81px;
	background-image: url(../img/shop/cartStep3.jpg);
}
#cartAreaStep4 {
	height: 81px;
	background-image: url(../img/shop/cartStep4.jpg);
}

.cartTable {
	border: none;
	border-spacing: 0px;
	width: 920px;
}

.cartTable TH {
	border-top: 1px #cfcfcf solid;;
	border-left: none;
	border-right: none;
	border-bottom: 1px #cfcfcf solid;
	border-spacing: 0px;
	background-color: #eeeeee;
	padding: 4px;
	margin: 0px;
}

.cartTable TD {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px #cfcfcf solid;
	border-spacing: 0px;
	padding: 4px;
	margin: 0px;	
}

.delFromCartBtn,
.delFromCartBtn:link,
.delFromCartBtn:active,
.delFromCartBtn:visited {
	width: 30px;
	height: 30px;
	background-image:url(../img/shop/removeProduct.gif);
	cursor: pointer;
	background-position: top;
}

.delFromCartBtn:hover {
	background-position: bottom;
}

.emptyCartButton,
.emptyCartButton:link,
.emptyCartButton:active,
.emptyCartButton:visited {
	width: 84px;
	height: 25px;
	background-image:url(../img/shop/emptyCart.gif);
	cursor: pointer;
	background-position: top;
	color: #d85b4e;
	padding-left: 36px;
	padding-top: 5px;
}

.emptyCartButton:hover {
	background-position: bottom;
	color: #ffffff;
	text-decoration: none;
}


.cartForwardButton,
.cartForwardButton:link,
.cartForwardButton:active,
.cartForwardButton:visited {
	width: 112px;
	height: 25px;
	background-image:url(../img/forwardButton.gif);
	cursor: pointer;
	background-position: top;
	color: #2e95be;
	padding-left: 8px;
	padding-top: 5px;
	margin: 20px 0px 20px 280px;
}

.cartForwardButton:hover {
	background-position: bottom;
	color: #ffffff;
	text-decoration: none;
}


.cartBackButton,
.cartBackButton:link,
.cartBackButton:active,
.cartBackButton:visited {
	width: 84px;
	height: 25px;
	background-image:url(../img/backButton.gif);
	cursor: pointer;
	background-position: top;
	color: #2e95be;
	padding-left: 36px;
	padding-top: 5px;
	margin: 20px 280px 20px 0px;
}

.cartBackButton:hover {
	background-position: bottom;
	color: #ffffff;
	text-decoration: none;
}




.cCartBox {
	width: 61px;
	height: 30px;
	display: inline;
	float: left;
}

.cCartInput {
	background-image: url(../img/shop/cartInputBackgroundCart.gif);		
	height: 30px;
	width: 31px;
	display: inline;
	float: left;
}
.cCartInput input {
	background-color: #ffffff;
	border: none;
	width: 26px!important;
	width: 23px;
	height: 26px;
	text-align: center;
	margin: 2px 3px!important;
	margin: 1px 3px;
	padding: 0px;
	
	background-image: url(../img/shop/cartInputBackgroundCart2.gif);
}
.cCartInput_normal {
	background-position: top;
}
.cCartInput_focus {
	background-position: center;
}
.cCartInput_hover {
	background-position: bottom;	
}

.cCartButton {
	background-image: url(../img/shop/cartRefreshButton.gif);
	border: none;
	width: 30px; 
	height: 30px; 
	cursor: pointer;
	display: inline;
	float: left;
}
.cCartButton_normal {
	background-position: top;
}
.cCartButton_focus {
	background-position: center;
}
.cCartButton_hover {
	background-position: bottom;
}

#cartForm {
	margin: 0px;
	padding: 0px;
}

.bottomButtons {
	width: 800px;
	margin: 0px 60px;
}

.noBackButton {
	width: 120px;
	margin: 20px 0px 20px 280px;
}



/*******************************************************************************
 *
 * Delivery Form
 *
 ******************************************************************************/
.delFormRow {
	width: 920px;
}

#deliveryForm {
	margin: 0px;
	padding: 0px;
	width: 920px;
}

	.dfLabel {
		display: block;
		float: left; 
		text-align: right;
		font-size: 16px;
		width: 160px;
		padding-top: 12px;
	}
	
	.dfLable2 {
		display: block;
		float: left; 
		font-size: 16px;
		width: 600px;
		margin-left: 6px;
	}
	
	#cf_otherPayer {
		display: block;
		float: left; 
		margin-top: 4px;
		padding: 0px;
	}
	
	#deliveryForm fieldset {
		border: none;
		margin: 0px;
		padding: 0px;
		width:920px;
	}
	
	#deliveryForm input,
	#deliveryForm select,
	#deliveryForm option,
	#deliveryForm textarea {
		font: 16px "Trebuchet MS", Helvetica, Verdana, Sans-serif;
		color: #3ca7d4;
	}
	
	#cf_name,
	#cf_address,
	#cf_postalCode {
		width: 260px;
	}
	#cf_address {
		height: 42px;
	}
	
	#cf_nationalCode,
	#cf_phone,
	#cf_email {
		width: 180px;
	}
	
.delFormCol {
	width: 280px;
	margin: 10px 10px;
}

#deliveryForm fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

.payerBox {
	padding-left: 145px;
	font-size: 16px; 
	margin: 20px 0px;
	width: 775px;
}

.cartHeading {
	display: block;
	float: left; 	
	width: 920px;
	margin: 10px 0px;
}

.delMethBox {
	width: 800px;
	height: 72px;
	background-image:url(../img/shop/optionbg.jpg);
	margin-bottom: 20px;
	margin-left: 60px;
	color: #2e7c9c;
	cursor: default;
}

.delMethBox_normal {
	background-position: top;	
}

.delMethBox_hover {
	background-position: center;	
}

.delMethBox_selected {
	background-position: bottom;	
	color: #ffffff;
}
	.dfOptBox {
		height: 46px;
		width: 26px;
		padding-top: 26px;
		padding-left: 4px;
	}
	
	.dfTitle {
		height: 48px;
		width: 126px;
		font-size: 18px;
		padding-top: 24px;
		font-weight: bold;
	}
	
	.dfDescription {
		height: 54px;
		width: 644px;
		font-size: 12px;
		line-height: 18px;
		padding-top: 18px;
		color: #5d5e5e;
	}
	
#method1NotLocalBig {
	display: none;
}

#method1IsLocalSmall {
	display: none;
}

#method1IsLocalBig {
	display: none;
}

.eimskipLink,
.eimskipLink:link,
.eimskipLink:active,
.eimskipLink:visited {
	color: #2e7c9c;
	text-decoration: none;
}

.eimskipLink:hover {
	color: #2e7c9c;
	text-decoration: underline;
}

.finePrint {
	width: 800px;
	margin: 10px 60px;
	font-size: 12px;
}

.deliveryTable {
	border: none;
	border-spacing: 1px;
	width: 800px;
	margin: 10px 60px;
	border-bottom: 1px #cfcfcf solid;
	display: block;
	float: left;
}

.deliveryTable TH {
	border-top: 1px #cfcfcf solid;;
	border-left: none;
	border-right: none;
	border-bottom: 1px #cfcfcf solid;
	border-spacing: 0px;
	background-color: #eeeeee;
	padding: 4px;
	margin: 0px;
}

.deliveryTable TD {
	border-spacing: 0px;
	padding: 4px;
	margin: 0px;
}

.delTR {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px #cfcfcf dotted;
	border-spacing: 0px;
	padding: 4px;
	margin: 0px;	
}

.delTR2 {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px #cfcfcf solid;
	border-spacing: 0px;
	padding: 4px;
	margin: 0px;	
}

.sumTR {
	border-top: 1px #cfcfcf solid;
	border-left: none;
	border-right: none;
	background-color: #eeeeee;
	border-bottom: 1px #cfcfcf solid;
	border-spacing: 0px;
	padding: 4px;
	margin: 0px;	
	font-weight: bold;
}

.printButton,
.printButton:link,
.printButton:active,
.printButton:visited {
	width: 84px;
	height: 25px;
	background-image: url(../img/shop/printButton.gif);
	cursor: pointer;
	background-position: top;
	color: #2e95be;
	padding-left: 36px;
	padding-top: 5px;
	margin: 20px 0px 20px 280px;
}

.printButton:hover {
	background-position: bottom;
	color: #ffffff;
	text-decoration: none;
}

/*******************************************************************************
 *
 * Frontpage
 *
 ******************************************************************************/
#frontpageArea{
	width: 960px;
}

.slideDiv {
	width: 640px;
	height: 430px;	
	margin: 0px
}

.leftToSlideDiv {
	width: 300px;
	height: 430px;	
	margin: 10px;
}

.leftToSlideDiv img {
	border: 0px;
}

.topLeftToSlideDiv {
	width: 300px;
	height: 200px;	
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.threeBox {
	width: 960px;
	height: 220px;
}

.oneBox {
	width: 300px;
	height: 200px;
	margin: 10px;
}

.bannerDiv {
	width: 940px;
	height: 80px;
	margin: 10px 10px 10px 10px;
}

.postlistBox {
	background-image: url(../img/postlist/boxBack.jpg);
}

	.postlistBox H3 {
		font: 28px "Trebuchet MS", Helvetica, Verdana, Sans-serif;
		color: #ffffff;
		margin-top: 11px;
		margin-bottom: 1px;
		margin-left: 11px;
		margin-right: 11px;
		width: 278px;
		height: 42px;
	}
	
	.postlistBox P {
		margin: 6px 18px;
		color: #085504;
		width: 264px;
		height: 78px;
	}
	
	.postlistBox FORM {
		margin: 0px;
		padding: 0px;
	}
	
	.postlistBox FIELDSET {
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
	
	.postlistRegBox {
		width: 278px;
		height: 34px;
		
		margin: 11px;
	}
		.postlistInput {
			width: 234px;
			height: 34px;
			background-image: url(../img/postlist/inputBox.gif);
		}
			.postlistInput INPUT {
				width: 210px;
				height: 26px;
				margin-top: 4px;
				margin-bottom: 2px;
				margin-left: 8px;
				margin-right: 8px;
				border: 0px;
				padding: 0px;
				font-size: 18px;
			}
		
		.postlistButton {
			width: 44px;
			height: 34px;
			background-image:url(../img/postlist/inputButton.jpg);
			cursor: pointer;
		}

		.plNormal {
			background-position: top;
		}
		
		.plHover {
			background-position: bottom;	
		}

