@charset "UTF-8";
body  {
	background: #2a2a2a;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #e9e9e9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
}
ul#ostosnavi li{
display:inline;
float:right;
padding:10px 12px 0 10px;
}

ul#ostosnavi li.teksti{
padding:13px 10px 0 10px;
}

ul#ostosnavi li img{
padding:0px 8px 0 0px;
position:relative;
top:2px;
}

ul#ostosnavi li span.PriceDecimals{
font-size:11px;
margin-right:5px;
color: #e9e9e9;
font-weight:normal;
}

ul#ostosnavi li span.Currency{
font-size:11px;
color: #e9e9e9;
font-weight:normal;
}

#logo{
	position: relative;
	top: 70px;
}
#logo img{
	border: 0;
}
#kategoriat {
	background-image: url(../images/ot-navi.png);
	background-repeat:no-repeat;
	margin: 170px auto 0px;
	padding: 0px;
	height: 63px;
	width: 700px;
}
#sidebar2{
float:right;
width:180px;
margin:40px 0 0 0;
background: #2a2a2a;
}

ul.Categories{
	padding: 30px 0 0 45px;
}
ul.Categories li{
	display:inline;
	list-style-type:none;
	padding:8px 0px 10px 0px;
	margin: 0px 55px 10px 10px;
}
.alavalikko ul.Categories{
	float:left;
	margin: 10px 0 10px 40px;
	padding:0 20px 0 0;
}
.alavalikko ul.Categories li,
.alavalikko ul.Categories li.LastNavigationItem{
        display:block;
        list-style-type:none;
	padding:0px 0 4px 0;
	margin:0px;
}
ul.Categories li.LastNavigationItem{
	padding-left:8px;
}
.alavalikko ul.Categories li a:link,
.alavalikko ul.Categories li a:visited{
	text-decoration:none;
	color:#ababab;
	font-size: 11px;
}
.alavalikko ul.Categories li a:hover{
	text-decoration:underline;
	color:#5cbb30;
}
.alavalikko ul.Categories li a:active{
	color:#fff;
}

ul.Categories li a:link,
ul.Categories li a:visited{
	font-size:14px;
	color:#5cbb30;
	text-decoration:none;
}
ul.Categories li a:hover{
	text-decoration:underline;
}
#container {
	width: 1180px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2a2a2a;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	background: #1a1a1a;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 250px;
	-moz-border-radius-bottomleft: 30px; 
	-moz-border-radius-bottomright: 30px; 
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#banneri{
	width:500px;
	height:180px;
}
img.BannerImage{
border:0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 10px 15px 0px;
background: #2a2a2a;
}
#mainContent {
	margin: 50px 0px 20px 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #222222;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
width:670px;
} 


/* POLKU */
#path{
	margin: 5px 0 10px 0;
}
ul.Breadcrumb, ul.Breadcrumb ul, ul.Breadcrumb li, ul.Breadcrumb li li a {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.Breadcrumb li{
	display:inline;
	list-style-type:none;
	padding:0px;
}
span.BreadcrumbStart{
	display:none;
}
span.BreadcrumbSeparator{
	color:#89cf68;
}
.tuotemerkit{
	margin: 10px auto;
}
p.tuotemerkit{
	text-align:center;
}
#footer {
	padding: 0 10px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4d4d4d;
	-moz-border-radius-topleft: 30px; 
	-moz-border-radius-topright: 30px; 
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.alavalikko{
	float:left;
	margin: 10px 0;
	padding:0 20px 0 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 30px;
	text-align:center;
}
.fltrt img{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	border:0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
table tr td{
padding:2px 8px;
text-align:center;
}

#asia a:link,
#asia a:visited{
text-decoration:underline;
color:#5cbb30;
}
#asia a:hover{
	text-decoration:underline;
	color:#ababab;
}
#asia a:active{
	color:#fff;
}
a:link,
a:visited,
#path a:link,
#path a:visited{
	text-decoration:none;
	color:#ababab;
}
a:hover,
#path a:hover{
	text-decoration:underline;
	color:#5cbb30;
}
a:active,
#path a:active{
	color:#fff;
}
#sidebar1 h2{
	font-size: 12px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing: 0.2em;
	text-decoration:underline;
}
h1{
	color: #e9e9e9;
	font-size:16px;
}
h2{
	color:#5cbb30;
	font-size:16px;
}
h3{
	font-size: 12px;
	font-weight:normal;
}
h4{
	font-size: 12px;
	font-weight:bold;
	color:#5cbb30;
}
h3.news,
h3.news a:link,
h3.news a:visited{
	font-size: 12px;
	color:#5cbb30;
	font-weight:bold;
	text-transform:uppercase;
	padding: 0px 0 8px;
	margin: 0px;
}
p.newsDate {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color:#ababab;
}
p.news{
	margin:0;
}
p.keski{
	text-align:center;
}
ul.InfoNavigation li{
	list-style-type:none;
	padding:0px 0 4px 0;
	margin:0px;
}
ul.CustomerNavigation li{
	list-style-type:none;
	padding:0px 0 4px 0;
	margin:0px;
}
h4.alaotsikko{
	color:#89cf68;
	margin: 20px 0 0 40px;
	padding: 0;
	text-transform:uppercase;
}


/* TUOTE ETUSIVU */
a.home{
font-size: 16px;
display:block;
margin:20px 0 0px 0;
}
.ruutu{
	float:left;
	margin:6px 8px 8px 0;
width:145px;
height:200px;
padding:0 5px 0 0;
}
a.ProductImage img{
	border: solid 4px #4d4d4d;
	margin:0;
	padding:0;
}
a.ProductThumbnail img{
border:0;
}
ul#ProductThumbnails{
width:290px;
padding:0;
margin:20px 0 10px 0;
}
ul#ProductThumbnails li{
padding:1px;
}
h2.ProductName,
h2.ProductName a:link,
h2.ProductName a:visited{
	font-size:12px;
	margin:4px 0 0 0; 
	font-weight:normal;
	color:#c4c4c4;
	text-decoration:none;
}
h2.ProductName a:hover{
	text-decoration:underline;
}
span.PriceDecimals{
margin:0;
	font-size:18px;
	font-weight:bold;
	color:#5cbb30;
	font-family:Lucida Grande;
}
span.Currency{
margin-left:5px;
font-size:18px;
}
p.hinta,
dl.Prices,
dd.Price{
	margin:2px 0 0 0;
	font-size:18px;
	font-weight:bold;
	color:#5cbb30;
	font-family:Lucida Grande;
}
dd.ListPrice,
dd.ListPrice span.PriceDecimals{
	font-size:12px;
	color:#5cbb30;
	font-family:Lucida Grande;
font-weight:normal;
margin:2px 0 0 0;
text-decoration:line-through;
}

dd.ListPrice span.Currency{
font-size:12px;
	color:#5cbb30;
	font-family:Lucida Grande;
        font-weight:normal;
        margin-left:4px;
}
dt.ListPrice,
dt.Price{
	display:none;
}
dd.DiscountPrice,
dd.DiscountPrice span.PriceDecimals{
	font-size: 18px;
	color:#ffe13a;
        margin:4px 0 0 0;
}


/* TUOTEMERKIT */

.tuotemerkit{
width:180px;
padding: 20px 30px 0px 0;
float:right;
}
.tuotemerkit ul.BrandsNavigation li{
	display:block;
	list-style-type:none;
	padding:px 12px 0 0;
	margin: 0px;
text-align:center;
}
ul.BrandsNavigation{
text-align:center;
}
.alavalikko ul.BrandsNavigation{
	text-align:left;
}
ul.BrandsNavigation li{
	display:block;
	list-style-type:none;
	padding:10px;
	margin: 0px;
}
ul.BrandsNavigation li img{
	border:0;
}
.alavalikko ul.BrandsNavigation li{
	display:block;
        list-style-type:none;
	padding:0px 0 4px 0;
	margin:0px;
}

/* MAINOKSET */

#tuotemainokset{
width:700px;
margin: 0 auto;
padding:0 0 10px 50px;
}
#tuotemainokset img{
padding:0 15px;
}

/* HOTPICKS */

td.teksti p{
	margin:2px 0;
}
td.teksti a{
	font-weight:bold;
}
span.hothinta{
	color:#5cbb30;
	font-size:14px;
	margin-left:6px;
}


/* TUOTESIVU */

#ProductImages{
margin:12px 20px 60px 0;
float:left;
width:270px;
}
a.BrandLink img.BrandImage{
float:right;
border:0;
position:relative;
top:-10px;
left:-5px;
width:120px;
}
#ProductBuy{
width:670px;
}
#ProductBuy dd.Price{
	font-size: 22px;
	color:#5cbb30;
}
#ProductBuy dd.DiscountPrice,
#ProductBuy dd.DiscountPrice span.PriceDecimals{
	font-size: 22px;
	color:#ffe13a;
}
#ProductBuy dd.DiscountPrice span.Currency{
margin-left:5px;
	font-size: 22px;
	color:#ffe13a;
}
#ProductBuy dd.ListPrice,
#ProductBuy dd.ListPrice span.PriceDecimals{
	font-size: 13px;
	color:#5cbb30;
text-decoration:line-through;
font-weight:normal;
margin-top:4px;
}
#ProductBuy dd.ListPrice span.Currency{
margin-left:5px;
	font-size: 13px;
	color:#5cbb30;
font-weight:normal;
}
h1 dl.Prices{
margin:6px 0 0 0;
font-size:26px;
}
dl.Availability dt.StorageInfo{
position:relative;
top:-16px;
font-size:10px;
color:#ababab;
}
dl.Availability dd.StorageInfo{
color:#ffe13a;
margin:0px;
position:relative;
top:-20px;
}
dl.Availability dd.DeliveryTime{
color:#ffe13a;
margin:0px;
position:relative;
top:-20px;
}
fieldset{
border:0;
}
p#ProductImageCaption{
color:#777777;
}
#koriin{

}
#koriin .BuyFormQuantity{
margin:12px 0 12px 0;
}

ul#ProductThumbnails li{
list-style-type:none;
display:inline;
margin:0 5px 5px 0;
}

ul#ProductThumbnails li img{
padding:0;
margin:0 0px 5px 0;
}

#BuyFormVariationSelect-2{
margin-left:12px;
}
#BuyFormQuantity-2{
margin-left:5px;
}
#ProductFullDesc{
float:right;
width:350px;
padding-right:20px;
}

/* OSTOSKORI */

div.Notification p{
color:#ffe13a;
}

table#CartTable{
padding: 10px 0;
text-align:left;
}

table#CartTable caption{
display:none;
}

table#CartTable tr td{
margin:0px;
padding:10px 20px 10px 0px;
}

table#CartTable thead{
font-size:14px;
color: #5cbb30;
}

table#CartTable thead th.CartProduct,
table#CartTable tbody td.CartPic{
padding-left: 10px;
}

table#CartTable tbody{
}

table#CartTable tbody dt.ProductAvailability,
table#CartTable tbody dd.ProductAvailability{
display:none;
}

table#CartTable tbody td.CartPic,
table#CartTable tbody td.CartQuantity{
width:70px;
}
table#CartTable tbody td.CartQuantity input{
text-align:center;
}
table#CartTable tbody th.CartProduct{
width:260px;
}

table#CartTable tbody dt.ProductVariation{
display:none;
}

table#CartTable tbody dd.ProductVariation{
color:#fff;
margin:0;
font-weight:normal;
}

table#CartTable tbody td.CartPrice,
table#CartTable tbody td.CartTotal{
width:90px;
}

table#CartTable tbody tr.even{
background:#4d4d4d;
}

table#CartTable tbody span.PriceDecimals{
color: #e9e9e9;
font-size: 12px;
margin-right:5px;
font-weight:normal;
}

table#CartTable tbody span.Currency,
table#CartTable tbody td.CartPrice{
color: #e9e9e9;
font-size: 12px;
font-weight:normal;
}

table#CartTable tfoot th.CartShippingCost,
table#CartTable tfoot td.CartShippingCost{
padding:50px 0 8px 0;
margin:0;
}

table#CartTable tfoot td.CartShippingCost span.PriceDecimals{
color: #e9e9e9;
font-size: 12px;
margin-right:5px;
font-weight:normal;
}

table#CartTable tfoot td.CartShippingCost span.Currency{
color: #e9e9e9;
font-size: 12px;
font-weight:normal;
}

table#CartTable tfoot td.CartTotal,
table#CartTable tfoot th.CartTotal{
border-top: 1px solid #5cbb30;
color: #5cbb30;
text-transform:uppercase;
font-weight:normal;
font-size:14px;
}

table#CartTable tfoot td.CartTotal{
color: #5cbb30;
font-size:14px;
}

table#CartTable tfoot td.CartTotal span.PriceDecimals,
table#CartTable tfoot td.CartTotal span.Currency{
font-size: 14px;
margin-right:5px;
font-weight:normal;
}

.FormItem{
margin:0;
padding:5px 0;
}
p.FormAltAction a{
margin-left: 4px;
}

dl.ShippingCosts dt.ShippingMethodName{
font-size:12px;
float:left;
margin:0 12px 0px 0;
}

dl.ShippingCosts dd.ShippingMethodPrice{
margin:0 40px 4px 0;
text-align:right;
}

dd.ShippingMethodInfo{
display:none;
}

/* SIDEBAR-CART */

#sidebar-cart{
margin-top:24px;
}

#sidebar-cart h1{
font-size:14px;
}

ul.maksutavat{
list-style-type:square;
color: #5cbb30;
margin:10px 0 20px 0;
}
#sidebar-cart h3{
font-size:14px;
color: #5cbb30;
text-decoration:underline;
}

/* KASSA */

form#ShippingAddressForm a{
color: #ffe13a;
}

p.label{
font-weight:bold;
font-size:12px;
margin-bottom:20px;
}

.Checks span.Currency{
font-size:12px;
}

label.ShippingMethod{
background: #3a3a3a;
padding:5px 10px 5px 2px;
-moz-border-radius: 15px; 
-webkit-border-radius: 15px;
}

p.FormHelp span.ShippingMethodDesc{
display:none;
}

/* TILAUSSEURANTA & KIRAJUDU SISÄÄN */

.FormItem input#tilausnumero{
margin-left:10px;
}
.FormItem input#sahkoposti{
margin-left:24px;
}

fieldset#OrderStatusLogin div.FormSubmit{
margin:5px 0 0 86px;
}

.FormItem input#CustomerEmail{
margin-left:12px;
}

.FormItem input#CustomerPassword{
margin-left:23px;
}
p.ForgetPassword{
position:relative;
top:-6px;
left:78px
}

#SubmitAccountLogin{
position:relative;
top:-12px;
left:78px
}

/* SIDEBAR HOTPICKS */

.hotpicks{
margin:0;
padding:0;
}
td.kuva a{
padding:0;
margin:0;
}
td.teksti,
td.teksti a{
margin:0;
padding:0 0px 0 0;
width:120px;
font-weight:normal;
}

/* UUTISET */

.uutiset{
margin: 30px 0;
}

/* OTA YHTEYTTÄ */

form#ContactForm label{
float:left;
margin:3px 10px 0 0;
}

form#ContactForm input#ContactName{
margin-left:36px;
}

form#ContactForm input#ContactPhone{
margin-left:21px;
}

form#ContactForm textarea#ContactMessage{
margin-left:31px;
}

form#ContactForm label:after { content: ": " }

form#ContactForm div.FormSubmit{
margin-left:74px;
}

/* OMA TILI */

dl#AccountInformation dt{
color: #5cbb30;
font-weight:bold;
}
dl#AccountInformation dd{
margin:10px 0 20px 20px;
}
dl#AccountInformation dd.AccountLogout a{
color:#ffe13a;
}
table#OrderHistory caption{
color: #5cbb30;
font-size:16px;
margin:10px 0;
text-align:left;
}

table#OrderHistory thead tr th{
text-align:left;
padding:10px 30px 10px 0;
}
table#OrderHistory tbody tr td{
text-align:left;
padding:5px 30px 5px 10px;
background:#777777;
margin:10px 0;
}
table#OrderHistory tbody tr td.OrderDownload{
background:none;
}
table#OrderHistory tbody tr td.OrderStatus{
background:none;
color: #5cbb30;
}
table#OrderHistory tbody tr td.OrderNumber a{
color:#ffe13a;
}
table#OrderHistory span.PriceDecimals,
table#OrderHistory span.Currency{
font-size:11px;
color:#e9e9e9;
font-weight:normal;
}

