
BODY {
font-family: Candara, Arial;
/*margin-top : 1%;
margin-bottom : 1%;
margin-left : 1%;
margin-right : 1%;*/
}

.tausta {
	background-image: url(kuvat/background.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-attachment: fixed;
}


HTML{
}

PRE{
font-family: Candara, Arial;	
}

TABLE {
border : 0px;
}

IMG {
border : 0px;
}

DIV{
border-style: solid;
border-color: #000000;
border-width: 0px;
}


/******************** HEADER CSS ALKAA ********************/
/*div#top_menu{*/
	/*background-color: #ffffff; /*#e877da;*/
	
	/*background-image: url(kuvat/backgroundheader.png);*/
	/*background-repeat: repeat-x;*/
	/*background-color: #FFE599;*/
	
	/*position:fixed;*/
	/*height:100px;*/
	/*top: 0px;
	right: 0px;
	left: 0px;
	z-index:9999;
	width:100%;
}	*/

    div#header {
		/*background-image: url(kuvat/backgroundheaderTable.png);*/
		background-repeat: repeat-x;
	
        width: 100%;/* 11.3.2012: 1037px;*/
        position: center;
        text-align: center;
        margin: 0 auto;
		
		border-color: #000000;
		border-left-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-top-width: 0px;
		
	}
	table#header_table{
		width: 100%;/* 11.3.2012: 1037px;*/
		text-align: center;
	}
	td#header_content_large{
		font-size: 60px;
	}
	td#header_content_small{
		font-size: 25px;
		text-align: right;
	}
	
	
	td#header_contact_info{
		font-size: 16px;
		text-align: right;
	}
	

div#menupalkki {
	background-repeat: repeat-x;
	background-image: url(kuvat/backgroundheaderMenu.png);
	width: 967px;/*11.3.2012: 1067px;*/
	height: 40px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	border-color: #000000;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

	div#menupalkki a{
		display : inline-block;
		padding-left: 5px;
		padding-right: 30px;
		padding-top: 13px;
		text-decoration: none;
		color: #0000ff;
		/*background-position: */ 
		background-repeat: no-repeat;
		height: 26px;
		font-size: 20px;
		font-weight: bold;
	}


/******************** HEADER CSS LOPUU ********************/

/*********Content alkaa*******************/

    div#content_wrapper {
        top:5px;
		left: 0px;
		right: 0px;
		padding-top:0px;
		padding-left:0px;
		margin-left:0px;
		padding-right:0px;
		margin-right:0px;
		align=center;
		width:100%;
		background-color: e877da;
		position:relative;
	}

	
	div#page_content{
		border-style: solid;
		border-color: #5f495c;
		border-top-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-right-width: 0px;
		width: 100%;/* 11.3.2012: 1037px;*/
		position: static;
        /*text-align: left;*/
		margin: 0 auto;
		background-color:#CEA65B;   /*#FFE599   #CEA65B*/
		padding-left:15px;
		padding-right:15px;
		
	}
	
	h1 {
		text-align: center;	
		font-family: 
	}
	
	h2 {
		text-align: center;	
	}
	
	h3 {
		text-align: center;	
	}
	
	h4 {
		text-align: center;	
	}
	
	h5 {
		text-align: center;	
	}
	
	h6 {
		text-align: center;	
	}
	
	
.teaching_text{
	font-size: 18px;
}

.teaching_text_20{
	font-size: 20px;
}


.teaching_text_large{
	font-size: 24px;
	font-weight: bold;
}



DIV.productInfo{
	width: 100%;
}

/*****PRODUCT INFO FIELD DEFINITIONS START*/
DIV.productInfoImg{
	float: left;
	width:	20%;
}

DIV.productInfoName{
	border-width:0px;
	float: left;
	width:	20%;
	font-size: 15px;
}

DIV.productInfoPrice{
	border-width:0px;
	float: left;
	width:	10%;
	font-size: 18px;
}

DIV.addProductToCart{
	border-width:0px;
	padding-top:10px;
	float: left;
	width: 15%;
	font-size: 15px;
}

DIV.productInCart{
	border-width:0px;
	float: left;
	width:	29%;
	font-size: 15px;
}

/************PRODUCT INFO FIELD END ****/

p.inputError{
	font-size: 18px;
	color: #FF0000;
}

table.shopCartContent{
	border: 6px #8B8378;
	/*-moz-border-radius: 6px;*/

}

table.shopCartContent td {
	border: 0px solid black;
	color: black;
}

table.shopCartContent th {
	border: 1px solid black;
	/*padding: 0.2em 2ex 0.2em 2ex;*/
	color: black;
}

table.shopCartContent tr.headerText{
	background-color: #a98ba7;/*#857184;*/
}

table.shopCartContent tr.mainRow{
	background-color: #FFFFFF;
}


table.shopCartContent tr.productInfo{
	background-color: #FFFFFF;
}

table.deliveryPrices{
	border: 1px #8B8378;
}

table.deliveryPrices tr.headerText{
	background-color: #FFFFFF;
}
table.deliveryPrices tr.priceInfo{
	background-color: #FFFFFF;	
}



	
/***********Content päättyy********************/