﻿/* 
 * normaali leipäteksti = normal_text
 * small_text -luokkaa käytetään mm. valikon "näytä kaikki" sekä
 * kategorialistauksessa otsikon kokona. small_text määrää vain koon.
 * large_text - vain keskialueen pääotsikkona, vain fonttikoko
 * heading - bold, käytetään vas. kategoriaotsikoissa ja keskialueella otsikkona
 * black_links - mustat linkit, jotka muuttuu punaisiksi :hover
 * blue|red|light_bg - taustavärimääritykset, esim vasen menu
 */
body.apuri_frontend {
	background: #DFE8EB;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
}

a, a:visited{
	color: #E60000;
	background: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.center_content_bg {
	background: white;
	color: black;
}
.wide {
	width: 187px;
}
.narrow {
	width: 139px;
}

.divider {
	margin: 0;
	padding: 0;
	margin-bottom: 14px;
}
.blue_bg {
	background: #BBCFD6;
	color: black;
}

.red_bg {
	background: #E60000;
	color: white;
}
.light_bg {
	background: white;
	color: black;
}

.normal_text, select, input, textarea {
	font-size: 12px;
}
.large_text {
	font-size: 16px;
}
td.footer { padding-left: 3px; }
.small_text, .footer {
	font-size: 11px;
}
.white_text {
	color: white;
}
.red_text {
	color: #E60000;
}
.image_text { padding-top: 5px; }

.center_line_height {
	line-height: 15px;
}

.heading, .top_menu_links {
	font-weight: bold;
}

.top_menu_links, .top_menu_links a,.top_menu_links a:visited {
	color: white;
	background: transparent;
}
.top_menu_links a:hover {
	text-decoration: underline;
}

.top_menu_spacer {
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
}
a.black_links, a.black_links:visited {
	color: black;
	background: inherit;
}
a.black_links:hover {
	color: #E60000;
	background: inherit;
}

.center_spacer {
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.center_spacer_no_top_pad {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
.menu_bg {
	background: url('/images/navi_bg.gif') no-repeat;
	color: white;
}


table#container {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

table#inner_container {
	width: 850px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

div#top_banner {
	width: 850px;
	height: 90px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table#logo_login {
	width: 100%;
}
	
img.top_banner {
	width: 725px;
	height: 90px;
}
		
img.center_banner {
	width: 468px;
	height: 70px;
}
img.frontpage_aino {
	width: 468px;
	height: 185px;
}
img.right_banner {
	width: 140px;
	height: 340px;
}

img.banner {
	display:none;
	border: 1px solid black;
}

img.heading_picture {
	margin-bottom: 9px;
}
.dashed_border {
	border: 1px dashed #999999;
}
table#menu_container {
	width: 850px;
}
table#content_container td { 
	vertical-align: top; 
}
table#path_container {
	margin-bottom: 0px;
	margin-top: 10px;
	width: 470px;
}
table#product_container, div#category_container {
	padding-left: 5px;
}
div#category_container {
	padding-top: 5px;
}
td.inner_left_container {
	padding: 13px;
	padding-top: 3px;
}


td.dotted_bg {
	background: url('/images/dotline_bg_vert.gif') repeat-y;
	color: black;
}
td.middle {
	vertical-align: middle;
}

.nobr {
	white-space: nowrap;
}
td.right_with_pad {
	text-align: right;
	padding-right: 15px;
}
a img { border: 0; }
/*
td { border: 1px solid red; }
td td { border: 1px solid green; }
td td td { border: 1px solid blue; }
td td td td { border: 1px solid yellow; }
*/

td.top {
	vertical-align: top;
}

td.middle {
	vertical-align: middle;
}
.product_category_wrap
{
	display:inline; 
	float:left; 
	margin: 5px; 
	width: 140px; 
	overflow: hidden;
}