
/* General styles, applies to all areas */

html{
    overflow: -moz-scrollbars-vertical;
}

body {
    background: #25bccf url('layout_images/html_bg.jpg') repeat-x top left;
    font-family: Verdana, Arial;
    margin: 0;
    text-align: center;
}

div#moon_layer{
    background: transparent url('layout_images/moon_bg.jpg') no-repeat;
    padding-top: 0px;
    height: 1223px;
}

div#container{
    margin: 0 auto;	
    width: 938px;
    margin-bottom: 20px;
    text-align: left;
}

div#top_container{
    width: 938px;
    height: 217px;
    margin-left: 2px; /* fix, should be handled in top_bg.png size */
}
div#logo{
    background: url('layout_images/top_bg.png') no-repeat top left;
    height: 177px;
    margin-left: -2px;
}

div#left{
    width: 580px;
    float: left;
}
div#right{
    width: 280px;
    float: right;
    margin-right: 36px;   
}
div#right_info{
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    margin: 2px 0px 16px 0px;
    padding: 6px 0;
    
}
div#right p{
    letter-spacing: -1px;
    color: #474747;
    margin-top: 2px;
}

div#footer{
    background: transparent url('layout_images/footer_bg.png') no-repeat -1px 0px;
    height: 100px;
    padding-top: 26px;

}
div#footer img{
    margin-bottom: 8px;
}
div#footer p{
    margin: 0;
    color: gray;
    text-align: center;
    font-size: 12px;
}

div#navi_container{
    height: 40px;
    border: 0px solid gray;
    width: 938px;
    background: transparent url('layout_images/container_bg.png') repeat-y top left;
    margin-left: -2px;
}
div#menu_block{
    background: transparent url('layout_images/menu_bg.png') repeat-x top left;
    width: 919px;
    margin-left: 1px;
    height: 38px;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
}
div#menu{
    margin-left: 129px;
    float: left;
}

div#links{
    float: right;
    color: #fff;
    margin-right: 20px;
    margin-top: 11px;
    font-size: 11px;
    word-spacing: -3px;
}
div#links a{
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}
div#links a:hover{
    color: #474747;
}

/* tuotesivun sisältö (headerin ja foorerin välissä) */
#content{
    margin-left: 130px;
    padding-right: 100px;
}

/* tuotesivun kuvat */
.prod_pic1{
    width: 200px;
}
.prod_pic2{
    width: 300px;
}
.prod_pic_thumb{
    width: 140px;
}

/* menun hover tyylit */
div#menu a{
    margin-right: 20px;
    float: left;
    height: 38px;
    display: block;
}
a#ohjelma{
    background: transparent url(layout_images/menu_ohjelma.png) no-repeat center 13px;
    width: 63px;
}
a#ohjelma:hover,  a#ohjelma.act{
    background: transparent url(layout_images/menu_ohjelma_roll.png) no-repeat center 13px;
}

a#tekniikka{
    background: transparent url(layout_images/menu_tekniikka.png) no-repeat center center;
    width: 75px;
}
a#tekniikka:hover, a#tekniikka.act{
    background: transparent url(layout_images/menu_tekniikka_roll.png) no-repeat center center;
}

a#ravintola{
    background: transparent url(layout_images/menu_ravintola.png) no-repeat center center;
    width: 76px;
}
a#ravintola:hover, a#ravintola.act{
    background: transparent url(layout_images/menu_ravintola_roll.png) no-repeat center center;
}

/* /menun tyylit */


div#content_container{
    background: transparent url('layout_images/container_bg.png') repeat-y top left;
    
}


/* kaupan itemit */
div.item{
    width: 580px;
    margin: 8px 20px -10px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #474747;
    font-family: Verdana;
    font-size: 13px;
}
div.item_left{
    float: left;
    width: 100px;
    font-family: Arial;
}
div.item_center{
    float: left; 
    width: 328px;
    padding-left: 12px;
}
div.item_right{
    width: 120px;
    float: left;
}

h3, h4{
    margin: 0;
    padding: 0;
    font-family: Georgia;
    font-weight: bold;
    font-size: 13px;
    color: #474747
}
h3 a{
    text-decoration: none;
    color: #00ABBC;
}
h2{
    font-family: Georgia;
    font-weight: bold;
    font-size: 15px;
    color: #474747;
    margin-bottom: 4px;
    margin-top: 12px;
}




img.product_thumb{
    width: 120px;
    margin-bottom: 8px;
}
div.price{ 
    white-space: nowrap;
    word-spacing: -2px;
    line-height: 16px;
}
div.price img{
    float: right;
}
/* /kaupan itemit */


/* tekniikka -sivu */
div#tekniikka, div#ravintola{
    margin-left: 132px;
}
div#tekniikka p, div#ravintola p{
    margin-top: 0px;
}
/* /tekniikka */

div, p, td{
    font-size: 13px;
}

IMG {
border : 0px;
}

img#header{
    margin-right: 557px;
    margin-left: 129px;
    margin-top: 20px;
    margin-bottom: 20px;
}

H1 {
font-family: Verdana, Arial;
font-size : 100%;
font-weight : bold;
color : #000;
}

P, LI {
font-family: Verdana, Arial;
font-size : 90%;
line-height : 140%;
}

P.smallbasic {
font-family: Verdana, Arial;
font-size : 70%;
}

P.smallnote {
font-size : 70%;
color : #7a7a7a;
display : inline;
}

P.smallfade {
font-size : 70%;
color : #adadad;
}

A {
color : #00ABBC;
}

INPUT, TEXTAREA, SELECT {
font-family: Verdana, Arial;
font-size : 70%;
}

INPUT.button {
border-top : 1px solid #d3d3d3;
border-left : 1px solid #d3d3d3;
border-bottom : 1px solid #969696;
border-right : 1px solid #969696;
background-image : url(logos/button_bg.gif);
background-repeat:repeat-x;
font-family : Verdana, Arial;
font-size : 70%;
color : #000000;
}

INPUT.field {
border-top : 1px solid #747474;
border-bottom : 1px solid #747474;
border-left : 1px solid #747474;
border-right : 1px solid #747474;
font-family : Verdana, Arial;
font-size : 70%;
background : #ffffff;
color : #000000;
}

TEXTAREA.field {
border-top : 1px solid #747474;
border-bottom : 1px solid #747474;
border-left : 1px solid #747474;
border-right : 1px solid #747474;
font-family : Verdana, Arial;
font-size : 70%;
background : #ffffff;
color : #000000;
}

FORM.inline {
display : inline;
} 



/* Page top styles, applies to the top area */

TD.toplinks {
padding : 5px;
background-color : #f3f3f3;
border-top : 1px solid #c0c0c0;
border-bottom : 1px solid #c0c0c0;
background-image : url(logos/toplinks_bg.gif);
}

P.toplinks {
font-family : Verdana, Arial;
font-size : 70%;
color : #007ba4;
}



/* Breadcrumb styles, applies to the breadcrumb area */

TD.topbreadcrumb {
padding : 5px;
}

P.topbreadcrumb {
font-family : Verdana, Arial;
font-size : 70%;
color : #adadad;
}

A.topbreadcrumb {
text-decoration : none;
color : #adadad;
}



/* Navigation styles, applies to the category navigation area on the left hand side */

TD.navigation {
padding : 25px;
border-right : 1px dashed #c0c0c0;
background-color : #ffffff;
}

TD.nav_open { 

} 
 
P.nav_open { 
font-family: Verdana, Arial; 
font-size : 70%; 
color : #007ba4; 
} 
 
A.nav_open { 
color : #007ba4; 
} 
 
TD.nav_closed { 

} 
 
P.nav_closed { 
font-family: Verdana, Arial; 
font-size : 70%; 
color : #007ba4; 
} 
 
A.nav_closed { 
color : #007ba4; 
}



/* Main styles, applies to the main page area on the right hand side */

TD.main {
padding : 25px;
background-color : #ffffff;
}



/* Cart snapshot styles, applies to the snapshot area of the shopping cart */

TD.cartbottom {
padding : 5px;
background-color : #f3f3f3;
border-top : 1px solid #c0c0c0;
border-bottom : 1px solid #c0c0c0;
background-image : url(logos/cartbottom_bg.gif);
}

FONT.cartbottom {
font-family: Verdana, Arial;
font-size : 70%;
color : #007ba4;
}



/* Bottom styles, applies to the bottom area */

TD.bottom {
padding : 5px;
}



/* Product table styles, applies to product detail area */

TABLE.product {
border-bottom : 1px solid #f3f3f3;
}

TD.details {
padding : 0px 10px 10px 10px;
border-left : 1px solid #f3f3f3;
}

TR.list1 {
background-color : #f9f9f9;
} 

TR.list2 {
background-color : #ffffff;
} 



/* Shopping cart styles, applies to shopping cart table area */

TD.cartbasic {
padding : 5px;
border-bottom : 1px solid #f3f3f3;
} 

P.cartbasic {
font-size : 80%;
} 

TD.carttotal {
padding : 5px;
border-bottom : 1px solid #f3f3f3;
} 

P.carttotal {
font-size : 80%;
font-weight : bold;
} 



/* Progress bar styles, applies to progress bar area */

P.pb {
font-size : 70%;
color : #adadad;
} 

TD.pbactive {
border-top : 1px solid #f3f3f3;
border-bottom : 1px solid #f3f3f3;
background-color : #ffffb3;
} 

TD.pbinactive {
border-top : 1px solid #f3f3f3;
border-bottom : 1px solid #f3f3f3;
background-color : #ffffff;
}


  	     	      	        	   	       		         	    	   	   	     

/* Clover Shop Copyright (c) 2001- Apilaratas Oy - http://www.apilaratas.fi */