

/* 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: #ab0000;
	text-decoration: none;
}

/* 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: #ab0000 !important;
	text-decoration: none !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-family: Times New Roman;
	font-size: 16px;
	color: #991334;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
}

.sin_ots{
	font-family: Times New Roman;
	font-size: 16px;
	color: #19314d;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
}

h2 {
	font-family: Times New Roman;
	font-size: 14px;
	color: #991334;
}

h3 {
	font-family: Times New Roman;
	font-size: 13px;
	color: #033971;
	font-style: italic;
	font-weight: bold;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

div.bord{
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
}

div.hlines{
	margin-left: 12px;
	padding-top: 5px; !important;
	width: 198px;
	background-image: url(../img/hlinebg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

p.hlines-time{
	margin-right: 10px;
	font-family: Times New Roman;
	font-size: 10px;
	color: #aeaeae;
	font-weight: bold;
}

p.hlines-title{
	margin-right: 10px;
	font-family: Times New Roman;
	font-size: 12px;
	color: #033971;
	font-weight: bold;
}

p.hlines-text{
	margin-right: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

a.hlines-more{
	font-family: Times New Roman;
	font-size: 10px;
	color: #e97d24;
	font-weight: bold;
}

div.featart{
	margin-left: 0px;
	padding-top: 5px; !important;
	padding-left: 0px;
	background-image: url(../img/featartbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}


p.featart-title{
	margin-right: 10px;
	font-family: Times New Roman;
	font-size: 14px;
	color: #124579;
	font-weight: bold;
}

p.featart-text{
	margin-right: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

hr {
	color: #c3c3c3;
	height:0;
	border:0;
	border-top:2px dotted;
}

div.price{
	margin-top:0;
	margin-bottom:0;
	font-family: Times New Roman;
	font-size: 14px;
	color: #255384;
	font-weight: bold;
}

div.addtocart{
	border-style: solid;
	padding: 5px;
	width: 95px;
	border-width: 1px;
	border-color: #e0e0e0;
  	font-family: Times New Roman;
	font-size: 11px;
	color: #00000;
	font-style: italic;
}



a.addtocart, span.addtocart{
	font-family: Times New Roman;
	font-size: 11px;
	padding:0;
	color: #00000;
	font-style: italic;
}

img.shop_image{
	border:1px solid #4a4643;
}
.shop_image_holder{
	background:url(../img/shadow_150x150.gif) left top no-repeat;
	height:150px;
	padding-left:10px;
}
.shop_image_holder_small{
	background:url(../img/shadow_102x102.gif) left top no-repeat;
	height:102px;
	padding-left:10px;
}
.shop_image_holder_big{
	background:url(../img/shadow_222x222.gif) left top no-repeat;
	height:222px;
	padding-left:10px;
}
.shop_image_holder img, .shop_image_holder_small img, .shop_image_holder_big img{
	margin-top:10px;
}

.shop_image_holder_left{
	background:url(../img/shadow_222x222.gif) left bottom no-repeat;
	float:left;
	margin-top:20px;
}
.shop_image_holder_left img{
	border:1px solid #4a4643;
	margin:0 0 10px 10px;
}