@charset "utf-8";

/* -------------------------------------------------------------- 
   Master.css  
-------------------------------------------------------------- */

@import "base.css";
@import "base.forms.css";
@import "tb.css";

/* Clearing
-------------------------------------------------------------- */

.clearfix:after, .FormItem:after, .CheckWrap:after, .Checks:after, #LoginForm:after, #PageHeader:after, .ProductList:after, #CheckoutHeader:after { Content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix, .FormItem, .CheckWrap, .Checks, #LoginForm, #PageHeader, .ProductList, #CheckoutHeader { display: inline-block; }
/* IE-mac \*/ .clearfix, .FormItem, .CheckWrap, .Checks, #LoginForm, #PageHeader, .ProductList, #CheckoutHeader { display: block; } /* IE-mac */

/* Layout base
-------------------------------------------------------------- */

html, body { height: 100%; }
html {
	overflow-y: scroll;
}
body {
	text-align: center;

 }

/* Add these lines if you want your AdminTools to be fixed on the top of the page */
body.adminLoggedIn { padding: 36px 0 0; }
body.adminLoggedIn #AdminTools { position: fixed; z-index: 2; top: 0px; left: 0px; }
body.adminLoggedIn #Container { z-index: 1; }

#Container {
	position: relative;
	min-height: 100%;
	width: 960px;
	padding: 0px;
	text-align: left;
	background-image: url(../logos/tausta.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Header
-------------------------------------------------------------- */

#Header {
	position: relative;
	padding: 0px;
	width: 960px;
	background-image: url(../logos/header.png);
	background-repeat: no-repeat;
	height: 180px;
	background-position: bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.LogoLink {
	float: left;
	margin: 9px 6px 0;
	padding: 9px; /* padding: 8px; border: 1px solid #D9D9D9; background: #FFF; */
	display: none;
}
.LogoLink img { display: block; margin: 0; padding: 0; }
.NoLogoImage { font-size: 32px; line-height: 72px; text-decoration: none; }

#Header .NavigationList {
	position: relative;
	float: right;
	list-style: none outside;
	width: 160px;
	margin-top: 60px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0;
}
#Header .CustomerNavigation  {
}
/*#Header .NavigationList li {
	position: relative;
	float: left;
	margin: 2px;
}
#Header .NavigationList li a {
	position: relative;
	float: left;
	width: auto;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	background-image: url(../logos/navigationlistpohja.jpg);
	width: 97px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 14px;
	background-repeat: no-repeat;
}

#Header .NavigationList li a:hover {
	color: #FFF;
	text-decoration: underline;
}
*/

#SearchForm {
	float: right; clear: right; margin: -9px 6px 0 0; padding: 8px;
	background: #F8F8F8; border: 1px solid #D9D9D9;
}
#SearchForm .FormItem { border: 0; padding: 0; background: none; }
#SearchForm label { width: auto; }
#SearchForm input { width: 180px; }
#SearchForm button { margin-right: 0; }

/* Same Form @ Content area */

#ContentSearch #SearchForm { float: none; width: auto; margin: 0 0 18px; }
#ContentSearch #SearchForm input { width: 62%; font-size: 14px; padding: 2px; }

/* Layout
-------------------------------------------------------------- */

#SidebarBg {
	width: 226px;
}
#Main {
	position: relative;
	z-index: 1;
	width: 534px;
	padding: 0;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 226px;
}
body#Checkout #Main { width: 704px; margin-right: 0; border-right: 0; }
.Column {
	position: relative;
	float: left;
	padding: 0px;
	overflow: hidden;
}
#MainNavigation { margin-left: -226px; min-height: 18px; } 

#Secondary {
	float: right;
	margin-right: -200px;
	min-height: 18px;
	padding-right: 30px;
	width: 170px;
} 
#Primary {
	width: 714px;/* SULKASUUNNITTELU muuttanut tämän width: 534px; */
}
body#Checkout #Primary { width: 734px; border-bottom: 1px solid #D9D9D9; }
#Footer {
	position: relative;
	text-align: center;
	z-index: 2;
	background-color: #B2C61B;
	width: 100%;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
	clear: both;
	float: left;
}

#Footer a, #Footer a:visited {
	color: #FFC;
	text-decoration: underline;
}

/* Content mastheadand
-------------------------------------------------------------- */

#PageHeader {
	color: #633;
	margin-top: -1px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 15px;
	width: 704px;
}

.Breadcrumb { margin: 0; padding: 0; line-height: 18px; font-size: 11px; border: 0; }
.Breadcrumb ul, .Breadcrumb li { display: inline; line-height: 18px; margin: 0; padding: 0; border: 0; }
.Breadcrumb li a {
	font-weight: bold; text-decoration: none; line-height: 18px;
}

#PageHeader h1 { margin: 0; padding: 0; }
.Welcome h1 { font-size: 32px; line-height: 36px; }

.CategoryDescription {
	width: 250px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 0;
	clear: left;
	float: left;
}

.CategoryDescription p {
	padding-left: 10px;
}

/* Left Column
-------------------------------------------------------------- */

#MainNavigation ul.Categories, #MainNavigation ul.Categories ul { margin: 0; padding: 0; list-style: none outside; }
#MainNavigation ul.Categories li { position: relative; }
#MainNavigation ul.Categories li a {
	position: relative;
	display: block;
	padding: 8px 15px 9px;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
}
#MainNavigation ul.Categories li.Current {
}
#MainNavigation ul.Categories li.Current a {}
#MainNavigation ul.Categories li.Current ul {
	padding: 9px 15px 8px 30px;
}
#MainNavigation ul.Categories li.Current ul li {}
#MainNavigation ul.Categories li.Current ul li a {
	font-size: 12px; font-weight: normal;
	line-height: 18px; padding: 0;
	background: none; border: 0;
}
#MainNavigation ul.Categories li.Current ul li ul { padding: 0 0 0 15px; border: 0; }

#MainNavigation ul.InfoNavigation, #MainNavigation ul.NewsList {
	margin: 0;
	padding: 9px 15px 8px 30px;
	list-style: none outside;
	font-size: 15px;
}
#MainNavigation ul.InfoNavigation li, #MainNavigation ul.NewsList li {
	padding-bottom: 10px;
}
#MainNavigation ul.InfoNavigation li a, #MainNavigation ul.NewsList li a { text-decoration: none; }
#MainNavigation ul.InfoNavigation li ul, #MainNavigation ul.NewsList li ul { padding: 0; border: 0; margin-left: 15px; list-style: none outside; }

#MainNavigation li.Current > a { font-weight: bold !important; }

#MainNavigation ul ul { display: none; }
#MainNavigation ul li.Current > ul { display: block; }

/* Right Column
-------------------------------------------------------------- */

#Secondary .EmptyCart {
	padding: 8px 15px 9px; margin: 0;
	border-bottom: 1px solid #D9D9D9;
}
#Secondary .CartProduct {
	float: none; display: block;
	margin: 0; width: auto; height: auto;
	padding: 8px 15px 9px; border: 0;
	border-bottom: 1px dotted #D9D9D9;
	font-size: 11px;
}
#Secondary .CartProduct .ProductName { font-size: 11px; padding: 0; margin: 0; }
#Secondary .CartProduct .VariationName { display: none; }
#Secondary .CartProduct dl { margin: 0; padding: 0; }
#Secondary .CartProduct dl dt { margin-right: 2px; }
#Secondary .CartProduct dl dd { margin-right: 6px; }
#Secondary .CartProduct dl dd.CartProductQuantity,
#Secondary .CartProduct dl dd.CartProductTotal { white-space: nowrap; }

#Secondary dl.CartProceed { margin: 0; padding: 0; border: 0; }
#Secondary dt.SubTotal, #Secondary dd.SubTotal { padding: 0 15px; margin: 0; line-height: 35px; }
#Secondary dd.SubTotal { font-size: 15px; font-weight: bold; padding-left: 0; margin-left: -10px; }
#Secondary dd.ToShoppingCart, #Secondary dd.ToCheckout { margin: 0; padding: 0; display: block; }
#Secondary dd.ToShoppingCart a, #Secondary dd.ToCheckout a {
	position: relative;
	display: block; padding: 8px 15px 9px;
	margin: -1px 0 0; text-decoration: none;
	background: #F8F8F8; border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
#Secondary .ToShoppingCart a { font-weight: normal; }
#Secondary .ToCheckout a { font-size: 15px; font-weight: bold; }

/* Productlist
-------------------------------------------------------------- */

.Pagination {
	margin: 0 6px; clear: both; padding: 8px; font-size: 11px;
	background: #F8F8F8; border: 1px solid #D9D9D9; 
}
.PaginationAfter { margin: 9px 6px; }
.ShowingItems { font-size: 11px; float: left; margin-bottom: 0; }

.SortForm { font-size: 11px; float: right; }
.SortForm .FormItem {
	width: auto;
	clear: none;
	font-size: 11px;
	padding-bottom: 0;
	height: 30px;
}
.SortForm .FormItem label { width: auto; padding-right: 10px; font-size: 11px; }
.SortForm .FormItem select { font-size: 11px; }
.SortForm .FormItem button { display: none; }

.PageNavigation {
	position: relative; text-align: center;
	list-style: none outside; margin: 0; padding: 0;
}
.PageNavigation li { list-style: none outside; margin: 0; padding: 0; display: inline; line-height: 18px; }
.PageNavigation li { margin: 0 2px; font-weight: bold; }
.PageNavigation li.CurrentPage { background: #F8F8F8; border: 1px solid #D9D9D9; padding: 4px 8px; }
.PageNavigation li a { line-height: 18px; padding: 5px; }

.Product {
	position: relative;
	float: left;
	overflow: hidden;
	/*Sulkasuunnittelu muutti 10.11.10 214 212:ksi ja kiinteän korkeuden*/
width: 212px;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
	padding: 9px;
	height: 300px;
}
.first { clear: left; }
.last {}

.Product .ProductImage {
	display: block;
	position: relative;
	height: 190px;
	width: 190px;
	text-align: center;
	line-height: 180px;
	margin-top: 0;
	margin-right: -9px;
	margin-bottom: 0;
	margin-left: -9px;
}


.Product .ProductImage img {
	display: inline;
	vertical-align: middle;
	width: 180px;
	margin: 5px;
}
.Product .ProductImage:hover {
	background-color: #F3E8CB;
}

.Product h2 { font-size: 12px; margin: 0; padding: 9px 0 0; }
.Product .Prices { padding: 0 0 9px; margin: 0; }

.Product a:link, .Product a:visited { text-decoration: none; }
.Product a:active, .Product a:hover { text-decoration: underline; }

/* .Categories, .SubCategories, .BrandsNavigation
-------------------------------------------------------------- */

#Primary .NavigationList, #Primary .NavigationList li { margin: 0; padding: 0; list-style: none outside; font-size: 11px; }
#Primary .NavigationList li {
	margin: 0;
	padding: 0;
}
#Primary .NavigationList li a {
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 15px;
}

/* Small Productlists
-------------------------------------------------------------- */

ul.ProductList, ol.ProductList, .ProductList li {
	position: relative; margin: 0; padding: 0;
	list-style: none outside;
}
ul.ProductList, ol.ProductList { margin: 0; font-weight: bold; }

.ProductList li, #side-features .ProductList li {
	min-height: 36px;
	padding: 5px 15px 12px;
}

.ProductList li h3 { margin: 0; padding: 0 0 0 45px; }
.ProductList li h3 a {
	position: relative; display: block;
	margin: 0; padding: 0;
	line-height: 18px; font-size: 10px;
}
.ProductList li a.ListImage {
	position: absolute; display: block;
	top: 9px; left: 15px; text-align: center;
	width: 34px; height: 34px; line-height: 32px;
	border: 1px solid #D9D9D9; background: #FFF;
}
.ProductList li a.ListImage:hover { border-color: #09f; }
.ProductList li a.ListImage img {
	display: inline;
	margin: 0 auto;
	vertical-align: middle;
}

/* Product
-------------------------------------------------------------- */

#ProductImages, #ProductBuy{
	position: relative;
	float: left;
	/*SULKASUUNNITTELU MUUTTI 258:N 230:KSI */
	width: 260px;
	padding: 9px;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 6px;
}

	
#ProductShortDesc { font-size: 15px; }
#ProductFullDesc { clear: both; margin: 0 6px; padding: 0 9px; }

#CurrentProductImage {
	line-height: 270px;
	position: relative; 
	display: block;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#CurrentProductImage:hover {
/*	border-color: #FC3; */
}
#CurrentProductImage img {
	vertical-align: middle;
	width: 268px;
	margin: 2px;
	padding: 5px;
}
#ProductImageCaption {
	margin: 5px 0 5px; padding: 0;
	text-align: center; font-size: 11px;
}
#ProductThumbnails {
	width: 280px; position: relative;
	overflow: hidden; height: auto;
	margin: 0 -13px 0 -9px;
	list-style: none outside;
}
#ProductThumbnails li { position: relative; float: left; }
#ProductThumbnails li a {
	position: relative;
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	padding: 8px;
	margin: 0 4px 2px 0;
}
#ProductThumbnails li a:hover { border-color: #09f; }
#ProductThumbnails li a img {
	vertical-align: middle;
	display: inline;
	margin: 0 auto;
}
#ProductBuy .Prices {
	font-size: 15px; width: 100%;
	margin-bottom: 18px;
	position: relative;
	overflow: hidden;
}
#ProductBuy dl { width: 100%; overflow: hidden; margin: 0 0 18px; padding: 0; }
#ProductBuy dt, #ProductBuy dd {
	position: relative; float: left;
	width: auto; margin: 0; padding: 0;
}
#ProductBuy dt { width: 108px; font-size: 12px; font-weight: normal; }
#ProductBuy dd { width: 150px; }

#ProductBuy .Availability {}
#ProductBuy .Availability .DeliveryTime { margin-left: 108px; color: #c00; }

.BuyForm fieldset {
	clear: left; position: relative;
	margin: 0 -9px 18px; padding: 8px;
	border: 1px solid #D9D9D9; background-color: #FCFCFC;
}

.BuyForm .FormItem { font-size: 11px; padding-bottom: 9px; }
.BuyForm input, .BuyForm textarea, .BuyForm button,
.BuyForm select, .BuyForm label, .BuyForm .label { clear: left; }
.BuyForm label, .BuyForm .label { display: block; float: none; width: auto; }
.BuyForm .Checks, .BuyForm .FormHelp, .BuyForm .FormErrorMessage { margin-left: 0; }
.BuyForm .CheckWrap { padding-left: 0; }
.BuyForm .CheckWrap .label { margin-left: 0; }
.BuyForm .CheckWrap .Checks label { font-weight: normal; }

.BuyForm .FormSubmit {
	margin: 8px -8px -8px; padding: 17px 8px 18px; width: 100%;
	background: #F2F2F2; border-top: 1px solid #D9D9D9;
}
.BuyForm .FormSubmit button { margin-left: 0; }

/* Category Frontpage
-------------------------------------------------------------- */

.CategoryImage {
	display: block;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: auto;
	float: right;
	clear: right;
}
#LandingPageWrapper {
	position: relative;
	overflow: visible;
	width: 704px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	color: #663;
	text-align: left;
}
#PrimaryFeatures {
	position: relative;
	float: left;
	min-height: 18px;
	color: #663; 
}
#SecondaryFeatures {
	position: relative; float: right;
	width: 191px; min-height: 18px;
	margin-right: -200px;
}

/* News
-------------------------------------------------------------- */

.HomepageNewsDate { float: left; }

.NewsDate {
	float: right; width: 54px; padding: 9px; text-align: center;
	margin: -1px 0 17px 17px; font-size: 10px;
	background: #F8F8F8;
	border: 1px solid #D9D9D9;
}
.NewsDate span { display: block; margin: 0; padding: 0; }
.NewsDate .NewsHeader { font-size: 10px; }
.NewsDate .NewsDay { font-size: 20px; letter-spacing: 1px; }
.NewsDate .NewsYear { font-size: 12px; letter-spacing: 2px; font-weight: bold; }

.NewsOverview { font-size: 15px; }

/* Account pages
-------------------------------------------------------------- */

#OrderStatus { margin: 18px 0; font-size: 15px; }
#OrderStatus dd+dd { margin-left: -6px; }

#OrderHistoryTable { margin: 18px 0; }

dl#AccountInformation {
	margin: 18px 0; width: 280px; overflow: hidden;
	padding: 0 116px 0 150px;
}
dl#AccountInformation dt,
dl#AccountInformation dd {
	position: relative; float: left;
	margin: 0; padding: 4px 0;
}
dl#AccountInformation dt { margin-left: -150px; width: 150px; clear: left; }
dl#AccountInformation dd { width: 100%; }
dl#AccountInformation dd.AccountLogout,
dl#AccountInformation dd.AccountEdit {
	text-align: right; float: right;
	width: 116px; margin-right: -116px;
}
dl#AccountInformation dd p { margin: 0; }


/* Cart
-------------------------------------------------------------- */

#CartForm { margin: 9px 0; }

table .FormItem, table .FormItem:hover { float: none; margin: 0; padding: 0; border: 0; background: none; }
table input, table button { float: none; display: block; }
table dl { margin-bottom: 0; }

.CartPrice, .CartTotal, .CartShippingCost, .CartPaymentCost, .CartProductsTotal { white-space: nowrap; text-align: right; }
td.CartTotal { font-weight: bold; }
.CartPrice, .CartQuanity { text-align: center; }
.CartQuantity input { top: 3px; margin: -4px auto 0; }
.CartQuantity .CartRemove {
	font-size: 10px; font-weight: bold;
	line-height: 18px; text-align: center; display: block;
}
table .CartProduct dl { font-size: 11px; font-weight: normal; }
table .ProductName { padding: 0; margin: 0; font-size: 12px; }

.CartPic { width: 36px; }
.CartPic a {
	display: block; position: relative;
	text-align: center; background: #FFF;
	width: 34px; height: 34px; line-height: 32px;
	border: 1px solid #d9d9d9;
}
.CartPic a:hover { border-color: #09f; }
.CartPic a img {
	vertical-align: middle;
	display: inline;
	margin: 0 auto;
}

#CartTable tfoot th, #CartTable tfoot td,
#PreviewTable tfoot th, #PreviewTable tfoot td { text-align: right; }

#UpdateCart button { padding: 1px 2px; font-size: 11px; line-height: 15px; float: right; margin: -9px 0 0; }

#ContinueToCheckout { margin: 0; padding: 0; border: 0; background: none; }
#ShoppingCartSubmit {}
#ShoppingCartSubmit .ToCheckout { float: right; margin-right: 0; }
#ShoppingCartSubmit .ContinueShopping { float: left; margin: 0; padding: 0; }
#ShoppingCartSubmit .ContinueShopping a {
	float: left; position: relative; height: 34px; line-height: 34px;
	margin: -54px 0 0; padding: 0 17px; text-decoration: none;
	background: #F8F8F8; border: 1px solid #D9D9D9;
}

/* Checkout
-------------------------------------------------------------- */

#CheckoutHeader {
	position: relative;
	overflow: hidden;
	z-index: 3;
	background: #F8F8F8;
	width: 674px;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-left: 15px;
	margin-right: 30px;
}
#CheckoutHeader h1 {
	position: relative;
	height: 36px;
	line-height: 36px;
	border: 0;
	background: none;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 0;
}
#CheckoutHeader #CheckoutStage {
	position: relative; overflow: hidden; width: auto;
	list-style: decimal inside; margin: 0; padding: 0;
	height: 36px; line-height: 36px;
}
#CheckoutHeader #CheckoutStage li {
	position: relative; float: left; height: 34px; line-height: 34px;
	margin: 0 3px 0 0; padding: 0 17px; font-weight: normal;
	background: #F8F8F8; border: 1px solid #D9D9D9;
}
#CheckoutHeader #CheckoutStage li.CurrentCheckoutStage {
	background: #F8F8F8;
	font-weight: bold;
}
#CheckoutHeader #CheckoutStage li.CompletedCheckoutStage {}
#CheckoutHeader #CheckoutStage li.CompletedCheckoutStage a {}
.CheckoutStageEdit {
	font-size: 10px; font-weight: normal;
	position: relative; top: -6px;
	color: #000; padding: 0 0.15em;
}
#LoginForm {
	position: relative;
	overflow: visible;
	width: 650px;
	border-left: 1px solid #D9D9D9;
	margin-top: 0;
	margin-bottom: 0;
}
#CheckoutNewCustomer {
	width: 220px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	clear: left;
	float: left;
}
#CheckoutReturningCustomer {
	float: right;
	width:  350px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	clear: right;
	margin-right: 0px;
	padding-right: 0px;
}
#NewCustomerContinue a.Button {
	float: left; position: relative; height: 34px; line-height: 34px;
	margin: 0; padding: 0 17px; text-decoration: none; font-size: 15px;
	background: #F8F8F8; border: 1px solid #D9D9D9; font-weight: bold;
}

/* Shipping Methods
-------------------------------------------------------------- */

#SelectShippingMethod .ShippingMethodWrapper .DefineShippingMethod {
	float: none; clear: none;
	overflow: auto; margin: 0 0 0 18px;
	padding: 8px; border: 1px solid #d9d9d9;
	background: #ffffcc; font-size: 11px;
}
#SelectShippingMethod .ShippingMethodWrapper .DefineShippingMethod label { float: left; width: auto; clear: none; margin-right: 9px; }
#SelectShippingMethod .ShippingMethodWrapper .DefineShippingMethod select { font-size: 11px; }

#SelectShippingMethod .ShippingMethodWrapper .DefineDisabled { background: #f8f8f8; border: 1px solid #f2f2f2; }
#SelectShippingMethod .ShippingMethodWrapper .DefineDisabled label { color: #ccc; }

#SelectShippingMethod .CheckWrap {}
#SelectShippingMethod .CheckWrap p.label { display: none; }
#SelectShippingMethod .CheckWrap .ShippingMethodWrapper {
	clear: both; width: 100%; overflow: hidden;
	padding: 0 0 9px 108px; margin: 0 0 8px -108px;
	border-bottom: 1px dotted #d9d9d9;
} 
#SelectShippingMethod .CheckWrap .ShippingMethodWrapper .FormHelp { padding: 5px 0 4px 18px; }
.ShippingMethodWithLogo {}
.ShippingMethodWrapper .ShippingMethodLogo {
	position: relative; float: left; width: 90px;
	margin: 0 0 0 -126px; padding: 3px 3px 4px 4px;
	background: #FFF; border: 1px solid #d9d9d9;
	text-align: center;
}
.ShippingMethodWrapper .ShippingMethodLogo img { display: block; margin: 0 auto; }
.ShippingMethodWithLogo .FormHelp { width: 100%; clear: none; }

/* Payment Methods
-------------------------------------------------------------- */

#SelectPaymentMethod .CheckWrap {}
#SelectPaymentMethod .CheckWrap p.label { display: none; }
#SelectPaymentMethod .CheckWrap .PaymentMethodWrapper {
	clear: both; width: 100%; overflow: hidden;
	padding: 0 0 9px 108px; margin: 0 0 8px -108px;
	border-bottom: 1px dotted #d9d9d9;
} 
#SelectPaymentMethod .CheckWrap .PaymentMethodWrapper .FormHelp { padding: 5px 0 4px 18px; }
.PaymentMethodWithLogo {}
.PaymentMethodWrapper .PaymentMethodLogo {
	position: relative;
	float: left;
	width: 90px;
	background: #FFF;
	border: 1px solid #d9d9d9;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -126px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.PaymentMethodWrapper .PaymentMethodLogo img { display: block; margin: 0 auto; }
.PaymentMethodWithLogo .FormHelp { clear: none; }


/* SulkaSuunnittelun tekemiä */

#uutiset, #tuotteet {
	background-image: url(../logos/td_nav_tausta.jpg);
	width: 226px;
	background-repeat: repeat-y;
	text-align: center;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


.puu {
height:180px;
position:absolute;
right:80px;
width:165px;
}

/*TÄSTÄ ALKAA NAVIGOINTI */
#navigointi {
	height: 55px;
	width: 734px;
	padding: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
	
}

#navigointi ul {
	margin: 0px;
	padding: 0px;
}
#navigointi li {
	float: left;
	width: 101px;
	list-style-type: none;
	height: 55px;	
}


