
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(layout/body_back.png);
	background-position: center;
	background-repeat: repeat-y;*/
	background-color: #000000;
	background-image: url(layout/background.png);
	background-repeat: repeat-x;
	background-position: center top;
}
p {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 5px;
	margin: 0px;
	line-height: 1.6em;
	padding-bottom: 10px;
	font-size: 0.8em;
}
a {
	color: #C12900;
	font-weight: normal;
	background-image: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #666666;
	font-weight: normal;
}

h1 {
	color: #FF0000;
	font-size: 1.4em;
	font-family: "Trebuchet MS", Verdana;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	color: #666666;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Verdana;
}
h3 {
	color: #FF0000;
	font-size: 0.9em;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	color: #333333;
	font-size: 0.8em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

h5 {
	margin: 0px;
	font-size: 10pt;
	padding-left: 8px;
	padding-top: 8px;
	text-decoration: underline;
}
h6 {
	margin: 0px;
}
#wrapper {
	width: 100%;
	background-image: url(layout/background-fade.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* header */
#header_container {
	width: 100%;
	height: 85px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 960px;
	height: 85px;
	margin-right: auto;
	margin-left: auto;
}
#header_logo {
	width: 200px;
	height: 0px;
	float: left;
	display: inline;
	overflow: hidden;
/*	background: url(layout/logo.gif) no-repeat left top; */ 
	margin-left: 0px;
	margin-top: 0px;
	height: 0px !important;
	height /**/:40px; /* for IE5/Win only */
}
#navcontainer {
	width: 700px;
	height: 40px;
	overflow: hidden;
	text-align: left;
	float: right;
	padding: 45px 10px 0 0;
}
#navcontainer ul {
	float: left;
	height: 40px;
	display:inline;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
/* Menuoptions */
#navcontainer li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	}

#navcontainer a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	height /**/:120px; /* for IE5/Win only */
	color: #FFFFFF;
	padding: 40px 0 0 0;
	margin-right: 0px;
	}
	
#navcontainer a:hover {
	background-position: 0 -40px;
	}
	
#navcontainer a:active, #navcontainer .current {
	background-position: 0 -80px;
	}

#menu_etusivu a {
	width: 83px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(layout/menu_etusivu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_hinnasto a {
	width: 92px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(layout/menu_hinnasto.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_yritysesittely a {
	width: 106px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(layout/menu_yritysesittely.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_tilausohjeet a {
	width: 107px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(layout/menu_tilausohjeet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_kauppaehdot a {
	width: 118px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(layout/menu_kauppaehdot.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_edustamme a {
	width: 109px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(layout/menu_edustamme.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_leasing a {
	width: 85px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(layout/menu_leasing.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_tarjoukset a {
	width: 86px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(layout/menu_tarjoukset.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Menuoptions end */

/* Contents */
#content_container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 11px;
	background: url(layout/content_top.gif) no-repeat center top;
	background-color: #FFF;
}
/* Footer */
#footer_container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 0 0 10px 0;
}
.bottomboxes {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.bottomboxes .opiskelija {
	margin-left: 20px;
}
.bottomboxes .boxwide {
	margin-top: 8px;
}
#footer {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	clear: both;
	padding-top: 0px;
	height: 25px;
	padding: 5px 60px 0 0;
	text-align: right;
	background: url(layout/trimedia.gif) no-repeat right center;
}
#footer p {
	line-height: 60px;
	font-size: 0.8em;
	color: #99cc33;
}
#footer a {
	color: #99cc33;
	line-height: 25px;
	font-size: 0.8em;
	text-decoration: none;
}
#footer ul {
	list-style-type: none;
	font-size: 0.8em;
}
#footer ul li {
	float: left;
	display: block;
	margin-right: 20px;
}
#map {
	float: right;
	height: 320px;
	width: 340px;
}
/* Random stuff */
.list {
	margin: 0px;
	list-style-type: square;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 0.8em;
}
.list li {
	margin: 0px;
	list-style-type: square;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-position: inside;
}
.rightindexcolumn {
	width: 380px;
	float: right;
	margin-right: 20px;
	margin-left: 5px;
	margin-top: 5px;
}
.rightcolumn {
	width: 380px;
	float: right;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(layout/content_rightmenu_back.png);
	margin-bottom: 10px;
}
.rightcolumn2 {
	width: 350px;
	float: right;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #FF0000;
	font-size: 12px;
	line-height: 20px;
	padding: 20px 15px 15px 0;
}
.rightcolumn2 p {
   padding-top: 10px;
	font-size: 12px;
	padding-bottom: 0;
}
.rightcolumn2 ul {
   list-style-type: decimal;
}
.rightcolumn2 ul#sopimukset {
   list-style-type: none;
   width: 350px;
   padding-left: 20px;
   margin-left: 0;
}
.rightcolumn2 ul#sopimukset li {
   color: blue;

   padding-right: 5px;
}
.rightcolumn2 a {
   color: blue;
   width: 110px;
   padding-right: 5px;
}
.rightcolumn2 ul li ul {
   list-style-type: none;
   padding: 6px 0;
}
.rightcolumn2 h2 {
   text-transform: uppercase;
   color: #FF0000;
}
.rightcolumncontent {
	background-image: url(layout/content_rightmenu_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightcolumnbottom {
	background-image: url(layout/content_rightmenu_bottom.png);
	background-repeat: no-repeat;
	height: 13px;
	float: left;
	width: 380px;
	display: inline;
}
.rightcolumn h2 {
	color: #FF0000;
	background-image: url(layout/content_rightmenu_divider.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: 5px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 0px;
}
.rightcolumn p {
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.maincolumn {
	width: 520px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 10px;
	display: inline;
}
.mainindexcolumn {
	width: 540px;
	float: left;
	padding-top: 17px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 10px;
	background: url(layout/tarjous_top.gif) no-repeat top left;
}
.main_offers {
	background: url(layout/tarjous_middle.png) no-repeat top left;
	width: 532px;
	height: 245px;
	padding: 0 4px;
	float: left;
}
#main_offer_button {
	background: url(layout/tarjous_bottom.png) top left no-repeat;
	float: left;
	height: 50px;
	width: 540px;
}
.maincolumn p {
	font-size: 0.8em;
}
.clear {
	clear: both;
}
#contentbottom {
	background-image: url(layout/content_bottom.gif);
	float: left;
	height: 10px;
	width: 960px;
}
.productlisting {
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#shoppingcart {
	float: left;
	width: 380px;
}
#shoppingcart li {
	list-style-type: none;
	background-image: url(layout/arrow_red.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	display: inline;
	float: left;
	padding-right: 20px;
	font-size: 0.9em;
	line-height: 17px;
}
.productlisting .product_price {
	text-align: right;
	float: right;
	width: 100px;
}
.productlisting .product_information {
	float: left;
	width: 250px;
}
.productlisting .product_information a {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FF0000;
}
.productlisting p {
	margin: 0px;
	padding: 0px;
}
.productlisting .product_information h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.productlisting .product_price .price {
	font-weight: bold;
}
#specialboxes {
	width: 960px;
	float: left;
	background-image: url(layout/content_special_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	margin-top: 20px;
}
/*
#specialboxes img {
	padding-right: 10px;
	padding-left: 10px;
}*/

#specialboxes .boxblock {
	float: left;
	width: 220px;
	height: 143px;
	padding-right: 10px;
	padding-left: 10px;
}
#specialboxes #block_postituslista {
	background: url(layout/special_postitusback.png) no-repeat left top;
}
#specialboxes #block_postituslista label {
	display: none;
}
#specialboxes #block_postituslista #postitusinput {
	margin: 50px 0 0 0;
}
#specialboxes #block_postituslista input {
	margin: 3px 0 0 3px;
}
#specialboxes .boxblock label {
	font-weight: bold;
	font-size: 0.8em;
}
.inputwrap {
	width: 240px;
	display: inline;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
}
.inputwrap label {
	font-size: 0.8em;
	width: 100px;
	display: block;
	float: left;
	line-height: 20px;
}
.inputwrap input {
	width: 50px;
	display: block;
	float: left;
}
.inputwrap select {
	width: 50px;
	display: block;
	float: left;
}
.submitwrap {
	width: 280px;
	display: inline;
	float: left;
	height: 38px;
	overflow: hidden;
}
.arrow a {
	font-size: 1.2em;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	line-height: 1.6em;
	color: #525252;
	margin-bottom: 0px;
	background-image: url(layout/heading-arrow.png);
	background-repeat: no-repeat;
	display: block;
	background-position: 3px;
}
#list_edustus {
	list-style-type: none;
	font-size: 0.8em;
	margin: 0 0 0 15px;
	padding: 0;
}
#list_edustus li {
	float: left;
	display: block;
	margin: 0 30px 10px 0;
}
.list {
	font-size: 0.8em;
}
.list li {
	padding: 3px;
}
#index_yhteystiedot {
	background: url(layout/index_yhteystiedot.gif) no-repeat top left;
	width: 380px;
	height: 153px;
}
#index_yhteystiedot ul {
	font-size: 0.8em;
	list-style: none;
	padding: 12px 40px;
	margin: 0;
}
#index_yhteystiedot li {
	float: left;
	width: 140px;
	margin: 0 0 5px 0;
	padding: 0;
	display: inline;
}
#index_yhteystiedot strong {
	display: block;
}
#message {
	color: #fff;
	font-size: 0.7em;
	margin: 90px 0 0 5px;
}

#jquery-live-search {
	background: #fff;

	height: 400px;
	overflow: auto;

	padding: 5px 10px;

	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;

	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.catalog_groups {
	width: 920px;
	padding: 10px 20px 10px 20px;
	float: left;
	border-top: 3px solid #bababa;
}
.catalog_groups ul {
	list-style-type: none;
	font-size: 0.8em;
	margin: 0 0 0 15px;
	padding: 0;
}
.catalog_groups li {
	float: left;
	display: block;
	margin: 0 30px 10px 0;
}
.products {
	padding: 10px;
	overflow: hidden;
	width: 500px;
	margin: 0 0 10px 0;
}
.products h3 {
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.products h3 a{
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
.products .path {
	font-size: 11px;
	color: #999;
	padding: 0 0 5px 0;
}
.product-info {
	float: left;
	width: 400px;
}
.products .price {
	text-align: right;
	float: right;
	width: 100px;
	font-weight: bold;
}
.products .price span {
	color: #666;
	font-size: 10px;
	display: block;	
	font-weight: normal;
}
.products p {
	margin: 0px;
	padding: 0px;
	color: #666;
}
.products .description {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 10px 0;
}
input#search {
	width: 450px;
	margin: 0 0 20px 5px;
}
.products .instock {
	color: green;
}
.products .alert {
	color: red;
}
