
td, p, body, div, textarea {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333
}

H1{
	font-size: 11px;
	color:#000;
	margin: 0;
	padding: 0;
}

H2{
	font-size: 12px;
	color:#333;
	margin: 0;
	padding: 0;
}

.price{
	font-size: 10px;
	font-weight:bold;	
	color:#CC3300
}

.searchField{
	font-size: 10px;
}

.schLen{
	width:250px;	
}

.smallText{
	font-size:9px;
	color: #333333;
	padding-left:10px;	
	padding-right:10px;
}

form{
	display:inline;	
}

.cartTitle{
	font-weight:bold
}

/* ----------Vakio linkkityyli-------------*/

A:link			{ color: #3366CC;text-decoration: none}
A:hover			{ color: #666666;text-decoration: none}
A:visited			{ color: #3366CC;text-decoration: none}
A:visited:hover		{ color: #666666;text-decoration: none}

/* --------------Linkkityylejä-----------------*/

A.whiteLink:link			{ color: #FFF;text-decoration: none}
A.whiteLink:hover			{ color: #FFF;text-decoration: underline}
A.whiteLink:visited			{ color: #FFF;text-decoration: none}
A.whiteLink:visited:hover	{ color: #FFF;text-decoration: underline}

A.infoLink:link				{ color: #666;text-decoration: none}
A.infoLink:hover			{ color: #CC3300;text-decoration: none}
A.infoLink:visited			{ color: #666;text-decoration: none}
A.infoLink:visited:hover	{ color: #CC3300;text-decoration: none}

A.menu:link				{ color: #CC3300;text-decoration: none}
A.menu:hover			{ color: #666;text-decoration: none}
A.menu:visited			{ color: #CC3300;text-decoration: none}
A.menu:visited:hover	{ color: #666;text-decoration: none}

.menuLink, A.menuLink, A.menuLink:link, A.menuLink:visited{
	display:block;
	padding-left:40px;
	padding-top:6px;
	padding-bottom:6px;
    color: #FFFFFF;
    text-decoration:none;
    background-repeat:no-repeat;
    font-weight:bold;
    border-bottom:1px solid #24436F;
}

A.menuLink:link:hover, A.menuLink:visited:hover{
    text-decoration:none;
    color:#DBDBDB;
}
