/* Tagien oletustyylit */
/***********************/

* {
	margin: 0;
	padding: 0;
}

html, body {	
	background: #FFFFFF; 
	height: 100%;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	background: #E8E8E8 url(images/tausta.jpg) no-repeat top center;
}

a {
	text-decoration: none;
	color: #6666cc;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

ul {
	padding-left: 40px;
	margin: 16px 0px;
}

li {
	font-size: 11px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FF6600;
}

h2 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #353535;
}

h3 {
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
	font-size: 11px;
}

/* container elementtien määrittelyt */
/****************************/

#outerContainer {
	width: 100%;
	height: 100%;
	position: relative;
}

#topContainer {
	width: 100%;
	height: 21px;
	position: relative;
	background: #3D3D3D;
}

#middleContainer {
	width: 100%;
	height: auto;
	position: relative;
}

#bottomContainer {
	width: 100%;
	height: 58px;
	position: fixed;
	bottom: 0px;
	background: #FF6600;
}

div.floatContainer {
	position: relative;
}

div.floatContainer div.left {
	float: left;
	width: 500px;
}

div.floatContainer div.right {
	float: right;
	width: 200px;
}

/* headerin määrittelyt */
/****************************/

#header {
	width: 970px;
	height: 92px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 0px;
	left: 10px;
}

#tuotemerkit {
	position: absolute;
	top: 0px;
	left: 179px;
}

#header-webshop {
	position: absolute;
	top: 20px;
	right: 0px;
}


#header_navi {
	position: absolute;
	top: 33px;
	right: 0px;
}

#header_navi div.box{
	float: right;
	border-right: 1px solid white;
	text-align: right;
	padding: 3px 10px;
}

#header_navi div.box a {
	margin: 0;
	color: #565656;
	font-size: 11px;
}

#header_navi div.box b{
	font-size: 13px;
}

#topcontactinfo {
	width: 970px;
	color: white;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-top: 3px;
	position: relative;
}

#home {
	position: absolute;
	left: 0px;
	top: 0px;
}

#polku {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 3px 0px 3px 35px;
	color: white;
	font-size: 11px;
}

#polku a {
	color: #FFF;
	font-size: 11px;
}

/* navigaation määrittelyt */
/***************************/ 

#navigation {
	position: absolute;
	width: 200px;
	top: 0px;
	left: 5px;
	background: white;
}

ul.nav {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

ul.nav li.title {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	padding-top: 20px;	
	padding-bottom: 5px;	
	padding-left: 33px;
	height: 20px;
	border-bottom: 1px solid black;
	background: url(images/nuoli.jpg) no-repeat 8px 18px;
	text-transform: uppercase;
}

ul.nav li.basic p {
	font-family: Verdana, arial;
	font-size: 11px;
	color: #636364;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 0;
}

ul.nav li.basic a  {
	display: block;
	font-weight: bold;
	font-family: Verdana, arial;
	font-size: 11px;
	color: #636364;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #c4c4c4;
}

ul.nav li.basic a:hover  {
	background: #FF6600;
	text-decoration: none;
	color: white;
}

ul.nav li.link  {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #c4c4c4;
	font-size: 11px;
	color: #636364;
}

ul.nav li.link a {
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #5F5FFF;
	
}

ul.nav li.link a:hover  {
	text-decoration: underline;
}

ul.nav li.selected a  {
	background: #C3CB21;
	color: black;
}

ul.nav li.no-border {
	border: 0;
}

ul.nav li.newstitle {
	font-family: Verdana, arial;
	font-size: 11px;
	color: #4E4E4E;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

ul.nav li.newstitle a  {
	font-family: Verdana, arial;
	font-size: 11px;
	color: #6666cc;
}

/* sisällön määrittelyt */
/****************************/

#content {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#page {
	width: 750px;
	margin-left: 225px;
	padding-bottom: 65px;
	min-height: 310px;
}

#thumbnails {
	position: relative;
}

#thumbnails div.thumb {
	width: 80px;
	height: 60px;
	float: left;
}

#thumbnails div.thumb img {
	width: 80px;
	height: 60px;
}

/* footerin määrittelyt */
/****************************/

#footer {
	width: 1006px;
	height: 59px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}

#footer img {
	margin: 0px 3px;
}

#heinakuu {
	position: absolute;
	right: 10px;
	top: -15px;
}

#heinakuu a {
	color: #7b7b7b;
	font-size: 11px;
}

/* Ajoneuvojen näyttöön     */
/* liittyvät määritykset    */
/****************************/

#ajoneuvot {
	position: relative;
}

#ajoneuvot div.ajoneuvo_list {
	float: left;
	width: 165px;
	margin: 0 10px 10px 0;
}

#ajoneuvot div.ajoneuvo_list div.ajoneuvo_thumb {
	width: 165px;
	height: 130px;
	border: 1px solid #C3C3C3;
	background: white;
}

#ajoneuvot div.ajoneuvo_list div.ajoneuvo_thumb table {
	width: 165px;
	height: 130px;
}

#ajoneuvot div.ajoneuvo_list div.ajoneuvo_thumb td {
	text-align: center;
	vertical-align: middle;
}

#ajoneuvot div.ajoneuvo_list div.ajoneuvo_nimi {
	width: 165px;
	text-align: center;
}

#ajoneuvo {
	position: relative;
}

#ajoneuvo div.left {
	float: left;
	width: 500px;
}

#ajoneuvo div.right {
	float: right;
	width: 200px;
}

/* Gallerian näyttöön     */
/* liittyvät määritykset    */
/****************************/

#galleriat {
	position: relative;
}

#galleriat div.galleria_list {
	float: left;
	width: 165px;
	margin: 0 10px 10px 0;
	text-align: center;
	padding: 5px;
	background: white;
	border: 1px solid #C4C4C4;
}

#galleriat div.galleria_list div.galleria_thumb {
	width: 165px;
	height: 130px;
}

#galleriat div.galleria_list div.galleria_thumb table {
	width: 165px;
	height: 130px;
}

#galleriat div.galleria_list div.galleria_thumb td {
	text-align: center;
	vertical-align: middle;
}

#galleriat div.galleria_list div.galleria_nimi {
	width: 165px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #636364;
}

#galleria {
	position: relative;
}

#galleria div.left {
	float: left;
	width: 540px;
}

#galleria div.right {
	float: right;
	width: 200px;
}

#galleria div.galleria_list {
	float: left;
	width: 145px;
	margin: 0 10px 10px 0;
	text-align: center;
	padding: 3px;
	background: white;
	border: 1px solid #C4C4C4;
}

#galleria div.galleria_list div.galleria_thumb {
	width: 145px;
	height: 110px;
}

#galleria div.galleria_list div.galleria_thumb img {
	width: 145px;
}

#galleria div.galleria_list div.galleria_thumb table {
	width: 145px;
	height: 110px;
}

#galleria div.galleria_list div.galleria_thumb td {
	text-align: center;
	vertical-align: middle;
}

/* luokka määrittelyt */
/****************************/

.bold {
	font-weight: bold;
}

.middle {
	vertical-align: middle;
}

.smalltext {
	font-weight: normal;
	font-size: 11px;
}

.yhteydenottolomake_taulu {
	width: 100%;
}

.yhteydenottolomake_taulu td {
	vertical-align: top;
	padding: 3px 0px;
}

.yhteydenottolomake_taulu td.empty {
	vertical-align: top;
	padding: 0px;
}

.yhteydenottolomake_taulu td input.text {
	width: 300px;
}

.yhteydenottolomake_taulu td textarea {
	width: 300px;
	height: 100px;
}

.cart_table {
	width: 100%;
}

.cart_table th {
	text-align: left;
	padding: 5px;
	background: #FF6600;
	color: white;
}

.cart_table th.th2 {
	text-align: left;
	padding: 5px;
	background: #cecece;
	color: black;
}

.cart_table td {
	text-align: left;
	padding: 5px 5px;
}

h1.kategoria-title {
	font-size: 21px;
	font-weight: bold;
	color: #636364;
	border-bottom: 1px solid #636364;
	padding-bottom: 3px;
}

ul.level_1 {
	margin: 0 !important;
	padding-left: 0px !important;
	list-style: none !important;
}

ul.level_1 li {
	border: 0 !important; 
}

ul.level_1 li a {
	font-weight: normal !important;
	border: 0 !important; 
}

.error_msg {
	height:16px;
	font-size: 11px;
	color: red;
	font-weight: bold;
	padding-left: 22px;
	padding-top: 4px;
	background: url(images/exclamation.png) left 3px no-repeat;
	margin-top: 4px;
}

select.lisavalinta {
	width: 170px;
}

div.hr {
	height: 1px;
	background: #acacac;
}

div.newsbox {
	width: 242px;
	min-height: 50px;
	background: url(images/newsbox.png) no-repeat bottom center;
	border-top: 1px solid #C4C4C4;
}

a.nostolinkki {
	float: right;
	margin-right: 20px;
	color: yellow;
}

a.button {
	display:block;
	background-color: #8d780f;
	border:none;
	font-weight:bold;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:4px 10px 3px 7px; 
	cursor:pointer;
}

a.button:hover {
	background-color:#79670c;
	text-decoration: none;
}

h1.bar {
	background: url(images/bar.jpg) no-repeat top left;
	font-size: 16px;
	color: white;
	font-weight: bold;
	text-align: right;
	padding: 3px 15px;
}

h1.shortbar {
	background: url(images/bar_short.jpg) no-repeat top left;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 5px 15px;
}

h1.nosto-otsikko {
	background: url(images/raita.png) no-repeat top left;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 2px 15px;
}

div.product_element {
	float: left;
	position: relative;
	width: 135px;
	margin: 0px 20px 4px 0px;
	text-align: left;
}

div.product_element .hinta {
	color: #b00000;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

div.product_element .otsikko {
	color: #080808;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

div.product_element .kuvaus {
	color: #636364;
	font-size: 11px;
}

div.product_element .sopivuus {
	float: right;
}

div.product_element .kuva {
	border: 1px solid #c3c3c3;
	background: white;
}

div.product_element .kuva table {
	width: 100%;
}

div.product_element .kuva td {
	vertical-align: middle;
	text-align: center;
}


div.order_product {
	position: relative;
}

div.order_product .info {
	float: right;
	width: 350px;
}

div.order_product .hinta {
	padding: 4px 20px;
	border-bottom: 1px solid #cecece;
}

div.order_product .lahetyskulut {
	padding: 4px 20px;
}

div.order_product .yhteensa {
	padding: 4px 20px;
	font-weight: bold;
}

div.order_product .valittu {
	text-align: left;
	padding: 4px 20px;
	background: #e5e5e5;
}

div.order_product .kuvaus {
	color: #4e4e4e;
	font-size: 11px;
}

div.order_product .nappi {

}

div.order_product .kuva {
	width: 105px;
	border: 1px solid #c3c3c3;
	cursor: help;
	float: left;
}

div.order_product .kuva img {
	cursor: help;
}

div.order_product .kuva table {
	width: 100%;
}

div.order_product .kuva td {
	vertical-align: middle;
	text-align: center;
}

div.order_form p {
	margin: 12px 0px 0px 0px;
}

div.order_form input.input_text {
	width: 195px;
}

div.order_form  textarea {
	width: 195px;
	height: 80px;
}

div.maksutapa {
	float: left;
	margin: 0px 20px;
}

div.index_uutinen {
	position: relative;
	margin-bottom: 30px;
	width: 480px;
}

div.index_uutinen h1.newstitle {
	color: black;
}

div.index_uutinen a {
	font-size: 11px;
}

/* Selaimen tunnitukseen    */
/* liittyvät määritykset    */
/****************************/

#browser_notice {
	width: 100%;
	padding: 5px 0px;
	border: 1px solid #cecece;
	background: #d9ffb7;
}

#browser_notice span.message {
	padding: 0px 10px;
	font-size: 11px;
}

#browser_notice  img {
	vertical-align: middle;
	margin-left: 10px;
}

#browser_notice  #notice_close {
	position: absolute;
	right: 5px;
	top: 5px;
}