body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
    background-repeat: repeat-x;
    background-position: left top;
}

/* Form */

input {
	font-family: Arial;
}

.formEmailinput, .formTextinput, .formTextarea {
	width: 151px;
	height: 20px;
	padding: 3px 2px;
	border: none;
}

.formTextinput {
	float: left;
	width: 150px;
	height: 19px;
	padding: 4px 2px 1px 4px;
	border: none;
	background: none;
	font-size: 90%;
}

.profile-table .formTextinput {
	float: left;
	width: 200px;
	height: 19px;
	padding: 4px 2px 1px 4px;
	border: solid 1px #6e7c59;
	background: #ffffff;
	font-size: 90%;	
}

.textinputwrapper  {
	float: left;
	min-width: 10px;
	height: 24px;
	padding-left: 11px;
    background: transparent url('/static/media/layout/inputtext_left.png') left top no-repeat;
}


.textinputwrapper1 {
	float: left;
	height: 24px;
	padding-left: 8px;
    /*background-repeat: no-repeat;
    background-position: top right;
	background-image: url('/static/media/layout/inputtext_right.png');*/
	background: url('/static/media/layout/inputtext_right.png') right top no-repeat;
}

.textinputWrapper2 {
	float: left;
	height: 24px;
    background-repeat: repeat-x;
    background-position: left top;
	background-image: url('/static/media/layout/inputtext_bg.gif');
}

#productActions select {
	float: left;
	margin-top: 2px;
}

#productActions select option {
	background-color: #ffffff;
	outline: none;
}

#tagLinks {
	width: 70px;
	color: #54643e;
	font-size: 90%;
}

.selectWrapper  {
	float: left;
	height: 24px;
	padding-left: 8px;
    background-repeat: no-repeat;
    background-position: left top;
	background-image: url('/static/media/layout/select_left.gif');
}

.selectWrapper1 {
	float: left;
	height: 24px;
	padding-right: 6px;
    background-repeat: no-repeat;
    background-position: right top;
	background-image: url('/static/media/layout/select_right.gif');
}

.selectWrapper2 {
	float: left;
	height: 24px;
    background-repeat: repeat-x;
    background-position: left top;
	background-image: url('/static/media/layout/select_bg.gif');	
}

.container {
	margin-top: 3px;
	border: 0 none;
	position: relative;
	width: 171px;
	height: 18px;
	overflow: hidden;
	background-color: transparent;
}

#order, #order1 {
	background-color: transparent;
	position: absolute;
	height: 20px;
	width: 174px;
	top: -3px;
	left: -2px;
	border: 0;
	color: #54643e;
	font-size: 90%;
}

#order option, #tagLinks option, #order1 option {
  background-color: transparent;
}

.container1 {
	margin-top: 3px;
	border: 0 none;
	position: relative;
	width: 65px;
	height: 18px;
	overflow: hidden;
	background-color: transparent;
}

#tagLinks {
	background-color: transparent;
	position: absolute;
	height: 20px;
	width: 69px;
	top: -3px;
	left: -2px;
	border: 0;
	color: #54643e;
	font-size: 90%;
}


form table td {
	padding: 3px 0px 0px 7px;
}

.buttongraywrapper, .buttongreenwrapper, .buttonorangeWrapper {
	float: left;
    background-repeat: no-repeat;
    background-position: left top;
}

.buttongraywrapper1, .buttongreenwrapper1, .buttonorangewrapper1  {
	float: left;
    background-repeat: no-repeat;
    background-position: right top;
}

.buttonGray, .buttonGreen, .buttonOrange {
	float: left;
    background-repeat: repeat-x;
    background-position: left top;
}

.buttonGray a, .buttonGreen a, .buttonOrange a {
	float: left;
}

/* Gray button */

.buttongraywrapper {
	height: 26px;
	padding-left: 9px;
	background-image: url('/static/media/layout/button_gray_left.png');
}

.buttongraywrapper1 {
	height: 26px;
	padding-right: 6px;
	background-image: url('/static/media/layout/button_gray_right.png');
}

.buttonGray {
	float: left;
	height: 26px;
	background-image: url('/static/media/layout/button_gray_bg.gif');
    background-repeat: repeat-x;
    background-position: left top;
}

.buttonGray a {
	height: 22px;
	padding: 4px 15px 0px 5px;
	color: #000000;
	background-image: url('/static/media/layout/arrow_black.gif');
    background-repeat: no-repeat;
    background-position: right center;
}

/* Green button */

.buttongreenwrapper {
	height: 26px;
	padding-left: 13px;
	background-image: url('/static/media/layout/button_green_left.png');
}

.buttongreenwrapper1 {
	height: 26px;
	padding-right: 9px;
	background-image: url('/static/media/layout/button_green_right.png');
}

.buttonGreen {
	height: 26px;
	background-image: url('/static/media/layout/button_green_bg.gif');
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.buttonGreen a {
	height: 22px;
	padding: 4px 15px 0px 5px;
	color: #ffffff;
	background-image: url('/static/media/layout/arrow_white.gif');
    background-repeat: no-repeat;
    background-position: right center;
}


/* Orange button */

.buttonorangewrapper {
	height: 26px;
	padding-left: 7px;
	background-image: url('layout/button_orange_left.gif');
}

.buttonorangewrapper1 {
	height: 26px;
	padding-right: 6px;
	background-image: url('/static/media/layout/button_orange_right.gif');
}

.buttonOrange {
	float: left;
	height: 26px;
	background-image: url('/static/media/layout/button_orange_bg.gif');
    background-repeat: repeat-x;
    background-position: left top;
}

.buttonOrange a {
	height: 22px;
	padding: 4px 15px 0px 10px;
	color: #ffffff;
	background-image: url('/static/media/layout/arrow_white.gif');
    background-repeat: no-repeat;
    background-position: right center;
}

/* MAIN */

#wrapper {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

#main {
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
	padding-top: 45px;
}

/* HEADER */

#header {
	float: left;
	width: 960px;
	height: 346px;
}

#headerAlasivu {
	float: left;
	width: 960px;
	height: 243px;
}

#actions {
	float: left;
	width: 694px;
	height: 64px;
    background-repeat: no-repeat;
    background-position: left top;
	padding-left: 266px;
	color: #ffffff;
}

#actions table {
	float: right;
	margin-top: 19px;
	height: 26px;
	margin-right: 15px;
}

*html #actions table {
	margin-right: 10px;
}

#actions .buttongreenwrapper, #actions .buttonorangewrapper {
	margin-right: 0px;
}

*html #actions  .buttongreenwrapper {
	margin-right: 0px;
}

#actions .formTextinput {
	width: 107px;
	height: 16px;
	padding: 4px 2px 1px 4px;
}

#actions .formTextinput, #search .formTextinput {
	color: #54643e;
}

#actions .teksti {
	width: 100px;
	font-size: 110%;
}

#actions .mail {
	width: 145px;
}

#actions .password {
	width: 145px;
}

#actions .submitButton {
	width: 40px;
	border-right: 1px solid;
}

#actions .recButton {
	width: 120px;
	padding-left: 10px;
}

#actions .tunnus {
	color: #ffffff;
	font-size: 85%;
	border-right: 1px solid;
	padding-right: 20px;
}

#actions .tunnus a {
	color: #ffffff;
}

#actions .koriInfo {
	width: 135px;
	text-align: center;
	font-size: 85%;
}

#actions .exit {
	width: 106px;
	text-align: center;
	border-right: 1px solid;
	font-size: 85%;
}

#actions .ostoskoriButton {
	padding-left: 10px;
}

*html #actions .ostoskoriButton {
	padding-left: 0px;
}

/* HEADER */

#headerBottom {
	float: left;
	width: 960px;
	height: 282px;
}

#headerAlasivu #headerBottom {
	height: 178px;
}

#headerLeft {
	float: left;
	width: 266px;
	height: 282px;
    background-repeat: no-repeat;
    background-position: center top;
}

#headerAlasivu #headerLeft {
	height: 178px;	
}

#headerRight {
	float: left;
	width: 694px;
	height: 282px;
	padding: 0;
	margin: 0;
}

#headerAlasivu #headerRight {
	height: 178px;
}

#logo {
	float: left;
	width: 266px;
	height: 120px;
}

#nosto {
	float: left;
	width: 238px;
	text-align: center;
	border-bottom: 1px solid;
	margin-left: 14px;
}

*html #nosto {
	margin-left: 7px;
}


/* Search */

#searchWrapper {
	float: left;
	width: 238px;
	height: 30px;
	border-top: 1px solid;
	margin: 0px 0px 0px 14px;
	padding: 13px 0px 0px 0px;
}

#headerAlasivu #searchWrapper {
	border-top: none;
}

*html #searchWrapper {
	margin-left: 7px;
}

#search {
	float: left;
	width: 230px;
	padding-left: 8px;
}

#search .search {
	width: 27px;
	height: 26px;
	background-image: url('/static/media/layout/button_green_search.gif');
    background-repeat: no-repeat;
    background-position: center top;
	border: none;
	cursor: pointer;
	background-color: transparent;
	margin-left: 10px;
}

.searchAmount {
	font-size: 90%;
	font-weight: bold;
}

/* MAIN MENU */

#menuWrapper {
	float: left;
	width: 960px;
	height: 54px;
}

#menu {
	float: left;
	width: 782px;
	height: 45px;
	padding: 9px 0px 0px 18px;
}

#menu ul {
	width: 682px;
	height: 45px;
	list-style-type: none;
	font-size: 110%;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

#menu ul li {
	float: left;
	height: 35px;
	padding-right: 20px;
}

#menu ul li .itemWrapper {
	float: left;
	height: 35px;
	padding-left: 13px;
}

#menu ul li .itemWrapper1 {
	float: left;
	height: 35px;
	padding-right: 11px;
}

#menu ul li .itemWrapper2 {
	float: left;
	height: 25px;
	padding-top: 10px;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	margin-top: 10px;
	color: #ffffff;
}

#menu ul li a:hover {
	color: #000000;
}

#menu ul li.current .itemWrapper {
	background-image: url('/static/media/layout/item_left.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

#menu ul li.current .itemWrapper1 {
	background-image: url('/static/media/layout/item_right.jpg');
    background-repeat: no-repeat;
    background-position: right top;
}

#menu ul li.current .itemWrapper2 {
	background-image: url('/static/media/layout/item_bg.gif');
    background-repeat: repeat-x;
    background-position: left top;
	text-align: center;
}

#menu ul li.current a:link, #menu ul li.current a:visited, #menu ul li.current a:active {
	color: #ffffff;
}

#menu ul li.current a:hover {
	color: #000000;
}

/* Languages */

#languages {
	float: left;
	width: 155px;
	height: 54px;
	text-align: right;
	color: #ffffff;
}

#languages ul {
	float: left;
	height: 54px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#languages ul li {
	float: left;
	padding-top: 16px;
}

#languages ul li.first {
	margin-top: 3px;
	padding-right: 5px;
}

/* SUBMENU */

#submenuWrapper {
	float: left;
	width: 240px;
	padding: 10px 0px 0px 26px;
	margin: 0;
}

#submenu {
	float: left;
	width: 240px;
	background-image: url('/static/media/layout/otsikot/tuotteet.jpg');
    background-repeat: no-repeat;
    background-position: left top;
	padding: 45px 0px 0px 0px;
	margin: 0;
}

#submenu_category {
	float: left;
	width: 240px;
	background-image: url('/static/media/layout/otsikot/materiaalit.jpg');
    background-repeat: no-repeat;
    background-position: left top;
	padding: 45px 0px 0px 0px;
	margin: 0;
}

#submenu_mallistot {
	float: left;
	width: 240px;
	background-image: url('/static/media/layout/otsikot/mallistot.jpg');
    background-repeat: no-repeat;
    background-position: left top;
	padding: 45px 0px 0px 0px;
	margin: 0;
}

#submenu ul, #submenu_category ul, #submenu_mallistot ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#submenu ul li, #submenu_category ul li, #submenu_mallistot ul li {
	float: left;
	min-height: 28px;
	width: 190px;
	border-bottom: solid 1px #e2e0e0;
	border-top: solid 1px #ffffff;
	background-image: url('/static/media/layout/subdot.gif');
    background-repeat: no-repeat;
    background-position: 10px 5px;
	margin: 0;
	padding: 0px 0px 0px 35px;
}

#submenu ul li.first, #submenu_category ul li.first, #submenu_mallistot ul li.first {
	min-height: 29px;
	border-top: none;
}

#submenu ul li.last, #submenu_category ul li.last, #submenu_mallistot ul li.last {
	min-height: 29px;
	border-bottom: none;
}

#submenu ul li a, #submenu_category ul li a, #submenu_mallistot ul li a {
	float: left;
	width: 190px;
	height: 20px;
	color: #000000;
	font-size: 110%;
	padding: 8px 0px 0px 0px;
	margin-left: 10px;
}

#submenu ul li.current, #submenu_category ul li.current, #submenu_mallistot ul li.current {
	background-color: #f2f2f2;
	background-image: url('/static/media/layout/sub_current.gif');
	font-weight: bold;
}

/* level 2 */

#submenu ul li ul, #submenu_category ul li ul {
	float: left;
	width: 160px;
	padding: 0px 0px 10px 10px;
	display: none;
}

#submenu ul li.current ul, #submenu_category ul li.current ul {
	display: block;
}

#submenu ul li ul li, #submenu_category ul li ul li {
	float: left;
	min-height: 15px;
	width: 145px;
	margin: 0;
	padding: 0px 0px 0px 5px;
	border-bottom: none;
	border-top: none;
	background-image: url('/static/media/layout/sub_sub.gif');
    background-repeat: no-repeat;
    background-position: left center;
	font-weight: normal;
}

#submenu ul li ul li.first, #submenu_category  ul li ul li.first {
	min-height: 15px;
	border-top: none;
}

#submenu ul li ul li.last, #submenu_category  ul li ul li.last  {
	min-height: 15px;
	border-bottom: none;
}

#submenu ul li ul li a, #submenu_category ul li ul li a {
	float: left;
	width: 160px;
	height: 15px;
	color: #32401d;
	font-size: 100%;
	padding: 3px 0px;
}

#submenu ul li ul li a.current {
	font-weight: bold;
}


#submenu_category ul li ul li.current {
	background-image: url('/static/media/layout/sub_sub.gif');
    background-repeat: no-repeat;
    background-position: left center;
	font-weight: bold;
}

#submenu_category .faq {
	float: left;
	width: 190px;
	border-top: solid 1px #ffffff;
	background-image: url('/static/media/layout/subdot.gif');
    background-repeat: no-repeat;
    background-position: 10px 5px;
	margin: 0;
	padding: 0px 0px 0px 35px;
}

#submenu_category .faq a {
	float: left;
	width: 190px;
	color: #000000;
	font-size: 110%;
	padding: 8px 0px 0px 0px;
	margin-left: 10px;
}

/* BOXIT */

.boxBg {
	float: left;
	background-color: #ffffff;
}

.boxWrapper {
	float: left;
    background-repeat: no-repeat;
    background-position: left top;
	padding: 0px 0px 0px 0px;
}

.boxWrapper1 {
	float: left;
    background-repeat: no-repeat;
    background-position: right top;
	padding: 20px 0px 0px 0px;
}

.boxWrapper2 {
	float: left;
    background-repeat: no-repeat;
    background-position: right bottom;
	padding: 0px 20px 0px 0px;
}

.boxWrapper3 {
	float: left;
    background-repeat: no-repeat;
    background-position: left bottom;
	padding: 0px 0px 20px 20px;
}

.box {
	float: left;
}

.box1 {
	float: left;
	width: 679px;
	background-image: url('/static/media/layout/right_top.gif');
    background-repeat: no-repeat;
    background-position: left top;
	padding-top: 28px;
	margin-left: 10px;
}

*html .box1 {
	width: 679px;
	margin-left: 0;
}

.box2 {
	float: left;
	width: 679px;
	background-image: url('/static/media/layout/right_bottom.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
	padding-bottom: 23px;
}

*html .box2 {
	width: 679px;
}

.box3 {
	float: left;
	width: 639px;
	background-image: url('/static/media/layout/right_center.gif');
    background-repeat: repeat-y;
    background-position: left top;
	padding: 0px 20px;
}

/* ETUSIVU */

#content{
	float: left;
	width: 960px;
	min-height: 400px;
	background-image: url('/static/media/layout/content_top.gif');
    background-repeat: no-repeat;
    background-position: left top;
	padding-top: 16px;
}

#contentWrapper {
	float: left;
	width: 960px;
	background-image: url('/static/media/layout/content_bg.gif');
    background-repeat: repeat-y;
    background-position: left top;
	padding-bottom: 20px;
}

/* Nostot */

.lift {
	float: left;
	width: 615px;
	text-align: center;
	position: relative;
}

#left .lift {
	width: 170px;
}

.liftContent {
	float: left;
	width: 615px;
	position: relative;
}

#left .lift .liftContentSales a, #left .lift .liftContentSales1 a {
	background: none;
	padding-right: 0px;
}

#left .lift .liftContentSales, #left .lift .liftContentSales1 {
	width: 170px;
	position: relative;
}

#left .lift .prev, #left .lift .next, #left .lift .prev2, #left .lift .next2  {
	position: absolute;
	top: 60px;
	background: none;
}

.liftContentSales, .liftContentSales1 {
	float: left;
	width: 615px;
	position: relative;
	overflow: hidden;
}

#left .liftContentSales, #left .liftContentSales1 {
	min-height: 140px;
}

#right .liftContentSales, #right .liftContentSales1 {
	min-height: 170px;
}

*html #left .liftContentSales, #left .liftContentSales1 {
	height: 130px;
}

*html #right .liftContentSales, #right .liftContentSales1 {
	height: 170px;
}

.lift .otsikko {
	margin-top: -15px;
	position: relative;
}

#left .lift .otsikko {
	margin-top: 0px;
}

.lift .prev, .lift .next, .lift .prev2, .lift .next2, .lift .prevPage, .lift .nextPage {
	position: absolute;
	top: 70px;
	z-index: 50;
}

#left .lift .prev, #left .lift .next, #left .lift .prev2, #left .lift .next2  {
	position: absolute;
	top: 60px;	
}

#left .lift .prev, #left .lift .prev2 {
	left: -26px;
}

#left .lift .next, #left .lift .next2 {
	right: -30px;
}

*html #left .lift .next, #left .lift .next2 {
	right: -40px;
}

.lift .prev, .lift .prev2, .lift .prevPage   {
	left: -16px;
}

.lift .next, .lift .next2, .lift .nextPage  {
	right: -21px;
}

*html .lift .prev, .lift .next, .lift .prev2, .lift .next2, .lift .prevPage, .lift .nextPage   {
	top: 55px;
}

.viewer {
	float: left;
	width: 615px;
	height: 180px;
	position: relative;
	overflow: hidden;
	/*white-space:nowrap;*/
}

.viewer .items {
    width: 20000em; 
    position: absolute; 
    clear:both;
left: 0;
}


.lift .tuoteNosto{
	float: left;
	width: 159px;
	padding: 0px 20px 0px 20px;
	margin-top: 0px;
	border-right: solid 1px;
	position: relative;
}

#left .lift .tuoteNosto {
	float: left;
	width: 150px;
	padding: 0px 10px 0px 0px;
	border: none;
	position: relative;
}

*html #left .lift .tuoteNosto {
	padding: 0;
}

.lift .tuoteNostoVika {
	float: left;
	width: 160px;
	padding: 0px 20px 0px 20px;
	margin-top: 0px;
	border-right: none;
	position: relative;
}

#left .lift .tuoteNosto img {
	margin-bottom: 0px;
}

.lift .tuoteNosto a, .lift .tuoteNostoVika a {
	width: 145px;
    background-repeat: no-repeat;
    background-position: right center;
	padding: 0px 14px 0px 0px;
}

/* etusivun nostot div */

#right .index .boxWrapper2 {
	padding-right: 13px;
}

#right .index .boxWrapper3 {
	padding-left: 14px;
}

#right .index .box {
	padding: 0px 0px 5px 0px;
	width: 652px;
}

#right .index .lift {
	width: 652px;
}

#right .index .liftContentSales, #right .index .liftContent1, #right .index .liftContent2 {
	width: 642px;
	padding-left: 10px;
}

#right .index .liftContentSales .prevPage1, #right .index .liftContentSales .prevPage1, #right .index .liftContent1 .prevPage2, #right .index .liftContent1 .prevPage2, #right .index .liftContent2 .prevPage3, #right .index .liftContent2 .prevPage3 {
	left: 0px;
}

#right .index .liftContentSales .nextPage1, #right .index .liftContentSales .nextPage1, #right .index .liftContent1 .nextPage3, #right .index .liftContent1 .nextPage2, #right .index .liftContentSales .nextPage3, #right .index .liftContent2 .nextPage3   {
	right: 0px;
}

/* Price */

#left .priceHolder {
	position: absolute;
	top: 5px;
	left: 70px;
}

.priceHolder {
	height: 48px;
	width: 80px;

}

.liftContentSales .priceHolder, .liftContent .priceHolder, .liftContentSales1 .priceHolder {
	height: 48px;
	width: 80px;
	position: absolute;
	right: 10px;
}

.price {
	height: 48px;
	width: 80px;
    	background-repeat: no-repeat;
    	background-position: top center;
	padding-top: 5px;
	font-weight: bold;
	font-size: 110%;
}

#right .box .price table.hinnat, #left .box .price table.hinnat {
	width: 70px;
	height: 35px;
	line-height: 90%;
	padding-top: 4px;
}

*html #right .box .price table.hinnat,
#left .box .price table.hinnat {
	padding-top: 0px;
	margin-top: -2px;
}

/* Price big */

.priceBigHolder {
	clear: left;
	height: 51px;
	width: 87px;
}

.tarjous .priceBigHolder {
	clear: left;
	height: 51px;
	width: 87px;
	position: absolute;
	bottom: 30px;
}

.tuoteListaLeft .priceBigHolder {
	margin: 0 auto;
}

.pricebig {
	height: 51px;
	width: 87px;
    	background-repeat: no-repeat;
    	background-position: top center;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	padding: 0 6px;	
}

.pricebig div {	
	padding-top: 20px;
}

#right .box .pricebig table.hinnat {
	width: 100%;
	height: 100%;
	line-height: 90%;
	padding-top: 6px;
}

.tuoteTiedot .priceBigHolder {
	top: 10px;
	left: 10px;
}

#right .box .tuoteTiedot .pricebig table.hinnat {
	line-height: 50%;
}

.price .oldPrice, .pricebig .oldPrice {
	font-size: 80%;
	text-decoration: line-through;
}

.pricebig .hinta  {

}

/* LEFT */

#left {
	float: left;
	width: 266px;
	background-color: #ececec;
	padding-bottom: 20px;
}

#left .boxBg {
	width: 215px;
	margin-left: 10px;
}

*html #left .boxBg {
	margin-bottom: 5px;
}

*html #left .boxBg {
	margin-left: 5px;
}

#left .boxWrapper {
	background-image: url('/static/media/layout/leftbox_top_left.gif');
}

#left .boxWrapper1 {
	background-image: url('/static/media/layout/leftbox_top_right.gif');
}

#left .boxWrapper2 {
	background-image: url('/static/media/layout/leftbox_bottom_right.gif');
}

#left .boxWrapper3 {
	background-image: url('/static/media/layout/leftbox_bottom_left1.gif');
}

#left .box {
	width: 160px;
	padding: 0px 20px;
	position: relative;
}

#left .box p.esite {
	text-align: center;
}

#left .box a {
    background-repeat: no-repeat;
    background-position: right center;
	padding-right: 14px;
}

#left .box a.no_bg, #left .box .tuoteNosto a.no_bg, .lift .tuoteNosto a.no_bg, .lift .tuoteNostoVika a.no_bg {
    background: none;
}

#left .box .tuoteNosto a {
    float: left;
    min-height: 100px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 14px;
}

/* RIGHT */

#right {
	float: left;
	width: 694px;
	background-color: #ffffff;
}

#right .boxBg {
	width: 675px;
	margin: 0px 0px 0px 5px;
}

*html #right .boxBg {
	margin-left: 5px;
}

#right .boxWrapper {
	background-image: url('/static/media/layout/rightbox_top_left.gif');
}

#right .boxWrapper1 {
	background-image: url('/static/media/layout/rightbox_top_right.gif');
}

#right .boxWrapper2 {
	background-image: url('/static/media/layout/rightbox_bottom_right.gif');
}

#right .boxWrapper3 {

	background-image: url('/static/media/layout/rightbox_bottom_left1.gif');
}

#right .box {
	width: 620px;
	padding: 0px 10px 5px 10px;
	position: relative;
}

#right .box3 .box {
	min-height: 650px;
	padding-top: 10px;
}

*html #right .box3 .box {
	height: 650px;
}

/* Welcome table */

#right .box #welcome  td.vasen {
	width: 250px;
}

*html #right .box #welcome  td.vasen {
	width: 255px;
}

#right .box table {
	width: 100%;
	line-height: 18px;
}

#right .box #welcome .otsikko {
	position: absolute;
	top: -25px;
	left: 80px;
	z-index: 100;
}

#right .box #welcome .kuvitus {
	margin-top: -5px;
}

#welcome .buttongraywrapper1 {
	margin-right: 15px;
}

#welcome .buttonGray a {
	font-size: 110%;
}

/* ALASIVU */

/* Pathtrail */

.pathtrail {
	float: left;
	width: 340px;
	padding-top: 11px;
	font-size: 120%;
	color: #32401D;
}

.pathtrail_category {
	float: left;
	width: 400px;
	padding-top: 11px;
	font-size: 120%;
	color: #32401D;
}

.pathtrail a, .pathtrail_category a {
	float: left;
	background-image: url('/static/media/layout/arrow_black.gif');
    background-repeat: no-repeat;
    background-position: right center;
	padding-right: 15px;
	margin-right: 5px;
}

/* Product Actions */

#productActions {
	float: right;
	padding-top: 8px;
}

#productActions a {
	float: left;
	height: 19px;
	background-image: url('/static/media/layout/arrow_black_down.gif');
    background-repeat: no-repeat;
    background-position: right center;
	padding: 5px 15px 0px 5px;
}

/* Product information */

.tuote, .tuoteTiedot {
	float: left;
	width: 615px;
	position: relative;
}

.tuote {
	padding: 10px 0px;
}


.tuoteListaLeft a {
	display: block;
        width: 100%;
	text-align: center;
}

.tuoteListaLeft a img {
        margin: 0 auto;
}



.tuoteImg {
	float: left;
	width: 145px;
	padding-left: 10px;
	position: relative;
	text-align: center;
}

.tuoteTiedot .tuoteImg {
	float: left;
	width: 240px;
	position: relative;
	text-align: center;
	padding-left: 0px;
}



#right .box .tuoteTiedot td {
	padding: 5px 0px;
}

#right .box .tuoteTiedot td.info {
	padding-right: 10px;
}

.tuotekuvaus {
	float: left;
	width: 455px;
	padding-left: 5px;
}

.tuoteTiedot .tuotekuvaus {
	float: left;
	width: 360px;
}

.tuoteNapit .buttongraywrapper1 {
	margin-right: 5px;
}

.tuoteInfo {
	float: left;
	width: 595px;
	margin: 0px 0px 0px 20px;
	padding-top: 20px;
	border-top: solid 1px #dddcdc;
}

*html .tuoteInfo {
	margin-left: 0;
	width: 615px;
}

#right .box .tuoteInfo table {
	float: left;
	width: 595px;
}

.tuoteInfo table td {
	padding: 3px 0px;
}

.tuoteInfo .info {
	width: 150px;
	padding-right: 40px;
}

.tuoteNapit {
	height: 70px;
}

.tuoteTiedot .tuoteNapit .buttonGray a {
	padding: 5px 10px 0px 15px;
	background-image: url('/static/media/layout/arrow_black_back.gif');
    background-repeat: no-repeat;
    background-position: left center;
}

.uutuus {
	font-weight: bold;
    background-repeat: no-repeat;
    background-position: right center;
	padding-right: 25px;
	background-image: url('/static/media/layout/icons/uutuus_icon.gif');
}

.tarjous {
	font-weight: bold;
    background-repeat: no-repeat;
    background-position: right center;
	padding-right: 25px;
	background-image: url('/static/media/layout/icons/uutuus_icon.gif');
}


.tilaustuote {
	font-weight: bold;
    background-repeat: no-repeat;
    background-position: right center;
	padding-right: 25px;
	background-image: url('/static/media/layout/icons/tilaustuote_icon.gif');
}

.varastossa {
	font-weight: bold;
    background-repeat: no-repeat;
    background-position: right center;
	padding-right: 20px;
	background-image: url('/static/media/layout/icons/varastossa_icon.gif');
}

.eivarastossa {
	font-weight: bold;
    background-repeat: no-repeat;
    background-position: right center;
	padding-right: 20px;
	background-image: url('/static/media/layout/icons/ei_varastossa_icon.gif');
	color: #cf0c0c;
	font-weight: normal;
}

/* PROFILE */

.profile-table .fieldName, .payment-table .fieldName, .order-information .fieldName  {
	width: 200px;
	vertical-align: top;
}

.button-wrapper-normal {
	padding-top: 10px;
}

/* OSTOSKORI */

#cartProducts {
	float: left;
	width: 100%;
}

.cartProduct {
	float: left;
	border-bottom: solid 1px #e2e0e0;
}

.cartProduct .amount-input, .tuoteNapit .amount-input, .tarjousNapit .amount-input {
	width: 24px;
	float: left;
	height: 19px;
	padding: 4px 2px 1px 5px;
	border: solid 1px #e2e0e0;
	background: #ffffff;
	font-size: 90%;	
}

#steps {
	position: absolute;
	top: 10px;
	right: 20px;
}

#steps .current {
	font-weight: bold;
}

.cartProduct .poista {
	float: left;
	margin-right: 10px;
}

#right .box table.cartButtons {
float: left;
width: 100%;
}

#right .box table.cartButtons table {
width: 350px;
}

.koributton {
	float: left;
	width: 136px;
	height: 26px;
	background-image: url('/static/media/layout/button.png');
	background-repeat: no-repeat;
    background-position: center center;
}

.koributton2 {
	float: left;
	width: 130px;
	height: 26px;
	background-image: url('/static/media/layout/button.png');
	background-repeat: no-repeat;
    background-position: center center;
}

.buttonGray .prev {
	height: 25px;
	background-image: url('/static/media/layout/arrow_black_back.gif');
	background-repeat: no-repeat;
    background-position: left center;
	padding: 0px 0px 0px 10px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	line-height: 16px;
}

.buttonGray a.prev {
	height: 25px;
	background-image: url('/static/media/layout/arrow_black_back.gif');
	background-repeat: no-repeat;
    background-position: left center;
	padding-right: 10px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	line-height: 16px;	
}

.arrowNo{
	height: 25px;
	padding: 0px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	line-height: 16px;
}

.buttonGreen input {
	color: #ffffff;
}

*html .buttonGreen input  {
	width: 120px;
}

.buttonGray .next {
	height: 25px;
	background-image: url('/static/media/layout/arrow_black.gif');
	background-repeat: no-repeat;
    background-position: right center;
	padding: 0px 10px 0px 0px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	line-height: 16px;
}

.buttonGreen .next {
	background-image: url('/static/media/layout/arrow_white.gif');
	height: 25px;
	/*width: 120px;*/
	background-repeat: no-repeat;
    background-position: right center;
	padding: 0px 10px 0px 0px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	line-height: 16px;
	padding-bottom: 1px;
}


.cartProduct .kpl, .tuoteNapit .kpl, .tarjousNapit .kpl {
	float: left;
	padding: 3px 0px 0px 5px;
}

td.cart_total {
	color: #485634;
	font-size: 120%;
	font-weight: bold;
}

.cartProduct .tuoteNapit {
	height: 50px;
}

.cart-summary {
	float: left;
	width: 100%;
	padding: 10px 0px;
}

.error-text {
	padding-left: 10px;
	color: #e32424;
}

#terms-of-delivery-box {
	width: 350px;
	background-color: #FFFFFF;
	border: 1px solid #D7D6D6;
	bottom: 140px;
	left: 150px;
	padding: 10px;
	position: absolute;
}

/* FOOTER */

#footerHolder {
	float: left;
	width: 960px;
	height: 122px;
	padding-bottom: 20px;
}

#footerWrapper {
	float: left;
	width: 960px;
	height: 96px;
	background-image: url('/static/media/layout/footer1.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
	padding-bottom: 26px;
	margin-bottom: 20px;
	background-color: #000000;
}

#footer {
	float: left;
	width: 460px;
	height: 71px;
	background-color: #000000;
	margin-top: 25px;
	padding-left: 25px;
	border-right: solid 1px #1d1a1a;
}

#footer table {
	width: 100%;
}

#footer td.copyright {
	height: 35px;
}

#footer td.osoite {
	color: #8c8c8c;
	text-align: left;
}

#footerLinks {
	float: left;
	width: 449px;
	height: 71px;
	background-color: #000000;
	padding: 25px 0px 0px 10px;
	margin: 0;
}

#footerLinks ul {
	float: left;
	width: 349px;
	list-style-type: none;
	margin: 55px 0px 0px 0px;
	padding: 0;
}

#footerLinks ul li {
	float: left;
	border-right: solid 1px;
}

#footerLinks ul li.last {
	border-right: none;
}

#footerLinks ul li a {
	padding: 0px 10px;
}

#footerLinks img {
	margin-top: 25px;
}

/* TESTI */
#footer1 {
	float: left;
	width: 460px;
	height: 41px;
	background-color: #000000;
	padding: 0px 0px 0px 25px;
	border-right: solid 1px #1d1a1a;
	margin-top: 10px;
}

#footer1 table {
	width: 100%;
}

#footer1 td.copyright {
	height: 35px;
}

#footer1 td.osoite {
	color: #8c8c8c;
	text-align: left;
}

#footerLinks1 {
	float: left;
	width: 449px;
	height: 61px;
	background-color: #000000;
	padding: 0px 0px 0px 10px;
	margin: 0;
}

#footerLinks1 ul {
	float: left;
	width: 349px;
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0;
}

#footerLinks1 ul li {
	float: left;
	border-right: solid 1px;
}

#footerLinks1 ul li.last {
	border-right: none;
}

#footerLinks1 ul li a {
	padding: 0px 10px;
}

#footerLinks1 img {
	margin-top: 5px;
}

/* TYYLIT */

html, body {
	font-family: Arial, sans-serif;
	font-size: small;
	width: 100%;
	height: 100%;
	color: #000000;
	line-height: 16px;
}

*html body {
	font-size: 13px;
}

a {
	text-decoration: none;
	outline: none;
}

p a {
	text-decoration: underline;
}

img {
	outline: none;
}

a img {
	border: 0;
	outline: none;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	line-height: 100%;
	margin-top: 0;
}

h1 	{
	font-size: 150%;
}

h2 	{
	font-size: 130%;
	font-weight: bold;
}

h4, h5, h6 {
	font-size: 110%;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

p {
	margin: 10px 0 10px 0;
	font-size: 90%;
}


#ilmoitus, #varmistus {
	width: 236px;
	height: 198px;
	padding: 30px 30px 30px 25px;
	/*position: absolute;*/
	position: fixed;
	top: 300px;
	/*left: 200px;*/
	left: 50%;
	z-index: 50;
	display: none;
	background-image: url('/static/media/layout/ilmoitus_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#ilmoitus h2 {
text-align: center;
margin-bottom: 30px;
}
