/**********General*************/
body {
 text-align: center;
 font-family : Arial,Verdana, Helvetica,sans-serif;
 font-size : 76%;
 color:#444444;
 background-color: #D6DBE4;
 line-height:1.4em;
 margin-top: 0px;
 /*margin-right: -10px;*/
}
body * {
  /* IE font size inheritance is broken, this fixes it */
 font-size : 100.01%;
}
input{
 font-family : Arial,Verdana, Helvetica,sans-serif;
}
th{
 text-align:left;
}
td{
 vertical-align:top;
}
a img{
 border:none;
}
a{
 color:#0000AA;
}
a:visited{
 color: #A42A3C;
}
em{
 font-weight:bold;
 font-style: normal;
}
label{
 font-weight:bold;
 font-style: normal;
}
form{
 padding: 0px;
 margin-bottom:0px;
 /*display:inline;*/
}
h1,h2,h3,h4,.heading1,.heading2,.heading3,.heading4{
 font-family : Arial,Helvetica,Verdana,sans-serif;
 font-weight:bold;
}
h1,.heading1{
 margin:0em;
 padding-top:0.9em;
 padding-bottom:0.4em;
 font-size : 1.5em;
 color: #A42A3C;
}
h2,.heading2{
 margin:0em;
 padding-top:0.6em;
 padding-bottom:0.4em;
 font-size : 1.1em;
 color: #A42A3C;
}
h3,.heading3{
 margin:0em;
 padding-top:0.4em;
 padding-bottom:0.4em;
 font-size : 1.1em;
}
h4{
 margin:0em;
 padding-top:0.2em;
 padding-bottom:0.3em;
 font-size : 1em;
}
p,div.ingress{
 margin:0.6em 0em 0.6em 0em;
}
a h1,a h2,a h3, em a, h1 a,h2 a,h3 a, a em{
 text-decoration:none;
}
a h1,a h2,h1 a,h2 a{
 color: #A42A3C;
}
table td{
 padding:3px;
}
/**********Layout*************/
#wrapper{
 border-left: 10px solid #EBEEF4;
 border-right: 10px solid #EBEEF4;
 border-bottom: 10px solid #EBEEF4;
 margin: 0px auto 0px auto;
 width:975px;
 background-color: #F8F9FC;
 margin-bottom:20px;
 text-align: left;
}
.content {
 float:left;
 width:720px;
 background-color: #FFFFFF;
 padding: 0px 1px 150px 12px;
 border-left: 1px solid #E0E4EC;
}
#left{
 width:225px;
 float:left;
}

/**********Top*************/
#header{
 background-image: url(/kcl/frontend/elements/bg/bg_top.jpg);
 border-left: 1px solid #CED5E7;
 height:80px;
}
#top_menu{
 color: #FFFFFF;
 border-top: 1px solid #CED5E7;
 height:26px;
 background-color: #CB2C43;
 background-image: url(/kcl/frontend/elements/bg/bg_topmenu.gif);
}
#top_menu a{
 display:block;
 float:left;
 padding:4px 6px 4px 6px;
 border-right: 1px solid #D2707E;
 text-decoration:none;
 font-weight:bold;
 color: #FFEEEE; 
}
#top_menu a:hover{
 background-color: #993443;
 color: #FFFFFF;
}

/**********Basket*************/
#basket{
 background-image: url(/kcl/frontend/elements/bg/bg_basket.gif);
 height: 55px;
 padding: 5px;
 margin: 7px 2px 5px 0px;
 /*font-weight:bold;*/
}
#basket h3{
 background-color: #607CBB;
 color:#FFFFFF;
 padding:3px;
 margin-bottom: 11px;
 /*font-weight:normal;*/
}
/**********Left menu, Right menu*************/
#top_categories{
 background-color: #F8F9FC;
 padding: 0px;
 border-bottom: 1px solid #E0E4EC;
 margin:0px;
}
#top_categories a,#sublisting a{
 background-color: #F8F9FC;
 display:block;
 color: #3552A5;
 text-decoration:none;
 padding: 5px 10px 5px 10px;
 border-top: 1px solid #E0E4EC;
}
#top_categories a:hover,#sublisting a:hover{
 background-image: none;
 background-color: #E0E4EC;
}
#search_product{
 background-color: #D5DAE5;
 background-image: url(/kcl/frontend/elements/bg/bg_productlist_th.gif);
 background-repeat: repeat-x;
}
#search_product a{
 color: #3552A5;
}
#search_in_search,#sublisting{
 background-color: #F8F9FC;
 float:right;
 width: 190px;
 border: 1px solid #E0E4EC;
 margin:15px 0px 15px 10px;
}
#search_in_search{
 padding:0px 10px 10px 10px;
}
#sublisting h2{
 background-image: url(/kcl/frontend/elements/bg/bg_productlist_th.gif);
 background-repeat: repeat-x;
 background-color: #D4D9E5;
 color:#444466;
 padding: 4px 10px 4px 4px;
 font-size : 1em;
}
.newslist{
 width:500px;
 margin-bottom:15px;
}
.newslist img{
 float:right;
 margin-left:10px;
}
/**********Footer*************/
#footer{
 color:#888888;
 background-color: #F8F9FC;
 border-top: 1px solid #E0E4EC;
 padding:4px;
 text-align:center;
 clear:both;
 /*margin-top:10px;*/
}
#footer a{
 color:#888888;
}
/**********Special*************/


#logo{
 margin-top: 10px;
}
.ingress, em{
 font-weight:bold;
}
br.break{
 clear:left;
}
.number{
 text-align:right;
}
.back{
 display:block;
 float:left;
 margin-top:40px;
}
#basket{
 float:right;
}
.edit{
 clear:both;
 float:right;
}
.asterisk{
 color:#FF0000;
}
.clear{
 clear:both;
}
.price{
 font-weight:bold;
 display:block;
}
#poweredby{
 display:block;
 margin: 0px auto 0px auto;
}
.path{
 display:inline;
 color:#666666;
}
/**********Product category page*************/
table.category_info td{
 padding: 0px;
}
table.category_info td.description{
 width:55%;
}
table.category_info ul{
 margin:0px 0px 0px 40px;
}
table.category_nav{
 border-collapse:collapse;
}
table.category_nav td{
 vertical-align:middle;
}
table.category_nav th{
 /*background-image: url(/kcl/frontend/elements/bg/bg_productlist_th.gif);
 background-repeat: repeat-x;
 color:#444466;
 padding: 4px 10px 4px 4px;*/
}
/**** Remove * in front of text on webshop ****/
.description ul{
 padding:0px;
}
.description ul li{
 list-style:none;
}
/**********Front page*************/
table.front{
 clear:right;
}
.front td{
 padding-right:20px;
}
.banner{
 clear:right;
 margin-top: 10px;
}
/**********Focus products*************/
.focus_products{
 border: 1px solid #E0E4EC;
 padding: 0px 5px 10px 5px;
 background-color: #F8F9FC;
 margin-top: 10px;
}
.focus_products td{
 width: 110px;
}
.focus_products img{ 
 border: 1px solid #E0E4EC;
}
.focus_products input.button{
 margin: 5px 0px 5px 0px;
}
.focus_products a{
 /*text-transform: lowercase;*/
}
/**********Orders*************/
table.order_layout td table{
 margin-right: 30px;
 margin-bottom: 8px;
}
table.order_layout td{
 margin: 0px;
 padding: 2px 4px 2px 0px;
}
#order_loop,#related_products{
 padding:10px;
 background-color: #F8F9FC;
 border: 1px solid #E0E4EC;
}
#ordersteps{
 color:#888888;
 background-color: #EBEEF4;
 background-image: url(/kcl/frontend/elements/bg/bg_leftmenulink.gif);
 border-bottom: 1px solid #E0E4EC;
 padding: 5px 5px 5px 15px;
 margin: 0px -15px 0px -15px;
}
#ordersteps a{
 color:#666666;
 text-decoration:none;
}
#ordersteps .selected{
 color:#666666;
 font-weight:bold;
}
/**********Buttons*************/
a.button{
 background-color: #D5DAE5;
 background-image: url(/kcl/frontend/elements/bg/bg_button.gif);
 background-repeat: repeat-x;
 color:#222233;
 border-right:2px solid #4C5A7B;
 border-bottom:2px solid #4C5A7B;
 border-left:2px solid #F8F9FC;
 border-top:2px solid #F8F9FC;
 padding:1px 7px 1px 7px;
 text-decoration:none;
 position:relative;
}
a.button:visited{
 color:#000000;
}
input.button,button{
 color:#222233;
 background-color: #D5DAE5;
 background-image: url(/kcl/frontend/elements/bg/bg_button.gif);
 background-repeat: repeat-x;
}
a.focus,input.focus,a.focus:visited{
 background-color: #F3CA4D;
 background-image: url(/kcl/frontend/elements/bg/bg_focus_button.gif);
 background-repeat: repeat-x;
 padding:7px;
 font-size:1.2em;
 font-weight:bold;
 margin-right:150px;
 margin-bottom:5px;
 color: #772B37;
}
input.focus{
 padding:4px;
}
.checkout{
 margin-left: 180px;
}
/**********Product list*************/
.prev_next {
  float: left;
}

.back_in_search {
  float: right;
}

table.productlist{
 border-collapse:collapse;
 border: 1px solid #E0E4EC;
 margin:10px 0px 10px 0px;
}
table.productlist td{
 padding: 3px 10px 3px 3px;
 vertical-align:middle;
}
table.productlist th,
#ajax_monitor td.category_hits {
 background-image: url(/kcl/frontend/elements/bg/bg_productlist_th.gif);
 background-repeat: repeat-x;
 padding: 4px 10px 4px 4px;
 white-space: nowrap;
 background-color:#D6DBE4;
}
tr.sum td{
 font-weight:bold;
 border-top: 1px solid #E0E4EC;
}
table.productcategories{
 width:95%;
}
table.productcategories td{
 width:33%;
}
.tableline0 td{
 background-color: #F8F9FC;
 background-image: url(/kcl/frontend/elements/bg/bg_leftmenulink.gif);
 border-bottom: 1px solid #E0E4EC;
}
.tableline1 td{
 background-color: #FFFFFF;
 border-bottom: 1px solid #E0E4EC;
}
/**********Element list*************/
table.elementlist{
 border-collapse:collapse;
 border: 1px solid #E0E4EC;
 margin:10px 0px 10px 0px;
}
table.elementlist td{
 padding: 3px 10px 3px 3px;
}
table.elementlist th{
 background-color: #E0E4EC;
 padding: 4px 10px 4px 4px;
}
/**********Warnings and errors*************/
.warning{
 background-color: #CB2C43;
 color:#FFFFFF;
}
div.warning{
 font-weight: bold;
 padding: 5px;
 margin: 5px 0px 5px 0px;
}
.error{
 color:#FF0000;
}

/**********WYSIWYG*************/
.content .htmlarea,
.content .htmlarea img,
.toolbar td {
  margin:0px;
  padding: 0px;
}

/**********Print*************/
#print_logo{
 display:none;
}
.print{
 float:right;
 margin-top:40px;
 margin-right: 8px;
}

/**********Ajax search result*************/
.ajax_monitor {
  display: block;
  padding: 3px;
  width: 98%;
}

#ajax_monitor div.result_title {
  font-weight: bold;
}
#ajax_monitor td {
  text-align: left;
  padding-left: 6px;
}

#ajax_monitor td.category_hits {
  font-weight: bold;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#ajax_monitor td.category {
  border-left: 1px solid black;
  width: 170px;
}

#ajax_monitor td.number {
  text-align: right;
  border-right: 1px solid black;
  width: 23px;
}

#ajax_monitor table {
  border-collapse: collapse;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

#ajax_monitor a {
  white-space: wrap;
}

.stay_left {
  float: left;
}

.stay_right {
  float: right;
}

#ajax_monitor a.control {
  cursor: pointer;
}

#statusMonitor {
  color: #05518b;
  text-align: right;
}

.resultContent {
  padding-top: 10px;
  position: static;
  margin-left: 0px;
  padding-left: 0px;
  background-color: #e5eaf5; /*#D5DAE5;*/
}

.resultContent td {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#displayControl {
  white-space: nowrap;
  width: 100%;
  padding-right: 5px;
}
.zebra{
  background-color: #F0F2F8;
}
