
/* Editorin säädöt */
.mceContentBody{
	background: transparent none;
	background-color: transparent;
}
.dynamic_contentarea{
	border:1px dotted red;
}
.static_contentarea{
	border:1px dotted blue;
}


/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	margin:0;
}


a, a:link, a:visited, a:active {
	color:#F21921;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a.sitemanagerlinks, a.sitemanagerlinks:link, a.sitemanagerlinks:active, a.sitemanagerlinks:visited, .sitemanagerlinks {
	color:#ad0000;
	text-decoration: none;
}

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;
}


h1 {
	font-size: 23px;
	color: #ff0000;
	font-family:times new roman;
	font-weight: normal;
	letter-spacing:-1px;
	margin-bottom:0px;
}

h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family:times new roman;
	
	margin-top:0px;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

/*omat tyylit*/

.borderLeftBottom	{
		border-left: 1px solid;
		border-bottom: 1px solid;
		/*border-color: #ebebeb;*/
		border-color: #d4d4d4;
		}
.borderBottom	{
		border-bottom: 1px solid;
		/*border-color: #ebebeb;*/
		border-color: #d4d4d4;
		}
.borderRightLeftBottom	{
		border-right: 1px solid;
		border-left: 1px solid;
		border-bottom: 1px solid;
		/*border-color: #ebebeb;*/
		border-color: #d4d4d4;
		}
.menuTd	{
	border-bottom: 1px dotted;
	border-color: #cccccc;
	padding-left: 5px;
	
	vertical-align: middle;
}

table.product-list{}
table.product-list td{
	vertical-align:top;
	padding-bottom:5px;
}