@import "base.css";
@import "base.forms.css";
@import "tb.css";

/* -------------------------------------------------------------- 
   Layout
-------------------------------------------------------------- */

html, body { height: 100%; width: 100%; }
body
{
background-image: url();
background-repeat: repeat-x;
background-position: top;
}

#Container {

	position: relative; width: 960px; height: auto;

	margin: 0 auto 20px; padding: 20px 0 0; text-align: left;

}

#Logo { height: 80px; margin: 0 0 40px; }

#Logo a { width: auto; height: 80px; float: left; margin-right: 15px; }

#Logo a img { display: block; margin: 0; padding: 0; }



#Logo h1 { float: right; margin: 0; height: 20px; line-height: 90px; padding: 30px 0; }

#Copy { clear: both; text-align: center; color: #FFFFFF; margin: 0; padding: 20px; font-size: 11px; }
#Copy a { color: #FFFFFF; }
#Copy a:hover { color: #444; } 

#ShopHeader {
	height: 40px; overflow: hidden; position: relative;
	margin: 0 0 10px; background: url(../i/shop_path.gif) no-repeat;
}
#MiniCart { width: auto; height: 40px; float: right; line-height: 40px; padding: 0 15px 0 0; }
#MiniCart a { margin: 0 0 0 15px; }
ul.Breadcrumb, ul.Breadcrumb ul, ul.Breadcrumb li, ul.Breadcrumb li li a {
	display: inline; background: none;
	margin: 0; padding: 0; width: auto; height: 40px;
	list-style: none outside; line-height: 40px;
	white-space: nowrap; float: none; color: #bababa;
	font-size: 12px; text-decoration: none;
}
ul.Breadcrumb li li a:hover, #CheckoutStage li a:hover { color: #666; }
ul.Breadcrumb { padding-left: 55px; }
ul.Breadcrumb li a {
	position: absolute; display: block; top: 0px; left: 0px; width: 55px; height: 40px;
	background: url(../i/shop_path_first.gif) no-repeat left top; overflow: hidden; text-indent: -1000em;
}
ul.Breadcrumb li a:hover { background-position: left -40px; }
ul.Breadcrumb li span { display: none; }
ul.Breadcrumb li li a {
	position: relative; top: 0px; left: 0px; line-height: 20px;
	padding: 10px 16px 10px 8px; overflow: visible; text-indent: 0;
	background: url(../i/shop_path_hr.gif) no-repeat right top;
}
ul.Breadcrumb li li a:hover { background-position: right top; }

#ShopMain {
	width: 640px; float: right; margin: 0 0 0 0px; padding: 0 0 90px;
	background: url(../i/shopmain_m.gif) no-repeat left bottom;
}
#ShopMainHead { height: 40px; padding: 0 15px; margin: 0; background: url(../i/shopmain_t.gif) no-repeat left top; }
#ShopMainHead h2 { float: left; margin: 0; padding: 0; line-height: 40px; }
#ShopMainHead .Prices { height: 40px; line-height: 40px; width: auto; float: right; }
#ShopMainHead .Prices dd { margin: 0 0 0 10px; }

#ShopContent { position: relative; padding: 20px 15px 5px; background: url(../i/shopmain.gif) repeat-y; }

#CategoryImage img { display: block; margin: -20px -14px 19px; border-bottom: 1px solid #e2e2e2; }
#CategoryDescription { font-size: 15px; font-style: italic; }

#HomepageImage img { display: block; margin: -20px -14px 0; }
#HomepageDescription {
	position: absolute; top: 45px; right: 30px;
	width: 305px; height: 320px;
}

/* Sidepanel */

#ShopNav { width: 310px; float: left; margin: 0; }
#ShopNav .Box {
	width: 280px; overflow: hidden; padding: 0 15px 10px; margin: 0 0 10px;
	background: url(../i/box_b.gif) no-repeat left bottom; font-size: 12px;
}
#SearchBox label { display: none; }
#SearchBox input { width: 220px; }
#SearchBox .FormItem { padding: 10px 0; }

#ShopNav .Box h2 { height: 40px; line-height: 40px; margin: 0 -15px 10px; padding: 0 15px; background: url(../i/box_t.gif) no-repeat left top; }
#ShopNav .Box ul, #ShopNav .Box ol { width: 300px; overflow: hidden; margin: 0 -10px; padding: 0; list-style: none outside; }
#ShopNav .Box li { width: 118px; float: left; padding: 0 10px 0 22px; margin: 0; background: url(../i/bullet.gif) no-repeat 10px 7px; }
#ShopNav .Box li a { float: left; width: 100%; }
#ShopNav .Box li.Current a { font-weight: bold; color: #222; text-decoration: none; }

#ShopNav .Box .SplitBox { width: 155px; }
#ShopNav .Box .Left { margin-left: -15px; float: left; }
#ShopNav .Box .Right { margin-right: -15px; float: right; }

#ShopNav .Box .SplitBox h3 { position: relative; margin: -10px 0 10px; padding: 5px 10px; background: #f2f2f2; font-size: 12px; font-weight: bold; }
#ShopNav .Box .Left h3 { padding-left: 14px; margin-left: 1px; }
#ShopNav .Box .Right h3 { padding-right: 14px; margin-right: 1px; }

#ShopNav .Box .SplitBox ul, #ShopNav .Box .SplitBox ol { width: 150px; margin: 0; }
#ShopNav .Box .Left ul, #ShopNav .Box .Left ol { margin-left: 5px; }
#ShopNav .Box .Right ul, #ShopNav .Box .Right ol { margin-right: 5px; }

#ShopNav .CurrentCategory {
	width: 310px; overflow: hidden; padding: 0 0 10px; margin: 0 0 10px;
	background: url(../i/box_b.gif) no-repeat left bottom;
}
#ShopNav .CurrentCategory ul {
	width: 280px; overflow: hidden; padding: 0 15px; margin: 0;
	background: url(../i/box_t.gif) no-repeat left top;
}
#ShopNav .CurrentCategory ul ul { width: 300px; overflow: hidden; margin: 0 -10px; padding: 10px 0 0; background: none; list-style: none outside; }
#ShopNav .CurrentCategory ul li { display: none; }
#ShopNav .CurrentCategory ul li.Current { display: block; float: none; margin: 0; padding: 0; line-height: 40px; background: none; }
#ShopNav .CurrentCategory ul li.Current ul { padding: 10px 0 0; line-height: 20px; }
#ShopNav .CurrentCategory ul li.Current li {
	line-height: 20px;
	display: block; width: 118px; float: left; padding: 0 10px 0 22px;
	margin: 0; background: url(../i/bullet.gif) no-repeat 10px 7px;
}
#ShopNav .CurrentCategory ul li.Current a { font-size: 20px; color: #4f593a; text-decoration: none; }
#ShopNav .CurrentCategory ul li.Current li a { font-size: 12px; color: #069; text-decoration: underline; }
#ShopNav .CurrentCategory ul li.Current li.Current a { font-weight: bold; color: #404040; text-decoration: none; }
#ShopNav .CurrentCategory ul li.Current li a:hover { color: #0af; }
#ShopNav .CurrentCategory ul li.Current li a:active { color: #c30; }

#ShopNav .Box #CheckoutStage,
#ShopNav .Box #CheckoutStage li {
	margin: 0; padding: 0; float: none;
	width: auto; background: none;
	line-height: 20px;
}
#ShopNav .Box #CheckoutStage { list-style: decimal outside; }
#ShopNav .Box #CheckoutStage li { margin-left: 30px; }
#ShopNav .Box #CheckoutStage li a { float: none; display: inline; margin: 0; padding: 0; }

#ShopNav .Box ul.NewsList, #ShopNav .Box ul.NewsList li {
	float: none; width: auto; line-height: 20px;
}
#ShopNav .Box ul.NewsList { margin: 0; padding: 0; }
#ShopNav .Box ul.NewsList li { margin: 0; padding-left: 12px; background: url(../i/bullet.gif) no-repeat 0px 8px;  }
#ShopNav .Box ul.NewsList li a { float: none; display: inline; margin: 0; padding: 0; }

/* Productlist */

.Product {
	width: 130px; height: 230px; float: left;
	margin: 0 0 18px; padding: 5px 16px 5px 14px;
	background: url(../i/ListHr.gif) no-repeat right top;
}
.FirstProd { padding-left: 0; }
.LastProd { padding-right: 0; background: none; }

.ProductImage {
	position: relative; display: block;
	width: 120px; height: 120px; margin: 0; padding: 5px;
	background: url(../i/ListTnBg.gif) no-repeat left top; 
	text-align: center; line-height: 116px; vertical-align: middle;
}
.ProductImage:hover { background-position: left -130px; }
.ProductImage img { display: inline; line-height: 116px; vertical-align: middle; margin: 0 auto; }
.ProductName { font-size: 13px; font-weight: bold; padding: 5px 0; }

/* Productcard */

#ShortDesc { font-size: 15px; }

.BuyForm {
	margin: 0 0 20px; width: 290px; padding: 0 0 10px;
	background: url(../i/BuyBg.gif) no-repeat left bottom;
	overflow: hidden;
}
.BuyForm fieldset {
	margin: 0; padding: 20px 10px 0;
	background: url(../i/BuyBg.gif) no-repeat left top;
}
.BuyForm .CheckWrap { padding-left: 63px; }
.BuyForm .CheckWrap .label { margin-left: -63px; }
.BuyForm .CheckWrap .Checks label { width: auto; }
.BuyForm .FormSubmit { padding-bottom: 10px; }
.BuyForm .FormSubmit .SubmitButton { margin-left: 65px; }
.BuyForm textarea {font-weight: normal; width: 250px; height: 160px;}
.BuyForm select {white-space: nowrap; width: 275px;}
.BuyForm label {font-weight: normal; margin: 5px 5px 0 0;}
.BuyForm input {margin-left: -40px; white-space: normal; width: auto; height: auto;}
.BuyForm .FormHelp { margin-left: 0px; width: 275px; bottom: auto;}

#ImgCol { float: right; width: 290px; margin: 0 0 10px 30px; overflow: hidden; }

#CurrentProductImage {
	position: relative; display: block; padding: 10px;
	width: 270px; height: 270px; text-align: center;
	overflow: hidden; line-height: 266px; vertical-align: middle;
	background: url(../i/ImgBg.gif) no-repeat left top;
}
#CurrentProductImage:hover { background-position: left -290px; }
#CurrentProductImage img { display: inline; vertical-align: middle; line-height: 266px; margin: 0 auto; }

#ProductThumbnails {
	width: 300px; position: relative;
	overflow: hidden; height: auto;
	margin: 10px -5px 0; padding: 0;
	list-style: none outside;
}
#ProductThumbnails li {
	position: relative; float: left;
	width: 90px; height: 90px;
	margin: 0 5px 10px; padding: 0;
	background: none;
}
#ProductThumbnails li a {
	position: relative; display: block; float: left;
	width: 80px; height: 80px; line-height: 76px;
	vertical-align: middle; text-align: center;
	background: url(../i/TnBg.gif) no-repeat left top;
	padding: 5px;
}
#ProductThumbnails li a:hover { background-position: left -90px; }
#ProductThumbnails li a img { vertical-align: middle; line-height: 76px; display: inline; margin: 0 auto; }

/* Account & Cart & Checkout */

table .FormItem, table .FormItem:hover { float: none; margin: 0; padding: 0; border: 0; background: none; }
table input, table button { float: none; display: block; }

.CartTotal, .CartShippingCost, .CartPaymentCost { 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; color: #c00;
	line-height: 18px; text-align: center; display: block;
}

table .ProductName { padding: 0; font-size: 12px; }
table .ProductOption { font-weight: normal; width: 220px; }
.CartPic a {
	display: block; position: relative;
	text-align: center; background: #FFF;
	width: 30px; height: 30px; line-height: 20px;
	border: 2px ridge #d9d9d9; vertical-align: middle;
}
.CartPic a:hover { border-color: #09f; }
.CartPic a img {
	vertical-align: middle; display: inline;
	line-height: 28px; margin: auto;
	padding: 0; border: 0;
}
#CartTable tfoot th, #CartTable tfoot td,
#PreviewTable tfoot th, #PreviewTable tfoot td { text-align: right; }

#UpdateCart { float: right; }
#UpdateCart button { margin-right: 0; }
#CartSubmitForm { clear: both; }
#ShoppingCartSubmit button { float: right; margin: 0; }
#ShoppingCartSubmit p.FormAltAction { float: left; margin-top: -60px; }

#OrderStatus { margin: 20px 0; font-size: 15px; font-weight: bold; }
#OrderStatus dt, #OrderStatus dd { display: inline; float: none; margin: 0 5px 0 0; }

#OrderHistoryTable { margin: 20px 0; }

dl#AccountInformation {
	margin: 20px 0; width: 343px; 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; }

#NewCustomerPassword { display:none; }
#ShippingAddress { display:none; }
#OrderNewsletter { display:none; } 

#LoginEmail { display:none; }
.ShippingToDifferentAddress { display:none; }
#CurrentShippingAddress { display:none; }
#ShoppingCartSubmit { display:none; }
#UpdateCart { display:none; }
#PrintCustomer { display:none; }
form#NewCustomerForm fieldset p,
form#NewCustomerForm fieldset .InlineCheck { display: none; }
.EditCustomerInformation { display:none; }
#toimitus_17 { display:none; }
.ShippingMethodWrapper ShippingMethodID-17 { display:none; }
.TermsLink { display:none; }
#CartTable .CartShippingCost { display:none; }
#CartTable .CartTotal { display:none; }




/* Checkoutin maksuunsiirtymissivu
-------------------------------------------------------------- */

.CheckoutTransferToPayment { width: 31.3%; float: left; height: 120px; clear: none; text-align: center; margin: 0 2% 10px 0; padding: 0; }
.CheckoutTransferToPayment button {
	vertical-align: middle; height: 120px; width: 100%;
	padding: 0 10px; text-align: center; background: #FFF;
	border: 1px solid #aaa; cursor: pointer; color: #666;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #aaa; -webkit-box-shadow: 0 1px 2px #aaa; box-shadow: 0 1px 2px #aaa;
}
.CheckoutTransferToPayment button:hover { background: #e1eef5; border-color: #09f; }
.CheckoutTransferToPayment button img {
	display: block; padding: 4px; background: #FFF;
	border: 1px solid #aaa; margin: 0 auto 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.CheckoutTransferToPayment button:hover img { border-color: #09f; }








