html {
	overflow: scroll;
}

body {
	padding: 0px;
	margin: 0px;
  font-family: Verdana;
  font-size: 11px;
  background-color: #FFF;
}

a:link {
<!--   color: #051660; -->
  text-decoration: none;
}

a:hover {
<!--   color: #051660; -->
}

a:active {
<!--   color: #051660; -->
}

a:visited {
<!--   color: #051660; -->
}

a.readmore {
  font-size: 11px;
  text-decoration: none;
  background-image: url(/readmore.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 12px;
}

a.readmore:hover {
  text-decoration: underline;
}

h1 {
  margin: 0px 0px 8px 0px;
  color: #051660;
  font-size: 18px;
  font-weight: normal;
}

h2 {
  margin: 0px 0px 8px 0px;
  color: #89898b;
  font-weight: normal;
  font-size: 12px;
}

#wrapper {
	background-image: url(/images_navi/wrapperbg.gif);
	background-repeat: repeat-x;
}

#container {
	padding: 0px 10px 0px 10px;
	padding-right: 10px;
  width: 936px;
  margin: 0px auto;
}

#header {
  width: 936px;
  height: 240px;
  background-image: url(/images_navi/header.gif);
  background-repeat: no-repeat;
  position: relative;
}

#left {
	padding-top: 20px;
  width: 223px;
  float: left;
}

#main_shop {
  width: 546px;
    background-color: #f1f1f1;
  min-height: 600px;
  float: left;
  padding: 0px 0px 0px 0px;
}

* html #main_shop {
  height: 600px;
}

#main_shop .splitcontent {
	color: #89898b;
  padding: 14px 14px 20px 14px;
  border-bottom: 1px solid #999;
  background-color: #f1f1f1;
}

#main_shop .splitcontent.clean {
	margin-top: 20px;
  border-bottom: none;
  background-color: #FFF;
}

#main_shop .c1 {
  float: left;
  width: 48%;
}

#main_shop .c2 {
  float: right;
  width: 48%;
}

#main_shop .content {
	margin-top: 14px;
	padding: 0px 14px;
	border-bottom: 0px;
<!-- 	border-bottom: 1px solid #999; -->
}

#main_shop .content.last {
  border-bottom: 0px;
  background-color: #f1f1f1;
  }

#main_shop .gray {

  margin-top: 0px;
  border-bottom: 0px;
  padding: 20px 0px 0px 0px;
}

#main_shop .gray .breadcrump {
  padding: 0px 10px 0px 10px;
}

#right {
  padding: 20px 0px 0px 10px;
  width: 157px;
  float: left;
}

#footer {
	margin-top: 0px;
	padding-left: 780px;
	line-height: 20px;
	background-image: url(/images_navi/footerbg.gif);
	background-position: center top;
	background-repeat: no-repeat;
  color: #89898b;
}

#footer a {
  color: #89898b;
  font-size: 9px;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


#language {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#language a {
  line-height: 30px;
  color: #F6F6F6;
  font-size: 14px;
  text-decoration: none;
}


#navigation {
  position: absolute;
  bottom: 0px;
  left: 223px;

  background-image: url(/images_navi/menu_bg.gif);
  background-repeat: repeat-x;
}

#navigation ul {
  margin: 0px;
  padding: 0px;
  display: block;
  list-style-type: none;
}

#navigation ul li {
  float: left;
}
#navigation ul li.space {
  background-image: url(/images_navi/menu_space.gif);
  width: 1px;
  height: 30px;
}

#navigation ul li a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

#navigation ul li.first a {
  padding-right: 23px;
  padding-left: 23px;
}

#navigation ul li.last a {
  padding-right: 20px;
  padding-left: 20px;
}

#navigation ul li a:hover {
  background-color: #051660;
  color: #fff;
  line-height: 30px;
}

#navigation ul li a.active {
  background-color: #051660;
  color: #fff;
  line-height: 30px;
}

#leftnavi {
  color: #051660;
  font-size: 12px;
}

#leftnavi ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#leftnavi ul li a {
	text-decoration: none;
  font-weight: bold;
	line-height: 20px;
}

#leftnavi ul li a:hover {
  text-decoration: underline;
  color: #666;
}

#leftnavi ul li.space {
  margin-top: 20px;
}


#leftnavi .l2 li {
	background-image: url(/images_navi/listicon.gif);
	background-position: left center;
	background-repeat: no-repeat;

}

#leftnavi .l2 li a {
  font-weight: normal;
  text-decoration: none;
	line-height: 20px;
	padding-left: 12px;
}

#leftnavi .l2 li a:hover {
  text-decoration: underline;
}


.newsteaser {
  color: #051660;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}

.newsteaser .newsitem {
	font-size: 10px;
  margin-bottom: 15px;
}

.productlist {
  padding: 14px 14px 20px 14px;
}

.productlist .productitem {
  margin-bottom: 10px;
  padding-bottom: 10px;
<!--   border-bottom: 1px solid #999; -->
}

.productlist .productitem.last {
  border-bottom: none;
  margin-bottom: 0px;
}

.productlist .productimage {
  width: 145px;
  height: 135px;
  float: left;
  margin-right: 10px;
  background-color: #f00;
}

.productlist .productdescription {
	padding-top: 10px;
  color: #051660;
  font-weight: bold;
}

.productlist .productdescription .productlinks {
	margin-top: 12px;
}

.productlist .productdescription .productlinks a {
	text-decoration: none;
  color: #666;
  padding-left: 12px;
  background-image:url(/images_navi/readmore_sw.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

.details .productimage {
  margin: 0px 15px 20px 0px;
  width: 200px;
  height: 160px;
	float: left;
}

.details .productdescription {
  float: left;
  width: 303px;
  margin-bottom: 20px;
}
