/*Default elements h1, h2, p, etc.*/
img {
  border: none;
}
ol,
ul {
  margin: 0 0 0 10px;
  padding: 0;
}
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
fieldset,
legend {
  border: none;
  border-width: 0;
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
  padding: 0;
}
label {
  display: block;
  margin: 5px 0 0 0;
  font-weight: bold;
}
select {
  display: block;
  margin: 0 0 3px 0;
  padding: 0;
}
a {
 text-decoration: none;
}
a:link {
  color: #0368ff;
}
a:visited {
  color: #0042a6;
}
h1 {
  font-size: 150%;
  margin: 10px 0;
}
h2 {
  font-size: 150%;
  margin: 10px 0;
}
abbr {
  speak: spell-out;
}
abbr:hover {
  cursor: help;
}
/*Layout*/
html,
body {
  margin: 0;
  padding: 0;
  border: none;
  background-color: #FFF;
  font-family: arial;
  font-size: 10pt;
  color: #000;
}

body {
  padding: 0 500px 0 500px;
  margin: 0;
  text-align: center;
  background-color: #CCCCCC;
}
		
#sizer {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  max-width: 296px;  /* version for IE is at the bottom of this style block */
}

#expander {
  background: white;
  margin: 0 -500px 0 -500px;
  min-width: 1000px; /* Critical Safari fix! */
  position: relative;
}

/* helps IE get the child percentages right. */
#wrapper {
  text-align: left;
  width: 100%;
} 

/*Generic for all layouts*/
#w1,
#w2,
#w3,
#w1_2,
#w2_2 {
  min-height: 600px;
}

/*Three column - source ordered*/
#wc1 {
  float: right;
  width: 84%;
}
#wc1_1 {
  float: left;
  width: 76%;
}
#wc1_2 {
  float: right;
  width: 24%;
  background: url(../img/back/faux_t1.gif) 0 0 repeat-y #F0F0F0;
}
#w3 {
  float: left;
  width: 15%;
  background: url(../img/back/faux_t1.gif) 100% 0 repeat-y #F0F0F0;
}

/*Two column - source ordered*/
#w1_2 {
  float: right;
  width: 84%;
  /*margin-left: 21%;*/
}

#w2_2 {
  float: left;
  width: 15%;
  /*margin-left: -100%;*/
  background: url(../img/back/faux_t1.gif) 100% 0 repeat-y #F0F0F0;
}

/*Equal height*/
#c_wrap {
 overflow: hidden;
 width: 100%;
}
#wc1_1,
#wc1_2,
#w3,
#w1_2,
#w2_2 {
  padding-bottom: 32767px;
  margin-bottom: -32767px;
}
/*Safari fix*/
* > form.search input {
  position: relative;
  z-index: 1000;
}
/*Decoration of content boxes etc.*/
#content {
  padding: 10px 10px 10px 0;
}
.textcontent ul {
  margin: 20px 15px;
}
.textcontent ul li {
  margin: 5px 0;
  padding: 0 0 0 14px;
  list-style-type: none;
  background: url(../img/back/bull_t3.gif) 0 2px no-repeat;
}
.textcontent ul li:hover {
  background-position: 2px 2px;
}
.textcontent em {
  font-style: normal;
  font-weight: bold;
}
.textcontent h1 {
  clear: both;
  background: url(../img/back/h1_back.gif) 0 0 repeat-x #0000DD;
  color: #FFF;
  margin: 0 0 10px 0;
  padding: 4px 0 4px 4px;
  border: solid 1px #101010;
}
.textcontent h2 {
  margin: 13px 0 0 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 14px;
}
.textcontent p {
  margin: 3px 0 14px 0 !important;
}
.textcontent h2,
.textcontent p {
  padding-left: 5px;
}
.textcontent a.button {
  clear: left;
  margin-bottom: 5px;
}
/*textcontent - specials*/
.woll_logo {
  float: right;
  margin: 0 0 2px 2px;
  border: solid 1px #CCC;
}
.imgbox {
    padding: 2px 0;
}
.imgbox img,
.imgbox a {
    display: block;
}
.imgbox a {
    border: solid 1px #CCC;
    float: left;
    margin: 0 2px 4px 0;
    padding: 2px;
}
.cert {
    background: url(../img/pdf.jpg) 0 0 no-repeat;
    clear: both;
    color: #000;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 18px;
    font-family: tahoma;
    margin: 12px 0;
    padding: 14px 0 20px 50px;
}
.cert:link,
.cert:visited {
    color: #000;
}
#sect1 {
}
#sect2 {
  margin-right: 1px;
}
html.order_ack {
  background-color: #FFF;
}
body.order_ack {
   background-color: #FFF;
   padding: 10px 10px;
   text-align: left !important;
}
#head {
  background: url(../img/back/header.png) 0 0 repeat-x transparent;
  height: 80px;
}
html.b1 {
  background: url(../img/back/faux_t2.gif) 100% 0 repeat-y transparent;
}

#menu {
  width: 100%;
  position: absolute;
  top: 59px;
  left: 0;
  font-weight: bold;
}
#footer {
  clear: both;
  margin-top: 1px;
  padding: 5px 5px;
  background: white;
  border-top: solid 4px #043d8e;
  border-bottom: solid 1px #043d8e;
  font-size: 80%;
}

/*Decorations, image replacement and more*/
#sect2 h6 {
  clear: both;
}
#footer ul,
#footer li {
  margin: 0;
  padding: 0;
}
#footer li {
  margin: 2px 0;
}
#footer em {
  font-style: normal;
}
#footer h6 {
  font-size: 100%;
  margin: 0;
}
#footer p.cook {
}
#head h1 {
  margin: 0;
  padding: 0;
}
#head h1 a {                  
  width: 250px;
  height: 0;
  margin: 0;
  display: block;
  padding: 69px 0 0 0;
  overflow: hidden;
  background: url(../img/back/logo.png) 0 0 no-repeat transparent;
}
#head div.access,
#head div.lang {
  position: absolute;
  right: 3px;
  z-index: 10;
}
#head div.access {
  top: 3px;
  width: 100px;
  height: 30px;
}
#head div.lang {
  top: 27px;
  width: 100px;
  height: 30px;
}
#head div.lang a,
#head div.access a {
  float: right;
  padding: 2px 2px 4px 2px;
  margin-left: 0px;
}
#head div.lang a.active,
#head div.access a.active {
  background: url(../img/back/active_marker.jpg) 50% 0 no-repeat;
}
#menu ul,
#menu li,
#menu a {
  float: left;
  margin: 0;
  padding: 0;
}
#menu ul {
  width: 100%;
  background-color: #255f16;
  font-size: 85%;
  border-top: solid 1px #27481D;
  border-bottom: solid 1px #27481D;
  background: url(../img/back/grad_g2.gif) 0 0 repeat-x; 
}
#menu li {
  background: url(../img/back/menu_sep.gif) 100% 4px no-repeat; 
}
#menu li a {
  text-decoration: none;
  padding: 3px 12px;
}
#menu li:hover {
  background: url(../img/back/grad_g2.gif) 0 100% repeat-x; 
}
#menu li a:link,
#menu li a:visited {
  color: #F0F0F0;
}
#menu li.login {
  padding-right: 4px;
}
#menu li.login a {
  padding-right: 17px;
}
#menu li.login a {
  background: url(../img/back/lock.gif) 100% 0 no-repeat; 
}
#menu li.login > a {
  background: url(../img/back/lock.png) 100% 0 no-repeat; 
}
.g1 {
  color: #FFF;
  padding: 3px;
  font-weight: bold;
  background: url(../img/back/grad_g2.gif) 0 0 repeat-x;
  font-size: 100%;
  margin: 0;
  padding: 2px 0;
}
h6.cat {
  padding: 4px 3px 4px 23px;
  background: url(../img/back/cat_back.gif) 0 0 no-repeat;
  border-bottom: solid 1px #303060;
}
/*Search form*/
form.search {
  margin-bottom: 2px;
}
form.search h6 {
  color: #FFF;
  font-weight: bold;
  font-size: 100%;
  margin: 0 0 2px 0;
  padding: 4px 3px 4px 23px;
  background: url(../img/back/search_back.gif) 0 0 no-repeat;
}
form.search input.field {
  width: 81%;
  margin: 1px 1px 1px 2px;
  padding: 0 2px;
  border: solid 1px #C3C3C3;
}
form.search input.submit {
  float: right;
  width: 16px;
  height: 16px; 
  margin: -18px 2px 0 0;
  padding: 0;
  border: none;
  text-indent: -1000px;
  overflow: hidden;
  background: url(../img/back/search_submit.gif) 0 0 no-repeat;
}
/*Categories*/
/*First level*/
#cat ul {
  margin: 0;
}
#cat li {
  font-weight: bold;
  padding: 0 0 2px 0;
  background: url(../img/back/cat_sep.gif) 0 100% repeat-x;
}
#cat a,
#cat span {
  display: block;
  padding: 4px 5px 3px 21px;
  text-decoration: none;
}
#cat span {
  cursor: default;
}
#cat li.sub a,
#cat li.sub span {
  background: url(../img/back/cat_sub_back.gif) 3px 6px #064ca5 no-repeat;
}
#cat a:link,
#cat a:visited,
#cat span {
  color: white;
}
#cat li.open {
  background: none;
  padding: 0;
}
/*Second level*/
#cat ul ul {
  padding: 5px 0;
  background: #022662;
}
#cat li li  {
  padding: 0;
  background: none;
  font-weight: normal;
}
#cat li.sub li a,
#cat li.open li a {
  padding: 2px 5px 2px 21px;
  background: none;
}
#cat li.sub li a {
  background: url(../img/back/bull_t2.gif) 3px 4px no-repeat;
}
#cat li.sub li.sub a {
  background: url(../img/back/cat_sub_back2.gif) 3px 4px no-repeat;
}
#cat li.open li.open {
  background-color: #043680;
}
#cat li.open li a:link,
#cat li.open li a:visited {
  color: white;
}
#cat li.open li a:hover {
  background-color: #043680;
}
/*Third level*/
#cat li.open li.open ul {
  background-color: #064ca5; 
}
#cat li.open li.open li {
  background: none;
}
#cat li.open li.open li a {
  background: url(../img/back/bull_t2.gif) 3px 4px no-repeat;
}
#cat li.open li.open li.active a {
  font-weight: bold;
}
#cat li.open li.open li a:hover {
  background-color: #022662;
}

/*News list*/
div.news {
  font-size: 90%;
  line-height: 160%;
}
div.news a {
  /*float: right;*/
  text-decoration: none;
}
div.news h2 {
  padding: 4px 3px 4px 10px;
  background: url(../img/back/news_back.gif) 0 0 no-repeat;
  font-size: 14px;
  border-bottom: solid 1px #303060;
  line-height: 15px;
}
div.news ol {
  margin: 5px 10px 5px 10px;
}
div.news h4 {
  clear: right;
  margin: 8px 0 -3px 0;
  font-size: 14px;
}
div.news img {
  float: right;
  /*border: solid 1px #C5C5C5;*/
  margin: 0 0 3px 3px;
}

/*Important*/
.important {
    background: #FFFB9E;
    border: solid 1px #662222;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px #666;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.important:hover {
    background: #EDE468;
}
.important.over {
    cursor: pointer;
}

.important_inner {
    padding: 8px;
}
.important h2 {
    color: #000;
    font-size: 12pt;
    margin: 0 0 4px 0;
}
.important p {
    margin: 0 0 4px 0;
    padding: 0;
}

/*Search Control*/
div.search_control_wrap {
  border: solid 1px #040;
  background: url(../img/back/search_result_tile.gif) 0 0 repeat-x transparent;
}
div.search_control {
  position: relative;
  padding-left: 55px;
  background: url(../img/back/search_result_back.jpg) 0 0 no-repeat transparent;
}
div.search_control_wrap div.info {
  padding-left: 50px;
  background: url(../img/back/info_back.jpg) 0 0 no-repeat transparent;
}
div.search_control_wrap div.details {
  padding-left: 60px;
  background: url(../img/back/details_back.jpg) 0 0 no-repeat transparent;
}
div.search_control_wrap div.identify {
  padding-left: 60px;
  background: url(../img/back/identify_back.jpg) 0 0 no-repeat transparent;
}
div.search_control_wrap div.home {
  padding-left: 58px;
  background: url(../img/back/home_back.jpg) 0 0 no-repeat transparent;
}
div.search_control_wrap div.open_cat {
  padding-left: 58px;
  background: url(../img/back/open_cat_back.jpg) 2px 0 no-repeat transparent;
}
div.search_control_wrap div.cart {
  padding-left: 58px;
  background: url(../img/back/order_back.jpg) 2px 0 no-repeat transparent;
}
div.search_control_wrap div.open_group {
  padding-left: 60px;
  background: url(../img/back/open_group_back.jpg) 2px 0 no-repeat transparent;
}
div.search_control h2 {
  margin: 0;
  padding: 6px 0 8px 0;
  color: white;
} 
div.search_control h2 a {
  text-decoration: none;
}
div.search_control h2 a:link,
div.search_control h2 a:visited {
  color: #FFF;
}
div.search_control h2 a:hover {
  text-decoration: underline;
}
div.search_control p {
  margin: 1px 0 5px 0;
  font-weight: bold;
}

/*Error*/
/*
div.error {
  background: url(../img/back/search_result_tile.gif) 0 0 repeat-x transparent;
}
div.error h2 {
  height: 35px;
  margin: 0;
  padding: 6px 0 8px 60px;
  background: url(../img/back/error_back.jpg) 0 0 no-repeat transparent;
  color: #FFF;
}
*/
div.search_control_wrap div.identify  p {
  font-weight: normal;
}
div.search_control span.buttons * {
  cursor: pointer;
}
div.search_control span.buttons {
  position: absolute;
  top: 8px;
  right: 7px;
  width: 280px;
}
div.search_control span.buttons a {
  float: right;
  margin-right: 0;
  margin-left: 3px;
}
div.search_control span.buttons a.next {
  background: url(../img/back/button_rag.gif) 0 0 no-repeat transparent;
}
div.search_control span.buttons a.next span {
  background: url(../img/back/button_rag_r.gif) 100% 0 no-repeat transparent;
}
div.search_control span.buttons a.prev {
  padding-left: 8px;
  background: url(../img/back/button_lag.gif) 0 0 no-repeat transparent;
}
div.search_control span.buttons a.prev span {
  padding-right: 24px;
  background: url(../img/back/button_lag_l.gif) 100% 0 no-repeat transparent;
}

/*Search results*/
div.search_results {
  margin: 10px 0;
  font-family: arial;
  font-size: 90%;
}
div.search_results ol {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
div.search_results ol ul {
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
  height: 136px;
  overflow: hidden;
}
div.search_results ol li.sr {
  float: left;
  width: 33%;
  min-width: 255px;
  /*max-width: 340px;*/
  margin: 0;
  padding: 0;
}
div.search_results ol li.one {
  margin-right: 1%;
}
div.search_results ol li.third {
  float: right;
  width: 32%;
  margin-right: 0;
}
div.search_results ol li li {
  float: none;
  width: auto;
  min-width: auto;
  max-width: auto;
  border: none;
  height: auto;
  margin-right: 0;
  margin-left: 115px;
}
div.search_results ol li li.header,
div.search_results ol li li.image {
  margin-left: 0;
}
div.search_results ol li li.header {
  background: url(../img/back/grad_g2.gif) 0 0 repeat-x;
  margin: 0px 0 5px 0 !important;
  padding: 1px 0 2px 0;
  color: white;
  text-align: center;
}
div.search_results h4 {
  width: 100%;
  height: 12px !important;
  margin: 0;
  padding: 0;
  font-size: 90%;
  line-height: 12px;
  text-align: center;
  overflow: hidden;
}
div.search_results h4 a {
  border-bottom: dotted 1px #FFF;
}
div.search_results h4 a:link,
div.search_results h4 a:visited {
  color: white;
}
div.search_results ol li li.image {
  position: absolute;
  margin-top: 3px;
  left: 0;
}
div.search_results li.image a {
  width: 102px;
  height: 102px;
  position: absolute;
  left: 0;
  overflow: hidden;
  margin-right: 5px;
  padding: 0 8px 8px 0;
  line-height: 100px;
  text-align: center;
  background: url(../img/back/peel.gif) 100% 100% no-repeat;
}
div.search_results .campaign {
  color: red;
  font-weight: bold;
}
div.search_results li.image * {
  vertical-align: middle;
}
div.search_results li.supplier,
div.p_image p.supplier {
  position: absolute;
  left: 6px;
  top: 114px;
  height: 13px;
  width: 92px;
  margin: 0;
  padding: 0;
  text-indent: 120px;
  overflow: hidden;
}
div.p_image p.supplier {
  left: 13px;
  top: auto;
  bottom: -8px;
}
div.search_results ol li li div.buttons {
  font-size: 90%;
  position: absolute;
  bottom: 10px;
  left: 115px;
  width: 90%;
}
div.search_results ol li li div.buttons a {
  clear: both;
}
div.search_results ol hr {
  display: none;
}

/*Supplier watermarks*/
.woll {
  background: url(../img/wm_wollschlaeger.png) 0 0 no-repeat;
}
.hitachi {
  background: url(../img/wm_hitachi.png) 0 0 no-repeat;
}
.bahco {
  background: url(../img/wm_bahco.gif) 0 0 no-repeat;
}
li.sr .hitachi {
  top: 107px !important;
}
li.sr .bahco {
  top: 111px !important;
}
/*Shopping cart*/
div.shopping_cart form {
  margin: 0;
}
div.shopping_cart label {
  display: block;
  font-weight: bold;
}
div.shopping_cart textarea {
  width: 300px;
  height: 40px;
}
div.shopping_cart td input.field {
  padding: 0 2px;
  /*border: solid 1px #7f9db9;*/
  border: solid 1px #E3E3E3;
}
div.shopping_cart td.ref input.field {
  width: 95%;
}
div.shopping_cart td.q input.field {
  width: 95%;
  text-align: right;
 padding-right: 3px;
}

/*Table type1*/

table.t1 {
  width: 100%;
  margin: 10px 0 5px 0;
  border-collapse: collapse;
  font-family: tahoma;
  font-size: 80%;
  border: solid 1px #CCC;
}
table.t1 th {
  background: url(../img/back/grad_g2.gif) 0 0 repeat-x transparent;
  color: white;
  padding: 2px 8px;
  font-weight: bold;
  border-right: solid 1px #FFF;
}
table.t1 td {
  padding: 2px 8px;
  border: solid 1px #CCC;
}
table.t1 td * {
  vertical-align: middle;
}
table.t1 td.oq,
table.t1 td.q {
  /*background-color: #B0B0B0;
  color: white;*/
}
table.t1 tbody tr:hover td {
  cursor: default;
  background-color: #ffe5a7 !important;
}
table.t1 tbody tr:hover td.img {
  cursor: default;
  background-color: #FFF !important;
}
table.t1 tr.odd td {
  background-color: #F1F1F1;
  color: black;
}
table.t1 td.img {
  height: 22px;
  text-align: center;
  vertical-align: middle;
  background-color: #FFF !important;
}
table.t1 td.buy a.button_small {
  float: right;
}
table.t1 td.delete {
  text-align: center;
  vertical-align: middle;
}
table.t1 th.img,
table.t1 th.total {
  border-right: none;
}
table.t1 tfoot td {
  padding: 5px 5px 3px 5px;
  text-align: right;
}
table.t1 tfoot td.reference {
  text-align: left;
}
table.t1 tfoot td.reference label {
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 90%;
}
table.t1 tfoot td.reference input.field {
  width: 98%;
  border-color: #909090;
}
table.t1 td.price,
table.t1 td.total {
  text-align: right;
}
table.t1 td.subtotal {
  font-weight: bold;
}
table.t1 tfoot a,
table.t1 a.button {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
table.t1 tr.last,
table.t1 tr.last * {
  vertical-align: top !important;
}
table.t1 tr.last em {
  display: block;
  margin: 3px 5px;
  clear: both;
  color: #C03030;
}

/*Button*/
a.button {
  float: left;
  margin-right: 3px;
  padding-left: 23px;
  background: url(../img/back/button_105_arrow.gif) 0 0 no-repeat;
}
a.button span {
  float: left;
  padding: 2px 8px 6px 0;
  font-weight: bold;
  font-family: tahoma;
  font-size: 11px !important;
  cursor: pointer;
  background: url(../img/back/button_right.gif) 100% 0 no-repeat;
  font-style: normal !important;
}
a.button:link,
a.button:visited {
  color: #000;
}
a.button:hover {
  text-decoration: underline;
}

/*Quick-cart*/
div.quick_cart ul {
  margin: 5px 0 0 0;
}
div.quick_cart li {
  font-size: 80%;
  font-weight: bold;
  font-family: verdana;
  margin: 0 1px 0 0;
  padding: 2px 0 2px 15px;
  background: url(../img/back/r_arrow.gif) 5px 4px no-repeat;
  border-bottom: solid 1px #BBBBD9;
}
div.quick_cart li.odd {
  background-color: #D0D0D0; 
}
div.quick_cart a:link,
div.quick_cart a:visited {
  color: black;
}
div.quick_cart a:hover {
  text-decoration: underline;
}
div.quick_cart a.button {
  font-size: 11px;
  clear: both;
  float: right;
  margin: 5px 5px 5px 0;
}

/*Pages*/
/*Startpage*/
div.startpage div.important,
div.startpage div.search_control_wrap {
  float: left;
  width: 99%;
  margin-bottom: 10px;
}
div.startpage div.search_control {
  float: left;
  padding: 0 5px;
}
div.startpage div.search_control h2 {
  margin: 0 0 0 13px !important;
}
div.startpage div.search_results ol li.sr {
  width: 49%;
  max-width: none;
}
div.startpage div.search_control h2 {
  padding-bottom: 20px;
  padding-left: 35px;
}
div.startpage div.home p {
  line-height: 110%;
  font-size: 110%;
  font-weight: normal;
  font-family: trebuchet ms;  
  padding-bottom: 10px !important;
  color: #304040;
}
div.startpage div.info h2 {
  padding-left: 28px !important;
}

/*Details*/
div.details div.search_control_wrap { 
  float: left;
  width: 99%;
}
div.details div.search_control {
  float: left;
  padding: 0 10px 10px 10px;
}
div.details div.search_control h2 {
  padding-left: 50px;
  margin-bottom: 13px;
}
div.details div.search_results ol li.sr {
  width: 49%;
  max-width: none;
}
div.details div.p_image_wrap {
  float: left;
  width: 344px;
  padding: 0 0 20px 0;
  background: url(../img/back/onion_large_b.gif) 0 100% no-repeat transparent;
}
div.details div.p_image {
  position: relative;
  padding: 19px 25px 4px 19px;
  background: url(../img/back/onion_large_t.gif) 0 0 no-repeat transparent;
}
div.det_info {
  padding: 5px 0 0 0;
  margin-left: 355px;
}
div.details dl {
  margin: 0;
  padding: 0;
  font-size: 130%;
}
div.details dt {
  font-weight: bold;
  float: left;
  margin: 0 5px 0.1em 0;
}
div.details dd {
  margin: 0 0 0.2em 0;
}
div.details a.button {
  margin-top: 10px;
}
div.details table {
  clear: both;
}

/*Login*/

html.login {
  margin: 0;
  padding: 0;
}
html.login body {
  background: none;
  margin: 0;
  padding: 0;
}
#login {
  width: 470px;
  margin: 0 auto;
  padding: 0 15px 15px 15px;
  background: url(../img/back/faux_t3.gif) 50% 100% repeat-y transparent;
}
div.login_head {
  height: 65px;
  margin-bottom: 20px;
  background: url(../img/back/header.png) 0 0 repeat-x transparent;
}
#login p {
  padding: 0 10px;
}
#login form {
  margin: 20px 0 55px 0;
  padding: 0 10px;
}
#login label {
  font-weight: bold;
}
#login input {
  display: block;
}
#login input.field {
  width: 100%;
  margin-bottom: 5px;
}

/*Validation errors (without javascript)*/
div.errors {
  width: 350px;
  margin: 10px 0;
  padding: 10px;
  border: solid 1px #CBCBCB;
  background-color: red;
  color: #FFF;
}
div.errors h3 {
  margin: 0;
  font-size: 120%;
}
div.errors h4 {
  margin: 0;
  font-size: 120%;
}
div.errors ul {
  margin: 8px 10px;
}
/*Divtype d1 (similar to Formtype 1)*/
div.d1 {
  /*width: 350px;*/
  margin: 10px 0 10px 0;
  padding: 5px;
  border: solid 1px #CBCBCB;
  background-color: #F3F3F3;
}
div.d1 h3 {
  margin: 0.3em 0;
  padding: 0.2em 0.5em;
  font-size: 110%;
  background: url(../img/back/search_result_tile.gif) -20px 0 repeat-x #30AA40;
  color: white;
}
div.pay_inf h3 {
  background: url(../img/back/important_tile.gif) -20px 0 repeat-x #30AA40 !important;
}
div.d1 dl,
div.d1 p {
  margin: 10px 0.5em;
  padding: 0;
}
div.d1 dt {
  margin: 0;
  padding: 0;
  float: left;
  width: 300px;
  display: block;
  font-weight: bold;
}
div.d1 dd {
  margin: 2px 0 6px 0;
  padding: 0;
  color: #603030;
  font-family: courier, arial;
}

/*Formtype 1*/
.f1 {
  width: 350px;
  margin: 10px 0;
  padding: 10px;
  border: solid 1px #CBCBCB;
  background-color: #F3F3F3;
}
.f1 fieldset {
  clear: both;
  margin-bottom: 10px;
}
.f1 h3 {
  margin: 0.3em 0;
  padding: 0.2em;
  font-size: 110%;
  background: #E7E7E7;
}
.f1 sup {
  color: #F00;
}
.f1 p {
  font-size: 11px;
  font-style: italic;
}
.f1 input.field,
.f1 textarea {
  width: 99%;
  display: block;
  margin: 1px 0 1px 0;
  padding: 0 2px;
  border: solid 1px #C3C3C3;
}
.f1 label.store_info {
  display: inline;
  font-weight: normal;
}
.f1 label.disabled {
  color: #C0C0C0;
}
.f1 input.error {
  color: #FFF;
  background-color: #E33030;
}
.f1 input.submit {
  clear: both;
}
.f1 a.button {
  margin-bottom: 5px;
}


.f1 div.radio {
  line-height: 1.5em;
}
.f1 div.radio * {
  vertical-align: middle;
}
.f1 div.radio input {
  float: left;
}
.f1 div.radio label {
  margin-left: 1.7em;
  display: block;
  font-weight: normal;
}
.f1 div.radio p {
  margin: 0;
}

/*Recipient freight*/
.f1 div.rec_freight {
  display: none;
  padding: 5px 5px 5px 25px;
  background: #E7E7E7;
}
.f1 div.rc_visible {
  display: block;
}
.f1 div.rec_freight label.s_label {
  font-weight: bold;
}
.f1 div.rec_freight label.fn_label {
  font-weight: bold;
  padding-right: 8px;
}
.f1 div.rec_freight input,
.f1 div.rec_freight label {
  margin: 0;
  padding: 0;
  float: none;
  display: inline;
}
.f1 div.rec_freight input.text {
  margin: 0;
  padding: 0 1px;
  font-size: 90%;
}
.f1 div.rec_freight div.radio {
  font-size: 90%;
  float: none;
  padding-left: 25px;
}
.f1 div.rec_freight div.radio label {
  padding-left: 3px !important;
}


/*Order acknowledgement*/
.order_ack h2 {
  position: relative;
}
.order_ack em.date {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 11px;  
  font-style: normal;
}

/*Div container 1 (no results)*/
div.c1 {
  background: url(../img/back/search_result_tile.gif) 0 0 repeat-x transparent;
}
div.c1 .f1,
div.c1 .errors {
  float: right;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 28%;
}
div.c1 div.sub {
  float: left;
  width: 68%;
  margin: 0;
}
div.c1 h3 {
  margin: 0;
  padding: 0;
  font-size: 150%;
  background: url(../img/back/error_back.jpg) 0 0 no-repeat;
  color: #FFF;
}
div.c1 h3 span {
  display: block;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 6px 25px 8px 60px;
}

/*Search history*/
#search_history {
  position: absolute;
  top: 60px;
  right: 0;
  width: 160px;
  font-size: 11px;
  cursor: pointer;
}
#search_history h4 {
  margin: 0;
  padding: 2px 5px 5px 5px;
  color: #FFF;
  font-size: 100%;
  text-align: right; 
  background: url(../img/back/menu_sep.gif) 0 4px no-repeat; 
}
#search_history ul {
  display: none;
  margin: 0;
  padding: 5px 5px;
  color: #A0A0A0;
  background: #FFF;
  border: solid 1px #505050;
}
#search_history li {
  margin: 0;
  padding: 1px 0 1px 15px;
  background: url(../img/back/bull_t4.gif) 0 2px no-repeat;
  list-style-type: none;
}
#search_history ul a:link,
#search_history ul a:visited {
  color: #404040;
  text-decoration: none;
}
#search_history ul a:hover {
  text-decoration: underline;
}
#search_history:hover ul,
#search_history.over ul {
  display: block;
}

a.a1 {
  float: right;
  margin: 0 4px 0 4px;  
}

.clearfix:after {
    content: ".";
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}
.clearfix {display: inline-table;}

.acc {
  display: none;
}



