

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #7ab2d3;
	text-decoration: none;
	font-weight: bold;
}

/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	font-family: arial !important;
	color: #7ab2d3 !important;
	text-decoration: none !important;
	font-weight: bold !important;
}
.mceContentBody{
	background:transparent !important;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text{
	width:100%;
}

h1 {
	font-size: 18px;
	color: 000;
	margin-bottom: 0px;
}

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

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}

/* Dropdownmenu */
.menuarea{
	position:absolute;
	display:none;
	width:180px;
	border:1px solid #c3c3c3;
	background-color:white;
	padding-bottom:5px;
}

#menutable .menutop_a{
	color:#6D3A78;
	padding:0 4px;
}
#menutable .menutop{
	color:#3c3c3c;
	padding:0 4px;
}

#menutable .menusub_a{
	color:#6D3A78;
	padding:0 4px;
	font-weight:bold;
	display:block;
}
#menutable .menusub{
	color:#3c3c3c;
	padding:0 4px;
	display:block;
}

#bg_table{
	width: 100%;
	height: 100%;
	background:#000 url(../img/bg.jpg) no-repeat fixed top center;
}

#main_table{
	width: 969px;
	
}
#page_table{
	width: 969px;
	background:#fff url(../img/page_bg_repeat.jpg) repeat-y;
	height: 900px;
	padding-left: 20px;
 	padding-right: 20px;
}

#osoite{
	padding-top: 20px;
	padding-right: 20px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
#menu_table{
	width: 100%;
	height: 40px;
	background:#303030 url(../img/menu_bg.jpg) repeat-x;
}

#menu_link{
	color: #fff;
	text-transform: uppercase; 
}

#bottom_table{
	background:#353535 url(../img/menu_bg_down2.jpg) no-repeat top left;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

#menu_bottom{
	background:#353535 url(../img/menu_bg_down.jpg) no-repeat top left;
	height: 46px;
	padding-left: 20px;
}

.siteshop_list_item{
	float:left;
	width:225px;
	height:px;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	border: 0px solid #dfdfdf;
	overflow:hidden;
}