/**
 * New Style
 */
img.border {padding:2px;border:1px solid #EEE;}

div.category-description img {
  float:left;
  margin-right:5px;
}
ul.subcategory li {
  border-bottom:1px solid #F9F9F9;
  font-size:12px;
}

div.exportbox {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding:5px 0px 0px 45px;
  border:1px dotted #F5F5F5;
  margin-bottom:10px;
}

table.product {
  margin-top:10px;
  width:100%;
  border-bottom:5px solid #F3F3F3;
}
table.product td.leftside {
width:160px;
font-size:14px;
}
table.product tr.footer td {height:100px;padding:5px;background-color:#EEE;vertical-align:top;border-top:#CCC solid 1px;border-bottom:#CCC solid 1px;}

/**
 * Webshop component
 */

div.pdfbox {
height:36px;
background-color:#fdfdfd;
border:1px solid #eee;
font-size:10px;
padding:5px;
margin:5px 0 10px 0;
}
div.pdfbox a{
display:block;
}

a.wtitle {
display:block;
border-bottom:1px solid #CCCCCC;
color:#666666;
font-family:'trebuchet ms',arial,tahoma,verdana,sans-serif;
font-size:1.5em;
font-weight:normal;
letter-spacing:2px;
margin-top:0px;
}

div#checkoutlist div.name {
float:left;
width:530px;
}

div#basket div.col1 {
width:230px;
float:left;
}

div.onsale_cboxleft {
background-image:url(images/cboxleft.gif);
float:left;
background-repeat:no-repeat;
height:176px;
width:30px;
}

div.onsale_cboxcenter {
background-image:url(images/cboxcenter.gif);
float:left;
background-repeat:repeat-x;
height:176px;
width:100px;
}

div.onsale_cboxright {
background-image:url(images/cboxright.gif);
background-repeat:no-repeat;
height:176px;
width:25px;
}