@import url(/css/global.css);
body{
	padding:0px;
	margin:0px;
	font-size:12px;
	text-align: left;
}
#header{
	width:925px;
	height:100px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background: url(/layout/header.gif);
}
#header_left{
	padding: 25px 0px 0px 50px;
	float:left;
	height:75px;
	width:300px;
}
#header_right{
	float:right;
	text-align:center;
	height:100px;
	width:310px;
}
#varukorg_top{
	color: #fff;
	line-height:15pt;
	width:200px;
	height:17px;
	padding-top: 4px;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #43497b;
	background: url(/layout/bg_varukorg.gif);
}
#varukorg{
	width:200px;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	line-height:15pt;
	padding:5px 0px 5px 0px;
	border-left:2px solid #43497b;
	border-right:2px solid #43497b;
	border-bottom:2px solid #43497b;
}
#varukorg a {
	color: #00f;
}
#varukorg a:link,a:visited,a:hover,a:active {
	color: #00f;
}
#container{
	width:925px;
	margin-left:auto;
	margin-right:auto;
	background: url(/layout/bg.gif);
}
#main{
	width:800px;
	text-align:left;
	padding-top:0px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}
#menu{
	text-align: center;
	width:877px;
	height:20px;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	border-bottom: 2px solid #43497b;
	background: url(/layout/menu_bg.gif);
}

#menu li{
	list-style-type:none;
	text-align:left;
	display:inline;
}
#menu a{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:12px 4px 4px 4px;
	text-decoration:none;
}
#menu a:active {
	color: #000;
}
#menu a:link,a:visited {
	color: #fff;
}
#menu a:hover{
	color: #000;
	background-color:#ffffff;
	text-decoration:none;
	padding: 12px 2px 6px 2px;
	border-top:2px solid #43497b;
	border-left:2px solid #43497b;
	border-right:2px solid #43497b;
}
#menu #Active {
	background-color: #fff;
	color: #000;
	text-decoration:none;
	padding: 12px 2px 6px 2px;
	border-top: 2px solid #43497b;
	border-left: 2px solid #43497b;
	border-right: 2px solid #43497b;
}
#submenu{
	margin-top:10px;
	text-align: left;
}
#submenu li{
	display:inline;
	text-align:left;
	list-style-type:none;
}
#submenu a{
	color: #000;
	font-size:12px;
	font-weight:bold;
	padding:0px 10px 0px 10px;
}
#footer{
	padding:0px;
	margin:0px;
	color:#666666;
	width:925px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background: url(/layout/footer.gif) no-repeat;
}
#top{
	height: 33px;
	width:925px;
	margin-left:auto;
	margin-right:auto;
	background: #fff url(/layout/top.gif) no-repeat;
	margin-top: 20px;
}

div.sprod {
	cursor: pointer;
	border: 1px solid #ccc;
	width: 111px;
	height: 226px;
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: center;
	overflow: hidden;
	font-size: 9pt;
	margin-bottom: 15px;
}
div.sprod div.name {
	height: 45px;
	overflow: hidden;
}
div.sprod img{
	border: 0px;
	width: 100px;
	height: 100px;
}
div.sprod div.img{
	border: 0px;
	width: 100px;
	height: 100px;
}
div.sprod div.description {
	display: none;
}
div.sprod div.shortdesc {
	height: 45px;
	font-style: italic;
	color: #666;
	overflow: hidden;
}
div.sprod div.artno {
	height: 16px;
	background-color: white;
	font-style: italic;
	color: #000;
	opacity: .5;
	-moz-border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
div.sprod div.price {
	float: right;;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 3px;
}
div.sprod div.oldprice {
	display: none;
}
div.sprod div.buy {
	display: none;
	float: right;
}
div.lprod {
	cursor: pointer;
	border: 1px solid #ccc;
	width: 176px;
	height: 230px;
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: center;
	overflow: hidden;
	font-size: 9pt;
}
div.lprod div.name {
	height: 30px;
	overflow: hidden;
}
div.lprod img{
	border: 0px;
	width: 170px;
	height: 170px;
}
div.lprod div.img{
	border: 0px;
	width: 170px;
	height: 170px;
}
div.lprod div.description {
	display: none;
}
div.lprod div.shortdesc {
	display: none;
	height: 30px;
	font-style: italic;
	color: #666;
	overflow: hidden;
}
div.lprod div.artno {
	height: 16px;
	background-color: white;
	font-style: italic;
	color: #000;
	position: absolute;
	opacity: .5;
	-moz-border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
div.lprod div.price {
	float: right;;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 3px;
}
div.lprod div.oldprice {
	display: none;
}
div.lprod div.buy {
	display: none;
	float: right;
}
div.clear {
	clear: both;	
}
div.prodcont {
	width: 800px;
}
div.prodcont img.prodimage {
	float: left;
}
div.prodcont div.rightcont {
	width: 580px;
	margin-left: 220px;
}
div.prodcont div.rightcont div.name {
	text-align: center;
	font-size: 18pt;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.prodcont div.rightcont div.shortdesc {
	font-size: 12pt;
}
div.prodcont div.rightcont div.artno {
	font-size: 12pt;
	margin-bottom: 10px;
}
div.prodcont div.rightcont div.price {
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.prodcont div.rightcont form.buycont {
	float: right;
}
div.prodcont div.rightcont form.buycont input {
	width: 40px;
	text-align: right;
}
div.prodcont div.rightcont form.buycont button.buy {
	border: 1px outset;
	background: #eee;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12pt;
	cursor: pointer;
}
div.prodcont div.rightcont button.buy:hover {
	background: #fafafa;
}
div.prodcont div.rightcont button.buy:active {
	border: 1px inset;
	background: #fafafa;
}
div.prodcont div.description {
	clear: left;

}

table.cart {
	border: 1px solid #ccc;
	width: 800px;
	border-collapse: collapse;
	font-size: 10pt;
}
table.cart td,table.cart.th {
	padding: 4px;
}
table.cart tr.odd {

}
table.cart tr.even {
	background: #eee;
}
table.cart th {
	padding-top: 10px;
}
table.cart .artno {
	width: 100px;
	padding-left: 20px;
}
table.cart .name {
	width: 250px;
}
table.cart .num {
	width: 80px;
	text-align: right;
}
table.cart td.num input {
	width: 30px;
	text-align: right;
}
table.cart .price {
	width: 60px;
	text-align: right;
}
table.cart .sum {
	text-align: right;
	width: 80px;
}
table.cart .options {
	text-align: center;
	width: 200px;
}

table.cart td.total {
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
}
table.cart td.none {
	font-style: italic;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
form fieldset {
	width: 350px;
}
form fieldset label {
	width: 150px;
	font-size: 10pt;
	font-weight: normal;
	clear: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
form fieldset input {
	float: left;
	width: 170px;
	border: 1px inset;
	margin-top: 5px;
	margin-bottom: 5px;
}
form fieldset input.checkbox {
	float: left;
	width: 20px;
	height: 20px;
	border: 0px inset;
	margin-top: 10px;
	margin-bottom: 5px;
}
form fieldset textarea {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 170px;
	border: 1px inset;
	height: 90px;
}
form fieldset legend {
	font-size: 12pt;
}
form fieldset input.submit {
	border: 1px outset;
}
form fieldset input.submit {
}
form fieldset input.submit:active {
	border: 1px solid #aaa;
}

input {
	border: 1px inset #aaa;
}

div.sup {
	border: 1px solid #ccc;
	padding:10px;
	padding-bottom: 20px;
}
div.sup form.buycont {
	float: right;
}
div.sup form.buycont input {
	width: 40px;
	text-align: right;
}
div.sup form.buycont button.buy {
	border: 1px outset;
	background: #eee;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12pt;
	cursor: pointer;
}
#right {
	width: 400px;
}
form.formbestall {
	width: 300px;
}

