body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}

body {
	font: 76% Arial, Helvetica, sans-serif;
}

/* layout */

div#wrap {
	width: 896px;
	margin: 0 auto;
}

div#header {
	margin-top: 10px;
	background: #000 url(../img/ui/bg_header.gif) no-repeat;
	height: 43px;
}

div#language {
	float: right;
	margin: 10px 33px 0 0;
}

div#cart {
	float: right;
	margin: 10px 16px 0 0;
	padding-left: 30px;
	background: url(../img/ui/bg_cart2.gif) no-repeat;
}

div#content {
	min-height: 569px;
	background: #000;
	margin-top: 5px;
}

div#contentframe {
	clear: left;
	width: 850px;
	padding: 7px 7px 0 7px;
	margin-left: 16px;
	background: #F49C00;
	min-height: 502px;
}

div#submenu {
	height: 23px;
}

div#colwrap {
	background: #fff;
	float: left;
	min-height: 479px;
}

div#leftcol {
	float: left;
	padding: 21px 23px;
	width: 596px;
}

div#rightcol {
	float: left;
	height: 437px;
	overflow: auto;
	padding: 21px 15px 21px 0;
	width: 193px;
}

div#footer {
	min-height: 43px;
	background: #000;
	margin-top: 5px;
}

/* lehtitilauksen layout */

div.product {
	float: left;
	margin-bottom: 20px;
}

div.productimg {
	clear: left;
	float: left;
	margin-right: 15px;
	width: 300px;
}

div.producttxt {
	float: left;
	margin-right: 10px;
	width: 220px;
}

div#leftcol h2 {
	clear: left;
	font-size: 1.4em;
	margin-bottom: 10px;
}

span.price, td.cartprice {
	font-size: 1.2em;
	font-weight: bold;
}

div.producttxt label.float, div.producttxt-single label.float, table#carttable label.float  {
	display: block;
}

div.producttxt select, div.producttxt-single select, table#carttable select {
	margin-bottom: 5px;
	width: 200px;
}

div.product-single {
	float: left;
	margin-bottom: 40px;
	width: 390px;
}

div.productimg-single {
	clear: left;
	float: left;
	width: 130px;
}

div.producttxt-single {
	float: left;
	margin-right: 10px;
	width: 200px;
}

table#carttable {
	border-collapse: collapse;
	width: 95%;
}

table#carttotaltable {
	border-collapse: collapse;
 	width: 100%;
}

table#carttable td {
	border-bottom: 1px #0095A8 solid;
	padding: 10px 0;
	vertical-align: top;
}

table#carttotaltable td {
	padding: 3px 15px;
}

table#carttotaltable td#cartsum, td.cartsum {
	text-align: right;
}

td.cartimage {
	width: 250px;
}

td.cartdesc {
	
}

td.cartprice {
	text-align: right;
	width: 100px;
}

/* päävalikko */

ul#mainmenu {
	float: left;
	width: 864px;
	background: url(../img/ui/bg_mainmenu_fi.gif) no-repeat;
	margin: 15px 0 0 16px;
	text-indent: -9999px;
}

ul#mainmenu li {
	float: left;
	width: 124px;
}

ul#mainmenu li#welcome {
	width: 120px;
}

ul#mainmenu li a {
	display: block;
	height: 28px;
	overflow: hidden;
}

ul#mainmenu li#welcome a:hover { background: url(../img/ui/bg_mainmenu_fi.gif) 0 -28px no-repeat; }
ul#mainmenu li#magazine a:hover { background: url(../img/ui/bg_mainmenu_fi.gif) -120px -28px no-repeat; }
ul#mainmenu li#order a:hover { background: url(../img/ui/bg_mainmenu_fi.gif) -244px -28px no-repeat; }
ul#mainmenu li#shop a:hover { background: url(../img/ui/bg_mainmenu_fi.gif) -368px -28px no-repeat; }
ul#mainmenu li#customer a:hover { background: url(../img/ui/bg_mainmenu_fi.gif) -492px -28px no-repeat; }
ul#mainmenu li#sewing a:hover { background: url(../img/ui/bg_mainmenu_fi.gif) -616px -28px no-repeat; }
ul#mainmenu li#gallery a:hover { background: url(../img/ui/bg_mainmenu_fi.gif) -740px -28px no-repeat; }

/* alavalikko */

div#submenu li {
	float: left;
	text-indent: -9999px;
}

div#submenu li a {
	color: #fff;
	display: block;
	height: 23px;
	overflow: hidden;
	text-decoration: none;
}

/* linkit */

div#language dt a {
	display: block;
	color: #000;
	text-decoration: none;
	background: url(../img/ui/bg_language3.gif) no-repeat;
	width: 120px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	text-indent: -9999px;
	overflow: hidden;
}

div#language dt a:hover {
	background: url(../img/ui/bg_language3.gif) 0 -23px no-repeat;
}

div#language dd a {
	/*background: #fff;*/
	display: block;
	color: #000;
	text-decoration: none;
	width: 120px;
	height: 20px;
	text-align: center;
	line-height: 23px;
	opacity: 0.8;
	text-indent: -9999px;
	overflow: hidden;
}

div#language dd a:hover {
	/*background: #fff;*/
	opacity: 1;
}

div#language dl dd#l-fi a {
	background: url(../img/ui/bg_languages.gif) no-repeat;
} 

div#language dl dd#l-de a {
	background: url(../img/ui/bg_languages.gif) 0 -20px no-repeat;
} 

div#language dl dd#l-en a {
	background: url(../img/ui/bg_languages.gif) 0 -40px no-repeat;
} 

div#language dl dd#l-nl a {
	background: url(../img/ui/bg_languages.gif) 0 -60px no-repeat;
} 

div#language dl dd#l-se a { 
	height: 22px;
	background: url(../img/ui/bg_languages.gif) 0 -80px no-repeat;
}

div#cart a {
	display: block;
	color: #000;
	text-decoration: none;
	background: url(../img/ui/bg_cart.gif) no-repeat;
	width: 61px;
	height: 23px;
	text-align: center;
	line-height: 23px;
}

/* otsikot */

div#header h1 {
	float: left;
	text-indent: -9999px;
}

div#leftcol h1 {
	font-size: 1.6em;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.2em;
}

/* kuvat */

img {
	border: 0;
}

div#leftcol img {
	/*border: 1px #9e9e9e solid;*/
}

div#rightcol img {
	margin: 0 0 68px 14px;
}

div#leftcol img.noborder {
	border: 0;
}

/* listat */

ul {
	list-style: none;
}

div#language dl dd {
	position: absolute;
	display: none;
}

div#language dl dd#l-fi { top: 43px; }
div#language dl dd#l-de { top: 63px; }
div#language dl dd#l-en { top: 83px; }
div#language dl dd#l-nl { top: 103px; }
div#language dl dd#l-se { top: 123px; }

div#cart ul {
	display: none;
	position: absolute;
	margin-left: -59px;
	text-align: right;
	background: url(../img/ui/bg_cart_bottom.gif) bottom left no-repeat;
	padding-bottom: 9px;
}

div#cart ul li {
	font-size: 0.9em;
	padding: 10px 5px;
	width: 115px;
	background: #A2EDF3;
}

/* lomakkeet */

legend {
	color: #000;
}

/* sekalaista */

div#pagenum {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
}

div#previcon {
	position: absolute;
	top: 395px;
	left: 28px;
	background: url(../img/ui/prev_icon.gif) no-repeat;
	width: 20px;
	height: 20px;
	display: none;
}

div#nexticon { 
	position: absolute;
	top: 395px;
	left: 600px;
	background: url(../img/ui/next_icon.gif) no-repeat;
	width: 20px;
	height: 20px;
	display: none;
}
