@charset "UTF-8";
@import "tb.css";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eafdde;
	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: #000000;
	font-size:12px;
}
#container  {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 15px auto 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	padding: 0;  /* 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. */
} 
a.etusivu {
	position: relative;
	left: -410px;
	top: 25px;
	font-size: 24px;
	color: #89d169;
	text-decoration: none;
}
a img{
	border:0;
}
#login {
	float: right;
	text-align: center;
	margin-top: 20px;
	padding-right: 10px;
}
#login p{
	margin: 4px 0 2px 0;
}
#login p  a:link,
#login p  a:visited{
	margin-top: 0px;
	color: #215601;
	text-decoration:none;
}

#login p  a:hover{
	margin-top: 0px;
	color: #215601;
	text-decoration:underline;
}
#navi {
	margin: 0px;
	background-image: url(../images/iphone_ostos.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 1024px;
}
#navi p{
	font-size: 11px;
	margin:20px 0 0 0;
	color: #215601;
}
ul.navi{
	padding: 20px 0 0 395px;
}
.navi li{
	font-size: 11px;
	display: inline;
	list-style-type: none;
	padding: 0px 0 0 55px;
	margin:0;
	color: #215601;
}
.navi li.kassa{
	font-size: 11px;
	display: inline;
	list-style-type: none;
	padding: 0px 0 0 80px;
	margin:0;
	color: #215601;
}
#navi a:link,
#navi a:visited{
	color: #215601;
}
#navi a:hover{
	color: #89d169;
}
.navi li a {
	font-size: 12px;
	color: #215601;
}
#navi2 {
	margin: 0px;
	background-image: url(../images/ostosnavi3.jpg);
	background-repeat: no-repeat;
	height: 111px;
	width: 1024px;
}
#navi2 p{
	font-size: 11px;
	padding:25px 0 0 20px;
	color: #215601;
}
/* KATEGORIAT */
#kategoriat {
	margin: 0px;
	padding: 0px 0 0 200px;
	position:relative;
	top:12px; 
}
#kategoriat p{
	font-size: 11px;
	margin:20px 0 0 0;
	color: #215601;
}
ul.Categories li{
	display:inline;
	background:#96dc72;
	list-style-type:none;
	width:100px;
	padding:8px 20px 10px 20px;
	margin: 10px 6px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 3px 8px #bbbbbb;
	-webkit-box-shadow: 0px 3px 8px #bbbbbb;
	box-shadow: 0px 3px 8px #bbbbbb;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#bbbbbb')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#bbbbbb');
}

#kategoriat a:link,
#kategoriat a:visited{
	color: #215601;
}
#kategoriat a:hover{
	color: #fff;
}
#kategoriat li a {
	font-size: 14px;
font-weight:bold;
	color: #215601;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px;
}

#sidebar1 div.Box{
	width:160px;
        margin-left:100px;
        margin-bottom:20px;
}

#sidebar1 div.Box li{
	font-size:12px;
	padding: 4px 20px;
}

#sidebar1 div.Box li.CurrentCheckoutStage{
	background-color:#89d169;
}
img.icon {
	margin: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: bottom;
}
#logo{
	float:left;
}
#info{
	margin-left:680px;
}

#info p{
	margin: 4px 0 2px 0;
}
#info p  a:link,
#info p  a:visited{
	margin-top: 0px;
	color: #215601;
	text-decoration:none;
}

#info p  a:hover{
	margin-top: 0px;
	color: #215601;
	text-decoration:underline;
}

#mainContent  {
	margin: 15px 320px 0 0;
	padding: 0 0 0 8px;
} 


#mainContent .Price{
        font-weight:bold;
	float:right;
	margin-right:20px;
}

.FormItem{
	font-size:12px;
        margin:6px 0;
}
fieldset#CheckoutReturningCustomer{
        width:400px;
	background-color:#dbf9c8;
        padding:0px 20px 15px 20px;
        margin:20px;
        border: 1px solid #215601;
}
fieldset#CheckoutReturningCustomer label{
        margin:5px;
}

fieldset#CheckoutReturningCustomer input#LoginPWD{
        margin-left:13px;
}

fieldset#CheckoutReturningCustomer div.FormSubmit{
        margin-left:175px;
}
.Currency{
	margin-left:4px;
}


#mainContent dt.Price{
	display:none;
}

#ImgCol{
	
	float:left;
}

#ShopContent fieldset{
	font-size:12px;
	border:0;
}
.FormSubmit{
	margin-top:8px;
}
#tuotetaulu{
	margin:0;
	width:660px;
	padding: 0px;
}

.ruutu{
float:left;
font-size:14px;
color: #215601;
padding:6px 8px 0 11px;
margin:0px;
width:300px;
height:174px;
background-image: url(../images/iphone_box.jpg);
background-repeat: no-repeat;
}

.ruutu img{
float:left;
}

.ruutu dd.Price,
.kompostiruutu dd.Price{
font-size:140%;
padding-right:10px;
margin:0;
}
.ruutu dt.Price,
.ruutu dt.ListPrice,
.kompostiruutu dt.Price,
.kompostiruutu dt.ListPrice{
display:none;
}
.ruutu dd.DiscountPrice,
.kompostiruutu dd.DiscountPrice{
color:#F00;
font-size:220%;
padding:10px 10px 0 0;
margin:0;
}

.ruutu .ListPrice,
.kompostiruutu. ListPrice{
font-size:120%;
padding:4px 30px 0 0px;
font-style: italic;
text-decoration:line-through;
color: #89d169;
clear:right;
text-align:right;
}

.ruutu a:link,
.ruutu a:visited,
.kompostiruutu a:link,
.kompostiruutu a:visited{
font-size:12px;
color: #215601;
text-decoration:none;
}

.ruutu a:hover,
.kompostiruutu a:hover{
font-size:12px;
color: #215601;
text-decoration:underline;
}

.ruutu span.PriceDecimals,
.kompostiruutu span.PriceDecimals{
font-size: 80%;
}

.ruutu span.Currency,
.kompostiruutu span.Currency{
margin-left:4px;
font-size: 70%;
font-weight:normal;
}
.kompostiruutu{
float:left;
background: #c7f2aa;
opacity:0.8;
font-size:14px;
color: #215601;
padding:6px 0px 0 0px;
margin:0px 15px 0 0;
width:280px;
height:158px;
border: 3px solid #97d37b;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0px 3px 8px #bbbbbb;
	-webkit-box-shadow: 0px 3px 8px #bbbbbb;
	box-shadow: 0px 3px 8px #bbbbbb;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#bbbbbb')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#bbbbbb');
}
.kompostiruutu img{
float:left;
opacity:0.8;
}
h1{
font-size:14px;
font-weight:bold;
color: #215601;
text-align:center;
}
h1.kompostiotsikko{
width:220px;
opacity:0.6;
margin:10px 10px 10px 20px;
font-size:18px;
font-weight:bold;
color: #dc0000;
padding: 5px 10px;
background: #dbf9c8;
}

h2{
	font-size:14px;
	color: #215601;
}

h2.ProductName{
font-size:16px;
color: #215601;
text-align:center;
margin:10px 0 6px 0;
}
h2.ProductName a:link,
h2.ProductName a:visited{
font-size:14px;
color: #215601;
text-align:center;
margin:10px 0 6px 0;
}
h3{
        text-align:center;
	font-size:14px;
	color: #215601;
}
#mainContent p, 
#login p,
#info p,
#sidebar1 div.Box p{
font-size:12px;
line-height:1.4;
}
.viisi{
	width: 700px;
	margin: 10px 10px 20px 10px;
}
/* TUOTESIVUN TYYLIT */
#ShopContent{
margin:30px 0 0 0;
}

#ShopContent dd.DiscountPrice,
#ShopContent dd.Price{
font-size:160%;
color: #215601;
}
#ShopContent dd.DiscountPrice{
color: #F00;
}
#ShopContent dt.ListPrice{
display:none;
}

#ShopContent dd.ListPrice{
position:relative;
top:0px;
left:50px;
font-size:80%;
color: #89d169;
text-decoration:line-through;
}

ul#ProductThumbnails li{
list-style-type:none;
float:left;
}

ul#ProductThumbnails li img{
list-style-type:none;
border: 5px solid #dbf9c8;
margin:5px 15px 5px 0;
}
#ShopContent fieldset{
	padding-left: 20px;
}
#ShopContent fieldset p.label{
	font-size: 120%;
	color: #215601;
}
#ShopContent fieldset div.FormItem{
	background-color:#dbf9c8;
	padding: 5px 10px;
        margin: 0px;
        border: 1px solid #215601;
        border-bottom:0;
}
#ShopContent fieldset div.BuyFormQuantity{
        border-bottom:0;
	padding: 8px 36px;
}
#ShopContent fieldset div.FormSubmit{
	border-top:0;
        border-bottom:1px solid #215601;
	padding: 8px 36px;
}
#ShopContent fieldset p.Available{
	font-size: 80%;
        color: #89d169;
        padding-left:26px;
}
#ShopContent div.selite{

        margin: 0 8px 0 0;
        padding: 5px 10px;
}
dt.StorageInfo{
display: none;
}
dd.StorageInfo{
margin: 0 8px 0 0;
font-size:12px;
color:#89d169;
font-weight:normal;
text-transform:uppercase;
}

/* OSTOSKORIN TAULUKOT */

table#CartTable,
table#PreviewTable{
	background-color:#dbf9c8;
        font-size:12px;
        width:600px;
        padding:20px;
        margin:10px 25px;
        border: 1px solid #215601;
}

table#CartTable caption,
table#PreviewTable caption{
	margin-top:20px;
	font-size:14px;
	color: #215601;
	text-align:left;
}

table#CartTable th{
	font-weight:bold;
	font-size:12px;
	padding:4px 10px;
}
table#CartTable thead th.CartTotal{
        border: 1px solid #215601;
}
table#CartTable th.CartProduct{
        border: 1px solid #215601;
}
table#CartTable td{
        border: 1px solid #215601;
}
table#CartTable th.CartPrice{
        border-top: 1px solid #215601;
        border-right: 1px solid #215601;
        border-bottom: 1px solid #215601;
}
table#CartTable td.CartPrice{
        border-left:0;
        border-right:1px solid #215601;
}
table#CartTable th.CartQuantity{
        border-top: 1px solid #215601;
        border-bottom: 1px solid #215601;
}
table#CartTable td.CartQuantity{
        border-left:0;
}
table#CartTable th.CartTotal{
        border: 1px solid #215601;
}
table#CartTable th.CartShippingCost{
        border-left: 1px solid #215601;
        border-bottom:0;
        border-right:0;
}

table#CartTable td.CartShippingCost{
        border: 1px solid #215601;
        border-bottom:0;
        border-top:0;
        background-color:#c9ebb4;
}
table#CartTable th.CartTotal{
        border: 1px solid #215601;
        border-right:0;
        background-color:#c9ebb4;
}
table#CartTable td.CartTotal{
        border: 1px solid #215601;
        background-color:#c9ebb4;
}
table#CartTable td{
        border-right: 0px solid #215601;
	padding:5px 10px;
        text-align:center;
	font-size:12px;
}
table#PreviewTable th{
	font-weight:bold;
	font-size:12px;
	padding:4px 10px;
}
table#PreviewTable td{
        border-right: 0px solid #215601;
	padding:5px 10px;
        text-align:center;
	font-size:12px;
}

table#PreviewTable th.CartPic{
        border: 1px solid #215601;
}
table#PreviewTable th.CartProduct{
        border: 1px solid #215601;
        border-left:0;		
}
table#PreviewTable th.CartPrice{
        border: 1px solid #215601;
        border-left:0;		
}
table#PreviewTable th.CartQuanity{
        border: 1px solid #215601;
        border-left:0;	
}
table#PreviewTable td.CartQuanity{
        border: 1px solid #215601;
        border-left:0;	
}
table#PreviewTable th.CartTotal{
	border: 1px solid #215601;
}
table#PreviewTable td.CartTotal{
        background-color:#c9ebb4;
        border: 1px solid #215601;
}
table#PreviewTable th.CartTotal{
        background-color:#c9ebb4;
        border: 1px solid #215601;
}
table#PreviewTable th.CartProductsTotal{
        border: 1px solid #215601;
        border-bottom:0;
        border-top:0;
}
table#PreviewTable td.CartProductsTotal{
        border: 1px solid #215601;
        border-bottom:0;
        border-top:0;
}
table#PreviewTable td.CartShippingCost{
        border: 1px solid #215601;
        border-bottom:0;
}
table#PreviewTable th.CartShippingCost{
        border: 1px solid #215601;
        border-bottom:0;
}
table#PreviewTable th.CartQuantity{
        border: 1px solid #215601;
}
table#PreviewTable td.CartPic{
        border: 1px solid #215601;
}
table#PreviewTable td.CartPrice{
        border: 1px solid #215601;
border-left:0;	
}
a{
	font-size:12px;
	color: #215601;
}
#UpdateCart{
position:relative;
left:320px;
        margin:0px;
        padding-top:4px;
        float:left;
}

fieldset{
        border:0;
}
#ShoppingCartSubmit{
        margin:0;
position:relative;
left:350px;
}
p.FormAltAction a:link,
p.FormAltAction a:visited{
        color:#89d169;
        margin-left:5px;
}
p.FormAltAction a:hover{
        color:#215601;
}
#footer  {
	padding: 0;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 61px;
	width: 1024px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
p.copy {
	font-size: 9px;
	color: #215601;
	margin: 0px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.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-left: 8px;
}
.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;
}

/*  REKISTERÖINTILOMAKE  */

fieldset#NewCustomerEmail,
fieldset#NewCustomerAddress,
fieldset#NewCustomerPassword{
        background-color:#dbf9c8;
        width:600px;
        padding:5px 20px;
        margin:10px 25px;
        border: 1px solid #215601;
}

fieldset#NewCustomerAddress label.GroupLabel{
        color:#215601;
        font-weight:bold;
}

fieldset#NewCustomerAddress input{
        margin:5px;
}
fieldset#NewCustomerAddress input#etunimi{
        margin-left:16px;
}
fieldset#NewCustomerAddress input#postiosoite{
        margin-left:38px;
}
fieldset#NewCustomerAddress input#postinumero{
        margin-left:28px;
}
fieldset#NewCustomerAddress input#yritys{
        margin-left:16px;
}

fieldset#SubmitCustomerInfo{
        margin-left:40px;
}
fieldset#SubmitCustomerInfo p.CheckoutPrevStage{
        display:inline;
}

p.FormErrorMessage,
.GroupError p.GroupErrorMessage{
        color:#f00;
}

/*  KIITOS TILAUKSESTASI  */

.info-page{
        font-size:12px;
}
.info-page table{
        width:400px;
}
.info-page table th.OrderTotal,
.info-page table th.OrderProduct,
.info-page table th.OrderQuantity,
.info-page table td.OrderQuantity,
.info-page table td.OrderPrice,
.info-page table th.OrderPrice,
.info-page table td.OrderTotal{
        background-color:#c9ebb4;
}

/*  USER LOGIN  */

fieldset#AccountLogin{
        background-color:#dbf9c8;
        width:600px;
        padding:5px 20px;
        margin:10px 25px;
        border: 1px solid #215601;
}
fieldset#AccountLogin input#CustomerPassword{
        margin:5px 13px;
}
fieldset#AccountLogin p.FormHelp{
        margin:5px 70px;
}
fieldset#AccountLogin div#SubmitAccountLogin button{
        margin:5px 70px;
}

/*  HOTPICKS SIDEBAR  */

#hotSidebar{
        width:400px;
        margin:0px;
}
#hotSidebar div.Lists{
        width:310px;
        margin:10px 10px;
        padding:5px 10px;
        background-color:#dbf9c8;
}
#hotSidebar div.Lists ul,
#hotSidebar div.Lists ul li,
#hotSidebar div.Lists ol{
        list-style-type:none;
        padding:0;
}
.Lists div.hotpicks{      
        background-color:#eafdde;
        padding:0 5px;
        margin: 10px 0;
}
#hotSidebar div.Lists span.hothinta{
        font-size:120%;
        font-weight:bold;
        padding:0px;
}
#hotSidebar table td.teksti{
        width:180px;
}
#hotSidebar table td.kuva{
        width:120px;
}

ul.posti{
        margin:0;
        padding:5px 0;
        background-color:#c9ebb4;  
}
li.posti{
        margin:0;
        padding:0 2px;
        list-style-type:none;
        color: #215601;
        font-weight:bold;      
}
span.blck{
		color:#000;
}

/*  KOMPOSTI  */

#kompostori{
	background-image: url(../images/komposti.jpg);
	background-repeat: no-repeat;
	width:1000px;
	height:1029px;
	margin:0;
	padding: 150px 10px 10px 50px;
}
.kompostikerros{
	margin:10px 0 10px 0px;
	padding: 40px 0px 10px 0px;
}
.uutiset{
width:300px;
padding:5px 0 10px 0;
border-bottom: 4px solid #c9ebb4;
}
p.newsDate{
position:relative;
top:-6px;
left:6px;
color:#c9ebb4;
font-size:10px;
margin:0;
font-style:italic;
font-weight:bold;
}

h2.news a{
color:#215601;
font-size:13px;
margin:0px 0;
padding:2px 6px;
line-height:1.4;
font-weight:normal;
background-color:#c9ebb4;
text-decoration:none;
}

p.news{
line-height:1.5;
font-size:11px;
margin:0px 0;
padding:2px 6px;
}


<!--[if IE]>
#UpdateCart{
        padding-top:0px;
}
<![endif]-->
