@import 'reset.css';


html, body {
	height: 100%;
	margin: 0;
}
body{
	color:#333;
	font:12px Verdana, Geneva, sans-serif;
	background:#f3f3f3;
	min-width:974px;
}
img{border-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
* html body{padding: 0 1px 0 0;}
*+html body{padding: 0 1px 0 0;}
.chrome body{padding: 0 1px 0 0;}
.safari body{padding: 0 1px 0 0;}

#wrapper {
	width:100%;
	/*overflow:hidden;*/
	min-height:100%;
	background:url(../gfx/bg-content.gif) repeat-y 50% 0;
}
* html #wrapper {
	height:100%;
}
#navbox {
	width:100%;
	overflow:hidden;
	border-bottom:1px #9e9e9e solid;
	background:#edf1f2 url(../gfx/bg-navbox.gif) repeat-x;
}
#navbox-holder {
	width:974px;
	margin:0 auto 3px;
	padding:4px 0 0;
}
#navbox-holder:after {
	content:"";
	clear:both;
	display:block;
}
#navbox .breadcrumbs {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
#navbox .breadcrumbs li:first-child {
	padding:0 13px 0 0;
	background:none;
}
#navbox .breadcrumbs li {
	float:left;
	padding:0 13px 0 21px;
	color:#666;
	font-size:10px;
	font-weight:bold;
	background:url(../gfx/sep-breadcrumbs.gif) no-repeat 0 50%;
}
#navbox .breadcrumbs li a {
	color:#999;
	font-weight:normal;
	text-decoration:none;
}
#navbox .breadcrumbs li a:hover {
	text-decoration:underline;
}
#navbox .breadcrumbs li a.bullet {
	padding:0 0 0 8px;
	background:url(../gfx/bullet-breadcrumbs.gif) no-repeat 0 50%;
}
#navbox .nav {
	float:right;
	padding:1px 0 0;
	margin:0 -5px 0 0;
	list-style:none;
}
#navbox .nav li:first-child {
	border:0;
}
#navbox .nav li {
	float:left;
	padding:0 5px;
	font-size:10px;
	font-weight:bold;
	border-left:1px #666 solid;
}
#navbox .nav li a {
	color:#666;
	text-decoration:none;
}
#navbox .nav li a:hover {
	text-decoration:underline;
}

#page {
	width:100%;
	overflow:hidden;
	background:#f3f3f3 url(../gfx/bg-main.gif) repeat-x;
}
#page-holder {
	width:974px;
	margin:0 auto;
	border:#9e9e9e solid;
	border-width:0 1px 0 1px;
}
#page-holder:after {
	content:"";
	clear:both;
	display:block;
}
#header {
	width:100%;
	overflow:hidden;
	position:relative;
	padding:145px 0 0;
	background:url(../gfx/bg-header.jpg) no-repeat;
}
#header .logo {
	position:absolute;
	top:33px;
	left:0px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
#header .logo a {
	display:block;
	width:343px;
	height:94px;
	background: url('../gfx/logo.png') no-repeat;
}
#header .navigation {
	width:100%;
	overflow:hidden;
	border:#9e9e9e solid;
	border-width:1px 0 1px 0;
	background:#edf1f2 url(../gfx/bg-navigation.gif) repeat-x;
}
#header .navigation .main-navigation {
	float:left;
	display:inline;
	padding:0;
	margin:0 0 0 57px;
	list-style:none;
	border-right:1px #c5c8c9 solid;
}
#header .navigation .main-navigation li {
	float:left;
	margin:0;
	font-size:14px;
	border-left:1px #c5c8c9 solid;
}
#header .navigation .main-navigation li a {
	float:left;
	color:#333;
	padding:9px 21px 10px;
	text-decoration:none;
	position:relative;
}
#header .navigation .main-navigation li a:hover,
#header .navigation .main-navigation li a.active {
	color:#fff;
	text-decoration:none;
	border-left:1px #4590ad solid;
	border-right:1px #4590ad solid;
	margin:0 -1px 0 -1px;
	background:#52aacc url(../gfx/bg-navigation-h.gif) repeat-x;
}
#header .navigation .language {
	float:right;
	display:inline;
	margin:0 11px 0 0;
	padding:13px 0 0;
	list-style:none;
}
#header .navigation .language li:first-child {
	border:0;
}
#header .navigation .language li {
	float:left;
	padding:0 5px;
	font-size:10px;
	font-weight:bold;
	border-left:1px #666 solid;
}
#header .navigation .language li a {
	color:#666;
	text-decoration:none;
}
#header .navigation .language li a:hover {
	text-decoration:underline;
}
#content {
	width:100%;
	
	overflow:hidden;
	background:#fff;
	padding:0 0 16px;
}


#main { float: left; width: 700px; padding: 10px 0 0 20px;  background-color:#ffffff; overflow:hidden;}

#main  h1{
	margin:15px 0 15px;
	font-size:22px;
	color:#1a81b1;
	font-weight:bold;
}

#main  h2{
	margin:10px 0 10px;
	font-size:18px;
	color:#1a81b1;
	font-weight:bold;
}

#main p{
	margin:0 0 17px;
	font-size:12px;
	line-height:14px;
	color:#333;
}
#main  a{
	color:#1A81B1;
	text-decoration:underline;
}
#main a:hover {
	color:#1A81B1;
	text-decoration:none;
}
#column-r {
	float:right;
	width:210px;
	overflow:hidden;
	height:100%;
}
#releases {
	overflow:hidden;
	padding:22px 20px 0 0;
}
#releases .title {
	margin:0 0 12px;
	font-size:12px;
	color:#1a81b1;
	font-weight:bold;
}
#releases .nav {
	padding:0;
	margin:0 0 9px;
	list-style:none;
	background:url(../gfx/divide-nav.gif) repeat-x;
}
#releases .nav li {
	padding:12px 0 18px;
	font-size:10px;
	line-height:10px;
	vertical-align:middle;
	background:url(../gfx/divide-nav.gif) repeat-x 0 100%;
}
#releases .nav li span {
	display:block;
	font-size:10px;
	line-height:11px;
	color:#333;
	margin:0 0 2px;
}
#releases .nav li a.more {
	color:#1a81b1;
	text-decoration:none;
	padding:0 0 0 9px;
	background:url(../gfx/bullet-nav.gif) no-repeat 0 4px;
}
#releases .nav li a.more:hover {
	text-decoration:underline;
}
#column-r .address-box {
	overflow:hidden;
	padding:0 25px 0 0;
}
#column-r .address-box span {
	display:block;
	text-align:right;
	font-size:9px;
	font-style:normal;
	line-height:11px;
	color:#000;
	margin:0;
}
#column-r .address-box a.email {
	color:#000;
	line-height:12px;
	text-decoration:none;
}
#column-r .address-box a.email:hover {
	text-decoration:underline;
}

.user_form_header {
	font-weight: bold;
    padding: 3px;
}

.login_field {
	background-color: #fff;
	border: 1px solid #D5D5D5;;
	width: 140px;
}

.grey { background-color: #F0F0F0; }
.info {background-color: #FDFFC2; border: 1px solid #E3E5AF; padding: 1em; line-height: 14pt;}
.kysymys_ohje {background-color: #D1EFF7; border: 1px solid #898787; padding: 1em; line-height: 14pt;}
.kysymys { clear: both; line-height: 10px;}

.btn_calendar{float:left; padding-top:23px;padding-right:5px;}

.left { float: left; }
.right { float: right; }

.comment_caption {
	font-size: 75%
}
.user_form_header {
	font-weight: bold;
}
.user_textfield {
	width: 200px;
}
.user_textfield_long {
	width: 400px;
}
.comment_text {
    background-color: #FFFFFF;
    border-width: 1px;
    border-color:#E4E4E4;
    margin:1em 0 0 0;
}
.btn_green_button {
	border: 1px solid #067600;
	border-top-color: #fff;
	border-left-color: #fff;
	padding: 3px 1.5px 3px 1.5px;
	margin: 0px;
	background-color: #006d03;
	color: #fff;
	font-size: 75%;
	font-weight: bold;
}
.btn_red_button
{
	border: 1px solid #A30A1B;
	border-top-color: #C64554;
	border-left-color: #C64554;
    background-color:#A01C2B;
	padding: 3px 1.5px 3px 1.5px;
	margin: 0px;
	color: #fff;
	font-size: 75%;
	font-weight: bold;
}
#main p.text_green_feedback {
    font-size:100%;
    font-weight: bold;
	color: #077C0E;
}
#main p.text_red_feedback {
    font-size:100%;
    font-weight: bold;
	color: #A01C2B;
}
#main p.text_black_feedback {
    font-size:100%;
    font-weight: bold;
	color: #000000;
}
#main ul{
	margin-left:10px;	
}	
.sitemap ul { line-height: 1.9em; font-size: 95%;padding-left: 13px;}
.sitemap li { margin-left:2px;}

.search_result { line-height: 1.6em; }

.news li{
	margin-top: 20px; padding: 0; list-style: none;
}	

a.news_link: link {
	font-weight: bold;
	color: #245585;
}
a.news_link: visited {
	font-weight: bold;
	color: #245585;
}

.news .date {
	background: #ECEAE6;
	border-right: 1px solid #E0DAD2;
	border-bottom: 1px solid #E0DAD2;
	float: left;
	text-align: center;
	margin: 0 5px 5px 0;
	line-height: 1.1em;
	padding: 2px;
	font-size: 80%;
	font-weight: bold;
	width: 80px;
	white-space: nowrap;
	color: #3C3C3C;
}
.news_caption {
	text-align: left;
	width: 100%;
	background-color: #F7F7F7;
}
.news_header {
	text-align: left;
	width: 100%;
	background-color: #F7F7F7;
	font-weight: bold;
	padding: 4px;
}


.user_td_header {
	background-color: #E5E5E5;
    font-weight: bold;
   	padding: 3px;
}
.user_td_row {
	background-color: #F7F7F7;
   	padding: 3px;
}

.user_btn_save {
    background-color: #077C0E;
	border-top: 1px solid #17911E;
	border-bottom: 1px solid #025F08;
	border-left: 1px solid #17911E;
	border-right: 1px solid #025F08;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.user_btn_remove {
    background-color: #A01C2B;
	border-top: 1px solid #B9414E;
	border-bottom: 1px solid #660914;
	border-left: 1px solid #B9414E;
	border-right: 1px solid #660914;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.user_btn_prev {
    background-color: #5A5A5A;
	border-top: 1px solid #6F6F6F;
	border-bottom: 1px solid #484848;
	border-left: 1px solid #6F6F6F;
	border-right: 1px solid #484848;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.clearer { clear: both; margin-top:8px;}

#toolbar {background-color:#ffffff;}

#path {float: left;  background:url(../gfx/bg_path.gif); margin: 0px 0px 0px 16px; padding: 6px 10px 0px 10px; font-size: 90%; width: 927px;  height:29px; }

#path a {text-decoration:none; color:#026300; }

#search_box { float: right; padding: 5px 2px 0 0px; background-color:#ffffff; margin: 0px; width: 150px; font-size: 80%;  height:22px; }

#sidebar {width: 215px; float: left; margin: 0px; padding:12px 0 0 0; font-size:90%;}

/* alavalikko */
#sub_nav_container { margin: 0px 0 0 16px; padding: 0px; }
#sub_nav_container li { list-style: none; background:url(../gfx/divide-nav.gif) repeat-x 0 100%; padding:13px 0;}
#sub_nav_container ul { margin: 0; padding: 0; list-style: none; width: 195px; }
#sub_nav_container ul li { position: relative; }      
#sub_nav_container li ul { position: absolute; left: 196px; top: 0; display: none; background-color: #F1F8F0; }
#sub_nav_container ul li a { display: block; text-decoration: none; padding-left:15px;}
#sub_nav_container li:hover > ul, li.over ul { display: block; }  
#sub_nav_container li a {display: block; background:url(../gfx/bullet-sidebar.gif) no-repeat 0 4px; color: #383838; font-weight: normal; text-decoration: none; width: 175px;}
#sub_nav_container li a:hover { color: #1a81b1; text-decoration: underline;}

#sub_nav_container_header { width: 195px; color: #1a81b1; background:url(../gfx/divide-nav.gif) repeat-x 0 100%;}
#sub_nav_container_header_text { padding-top: 3px; padding-left: 3px; padding-bottom: 12px; font-weight:bold; font-size: 15px;}
#sub_nav_container_header a { color: #1a81b1; text-decoration: none; height: 26px; }

/* kirjautuminen */
#login_header { background-color: #fff; margin-top:10px; width: 181px; font-weight: bold; display: block; color: #1a81b1; padding: 30px 0 3px 9px; text-align:center;}
#login_box { margin-bottom: 20px; width: 190px; border:solid 1px #1a81b1;}
#login_box #inside { padding: 5px; font-size: 80%; color: #000; text-align: center; }

.menu { background-color: #F0F0F0; padding: 0.5em; border: solid 1px #E0E0E0;}


/* painikkeet */
.btn_green_adminsidebar
{
    color: #FFFFFF;
    border-color:#116E16;
    font-weight: bold;
    border-style:solid;
    background-color:#077C0E;
    width: 150px;
    font-size: 85%;
    height: 25px;
    border-width:2px;
    margin:1em 0 0 0;
}
.btn_red_adminsidebar
{
    color: #FFFFFF;
    font-size: 85%;
    border-color:#6E0B16;
    font-weight: bold;
    border-style:solid;
    background-color:#A01C2B;
    width: 150px;
    height: 25px;
    border-width:2px;
    margin:1em 0 0 0;
}
.btn_grey_adminsidebar
{
    color: #FFFFFF;
    font-size: 85%;
    border-color:#4A4A4A;
    border-style:solid;
    background-color:#717171;
    width: 150px;
    height: 20px;
    border-width:2px;
    margin:1em 0 0 0;
}
.btn_grey_adminsidebar_large
{
    color: #FFFFFF;
    font-size: 85%;
    border-color:#4A4A4A;
    border-style:solid;
    background-color:#717171;
    width: 150px;
    height: 25px;
    border-width:2px;
    margin:1em 0 0 0;
}


#kommentointi { width: 100%; text-align: center; padding: 20px 0 20px 0; }
.btnO { border: 1px solid #D98000; border-top-color: #FF9B0D; border-left-color: #FF9B0D; padding: 3px 1.5px 3px 1.5px; margin: 0px; background-color: #EF8D00; color: #fff; }

.btnOS { border: 1px solid #A6A6A6;
	border-top-color: #fff;
	border-left-color: #fff;
	padding: 1px 1.5px 1px 1.5px;
	margin: 0px;
	background-color: #D4D0C8;
	color: #000;
	font-size: 10px;
}

.btnH {
	border: 1px solid #A6A6A6;
	border-top-color: #fff;
	border-left-color: #fff;
	padding: 3px 1px 3px 1px;
	margin: 0px;
	background-color: #D4D0C8;
	color: #000;
}

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:0px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;

}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #8294C1;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	color: #fff;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #F9F9F9;
	vertical-align: top;
	border-bottom: 1px solid #E0E0E0;
}

table.tablesorter tbody tr.odd td {
	background-color:#F8F8F0;
}

th{
font-weight:bold;	
}	

.course_header_grey {
	background-color: #ECECEC;
	color: #595959;
	padding: 5px;
	font-weight: bold;
	border-top: 2px solid #CDCDCD;
}
.course_header {
	background-color: #336699;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	border-top: 2px solid #214C77;
}
.course_left {
	background-color: #58B4D9;
	color: #fff;
	padding: 3px;
	font-weight: bold;
}
.course_row {
	background-color: #F5F5F5;
	padding: 3px;
}

.course_btn {
	background-color: #E7E7E7;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #ADADAD;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #7C7C7C;
	height: 22px;
	width: 80px;
	margin-left: 10px;
}
.course_btn_ok {
    background-color: #BFD08C;
	border-top: 1px solid #D7EAA0;
	border-bottom: 1px solid #94A857;
	border-left: 1px solid #D7EAA0;
	border-right: 1px solid #94A857;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #535353;
	text-align: center;
}

.course_btn_err {
    background-color: #A01C2B;
	border-top: 1px solid #B9414E;
	border-bottom: 1px solid #660914;
	border-left: 1px solid #B9414E;
	border-right: 1px solid #660914;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#shopping_cart{
	margin:30px 0 0 30px;
	width:164px;
	border:3px solid #FBCB5D;	
}	

#shop_basket{
	background-color:#FBCB5D;	
	padding:5px 0 0 4px;
}

#shopping_cart_header_animated{
	color:fff;
	padding:5px 0 0px 30px;
	height:20px;
}	

#shopping_cart_header{
	background-image:url(../gfx/shop_static_basket.gif);
	padding:5px 0 0 30px;
	height:20px;
	color:fff;
}	

.shop_basket_text {
    color: #545454;
    font-weight: bold;
   	margin: 6px;
   	font-size: 90%;
   	text-decoration: none;
}
.shop_td_header {
    background-color: #1a81b1;
	color:#fff;
    font-weight: bold;
   	padding: 5px;
	vertical-align:top;
}

.shop_row_product {
    background-color: #F5E8CC;
   	padding: 3px;
}

.shop_row_products {
    background-color: #fff;
	border-bottom:1px solid #000;
	vertical-align:middle;
	padding: 3px;
	height:85px;
}

.shop_row_total {
    background-color: #E3E7E8;
   	padding: 3px;
   	font-weight: bold;
   	color: #535353;
}

.shop_product_field {
	width: 300px;
}

.shop_btn_discount_save {
	background-color: #757575;
	border-top: 1px solid #9F9F9F;
	border-bottom: 1px solid #484848;
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #484848;
	height: 25px;
	width: 70px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.shop_btn_discount_remove {
	background-color: #A01C2B;
	border-top: 1px solid #B9414E;
	border-bottom: 1px solid #660914;
	border-left: 1px solid #B9414E;
	border-right: 1px solid #660914;
	height: 25px;
	width: 70px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.shop_btn_pri {
    background-color: #757575;
	border-top: 1px solid #9F9F9F;
	border-bottom: 1px solid #484848;
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #484848;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.shop_btn_sec {
    
}

.shop_bt_ok {
    background-color: #BFD08C;
	border-top: 1px solid #D7EAA0;
	border-bottom: 1px solid #94A857;
	border-left: 1px solid #D7EAA0;
	border-right: 1px solid #94A857;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #535353;
	text-align: center;
}

.shop_bt_add_to_basket {
    background-color: #BFD08C;
	border-top: 1px solid #D7EAA0;
	border-bottom: 1px solid #94A857;
	border-left: 1px solid #D7EAA0;
	border-right: 1px solid #94A857;
	height: 20px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.shop_input_product_count {
	width: 30px;
	border-width: 1px solid red;
}

.shop_bt_cancel {
    background-color: #A01C2B;
	border-top: 1px solid #B9414E;
	border-bottom: 1px solid #660914;
	border-left: 1px solid #B9414E;
	border-right: 1px solid #660914;
	height: 25px;
	width: 160px;
   	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.td_form_caption {
	background-color: #F7F7F7;
	padding: 5px;
	vertical-align:top;
}
legend {
  padding: 0.2em 1em 1em 1em;
  color: #000;
  font-size:110%;
  text-align: right;
  background-color: #F0F0F0;
  font-weight: bold;
}

.text_banner a{
	color: #000;
	font-size:105%;
}
.text_banner h2{
	color: #1A81B1;
	font-size:125%;
	padding-bottom:3px;
	font-weight:bold;
}
.text_banner a visited{
	color: #000;
	font-size:105%;
}

label {  float: left; padding: 0.5em 0 0 0.5em;}

/* Fieldsets */
fieldset    { padding:0em 0.7em 1.4em 0.7em; margin: 0 0 1.5em 0; border: solid 1px #CFCFCF;}