/* -----------------------
general element styles
----------------------- */
body {
    margin: 0;
    padding: 0;
    font: 11px Trebuchet MS, Verdana, sans-serif;
}

div {
    overflow: hidden;
}
h1 {
    margin: 15px 0 0 0;
    font: 22px Trebuchet MS, Verdana, sans-serif;
}
h2 {
    font: bold 14px Trebuchet MS, Verdana, sans-serif;
}
h3 {
    font: bold 12px Trebuchet MS, Verdana, sans-serif;
}

a {
    color: #666;
    text-decoration: underline;
}
a:hover {
    color: #FF6205;
}

img {
    border: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
form {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0;
}
/* -----------------------
main window
----------------------- */
#main {
    position: absolute;
    left: 5px;
    top: 0;
    width: 990px;
    height: 1500px;
    overflow: visible;
    padding: 5px;
}

/* -----------------------
header
----------------------- */
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 990px;
    height: 87px;
    z-index: 10;
    overflow: visible;
    margin-bottom: 5px;
    background: url(img/bg/header.gif) repeat-x;
}
#header-left {
    float: left;
    width: 290px;
    height: 87px;
}
#header-top {
    width: 100%;
    height: 62px;
    margin-top: 4px;
}
#header-bottom {
    width: 100%;
    height: 21px;
}
#header-bottom a.home {
    display: block;
    float: left;
    width: 35px;
    height: 15px;
    padding: 3px 3px 3px 7px;
    border-right: 1px solid #FFF;
    color: #000;
    text-decoration: none;
    text-align: center;
    background: url(img/bg/header_bottom_left.gif) no-repeat;
}
/*--------------------------
search form
--------------------------*/
#header #search {
    display: block;
    float: left;
    width: 241px;
    height: 19px;
    padding-left: 3px;
    vertical-align: middle;
}
#header form {
    margin: 0;
    padding: 0;
}
#header #input-search {
    width: 130px;
    height: 15px;  
    margin: 2px 5px 2px 0;
    padding: 0 0 0 5px;
    font: bold 10px Trebuchet MS;
    border: 1px outset #CDCDCD;
}
#header #submit-search {
    width: 19px;
    height: 19px;  
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#header-nav {
    float: left;
    width: 480px;
    height: 87px;
}
#header-nav #header-pics {
    margin-top: 1px;
    margin-left: 30px;
    height: 65px;
}
#header-nav #banner {
    margin: 1px 0 3px 3px;
    padding: 0 0 1px 1px;
    width: 470px;
    height: 60px;
    background: #FFF;
}
#header-nav img {
    margin-right: 1px;
}
/*--------------------------
dropdown navigation
--------------------------*/
#dropdownnav {
    margin: 0 0 0 30px;
}
#dropdownnav ul {
    margin: 0;
    padding: 0; 
}
#dropdownnav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#dropdownnav li.off, #dropdownnav li.on {
    float: left;
}
#dropdownnav li.off ul , #dropdownnav li.on ul {
    display: none;
    position: absolute;
    top: 87px;
    left: 325px;
    height: auto;
    z-index: 6000;
}
#dropdownnav li.off:hover ul, 
#dropdownnav li.off.over  ul{
    display: block;
}
#dropdownnav a {
    display: block;
    width: 103px;
    height: 21px;
    padding: 2px 0;
    border-right: 1px solid #FFF;
    color: #000;
    text-decoration: none;
    text-align: center;
    background: url(img/bg/bg_button_header_dropdown.gif) no-repeat;
}
#dropdownnav a:hover {
    font-weight: bold;
}
#dropdownnav ul li {
    width: 182px;
    background: #F0F0F0;
    border-left: 1px solid #A0A0A0;
    border-right: 1px solid #A0A0A0;
}

#dropdownnav .roundbox-bottom {
    
}
#dropdownnav .roundbox-top {
    width: 184px; 
    height: 10px; 
    border: 0; 
    background: url(img/bg/box_dropdown_top.gif) no-repeat bottom;
}
#dropdownnav .roundbox-bottom {
    width: 184px;
    height: 18px;
    border: 0;
    font-size: 10px;
    background: url(img/bg/box_dropdown_bottom.gif) no-repeat;
}
#dropdownnav li.off ul a , #dropdownnav li.on ul a {
    width: 160px;
    background: #F0F0F0; 
    padding: 0 10px;
    border: 0; 
    color: #333;
    text-align: left; 
}
#dropdownnav li.off ul a:hover , #dropdownnav li.on ul a:hover {
    color: #000;
    font-weight: normal;
    text-decoration: underline;   
}
    
#header-right {
    float: left;
    width: 220px;
    height: 87px;
    background: url(img/bg/header_right.gif) no-repeat right bottom;
}
#header-right ul.contact {
    margin-left: 8px;
}
#header-right ul.contact li {
    float: right;
    width: auto;
    height: 11px;
    padding: 2px 5px;
    border-right: 1px solid #000;
}
#header-right ul.contact a {
    color: #000;
    text-decoration: none;
}
#header-right ul.city {
    clear: both;
    margin: 38px 0 0 8px;
}
#header-right ul.city li {
    width: 82px;
    height: 16px;
    overflow: hidden;
    background: url(img/bg/bg_button_city.gif) no-repeat  0 2px;
}
#header-right a {
    display: block;
    font: 9px Trebuchet MS, Verdana, sans-serif;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}


/* -----------------------
subheader
----------------------- */
#subheader {
    position: absolute;
    left: 0px;
    top: 90px;
    z-index: 1;
    width: 990px;
    height: 16px;
    background: url(img/bg/subheader.gif) repeat-x;
    color: #FFF;
    font: 10px Trebuchet MS;
}
#subheader a {
    color: #FFF;
    font:  10px Trebuchet MS;
    text-decoration: none;    
}
#datetime {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 725px;
    height: 16px;
    z-index: 1;
    float: left;
    padding-left: 10px;
    background: url(img/bg/subheader_left.gif) no-repeat;
}
#nav-account {
    position: absolute;
    left: 735px;
    top: 0px;
    width: 245px;
    height: 16px;
    z-index: 1;
    padding-right: 10px;
    text-align: right;
    background: url(img/bg/subheader_right.gif) no-repeat right;
}

/* -----------------------
left column
----------------------- */
#left-col {
    position: absolute;
    left: 0;
    top: 115px;
    z-index: 1;
    width: 250px;
    margin-bottom: 25px;
}
/* -----------------------
navigation categories
----------------------- */
#box-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#box-categories li {
    width: 227px;
    height: 24px;
    background: url(img/bg/bg_button_categories.gif) no-repeat;
}
#box-categories li.level0 {
    padding-top: 10px;
    font: bold 12px Trebuchet MS;
    background: none;
}
#box-categories li.level0-hilite {
    padding-top: 10px;
    background: none;
}
#box-categories li.hilite {
    background: url(img/bg/bg_button_categories_hilite.gif) no-repeat;
    font-weight: bold;
}
#box-categories li.hilite a, #box-categories li.level0-hilite a {
    font-weight: bold;
}
#box-categories a {
    display: block;
    width: 220px;
    height: 19px;
    padding: 3px 0 0 5px;
    font:  11px Trebuchet MS;
    color: #000;
    text-decoration: none;
}

#box-categories a.level0 {
    font: bold 12px Trebuchet MS;
    background: none;
}

#box-trustedshops-top {
    width: 220px;
    height: 10px;
    background: url(img/bg/box_trustedshops_top.gif) no-repeat;
    margin-top: 15px;
}
#box-trustedshops {
    width: 208px;
    background: #FFF2E9;
    border-left: 1px solid #FFC19C;
    border-right: 1px solid #FFC19C;
    padding: 0 5px;
}
#box-trustedshops h3 {
    font: bold 11px Trebuchet MS, Verdana, sans-serif;
    margin: 3px 0;
}
#box-trustedshops div {
    float: left;
    width: 70px;
    height: 100%;
    margin-right: 5px;
}
#box-trustedshops div.text {
    width: 120px;
}
#box-trustedshops li {
    padding: 2px 0;
}
#box-trustedshops-bottom {
    width: 220px;
    height: 10px;
    background: url(img/bg/box_trustedshops_bottom.gif) no-repeat;
}

#box-cart-top {
    margin-top: 25px;
    width: 208px;
    height: 15px;
    padding: 5px 5px;
    background: #FFF2E9;
    border: 1px solid #65D233;
    font: bold 11px Trebuchet MS, Verdana, sans-serif; 
}
#box-cart {
    width: 208px;
    padding: 10px 5px;
    border-right: 1px solid #65D233;
    border-left: 1px solid #65D233;
    font: bold 11px Trebuchet MS, Verdana, sans-serif; 
}
#box-cart a {
    display: block;
    width: 203px;
    height: 20px;
    margin-top: 10px;
    padding: 3px 0;
    background: url(img/bg/bg_button_cart.gif) no-repeat;
    font: bold 11px Trebuchet MS, Verdana, sans-serif; 
    color: #000;
    text-decoration: none;
    text-align: center;
}
#box-cart-bottom {
    width: 220px;
    height: 10px;
    background: url(img/bg/box_cart_bottom.gif) no-repeat;
}

/* -------------------
left column round boxes 
------------------- */
#left-col  .roundbox {
    float: left;
    width: 225px;
    height: 120px;
    margin: 5px 0;
    background: #FFF2E9;
}
#left-col .roundbox-top {
    background: url(img/bg/box_leftcol_right_top.gif) no-repeat top right;
}
#left-col .roundbox-top div {
    background: url(img/bg/box_leftcol_left_top.gif) no-repeat top left;
}
#left-col .roundbox-bottom {
    clear: both;
    background: url(img/bg/box_leftcol_right_bottom.gif) no-repeat bottom right;
}
#left-col .roundbox-bottom div {
    background: url(img/bg/box_leftcol_left_bottom.gif) no-repeat bottom left;
}
#left-col .roundbox-top, .roundbox-top div, .roundbox-bottom, .roundbox-bottom div {
    width: 100%;
    height: 5px;
    font-size: 1px;
}
#left-col .roundbox-content {
    float: left;
    width: 209px;
    height: 108px;
}
#left-col .roundbox-content p {
    float: left;
    width: 160px;
}
#left-col .roundbox-content p a {
    font: 10px Trebuchet MS, Verdana, sans-serif;
}
#left-col .roundbox-content h3 {
    font: bold 11px Trebuchet MS, Verdana, sans-serif;
    margin: 3px 0;
}
#left-col .roundbox-content li {
    padding: 2px 0;
}
#left-col .roundbox-left {
    float: left;
    width: 8px;
    height: 108px;
    background: url(img/bg/box_leftcol_border_left.gif);
}
#left-col .roundbox-right {
    float: left;
    width: 8px;
    height: 108px;
    background: url(img/bg/box_leftcol_border_right.gif);
}

/* -----------------------
middle column, content
----------------------- */
#mid-col {
    position: absolute;
    left: 250px;
    top: 115px;
    z-index: 1;
    width: 740px;
}

#content {
    padding: 0 0 0 10px;
}
/* -----------------------
breadcrumbs
----------------------- */
#breadcrumbs {
    padding-bottom: 5px;
    margin: 0 0 0 10px;
    border-bottom: 1px dotted #CDCDCD;
    font: 10px Trebuchet MS, Verdana, sans-serif;
}
#breadcrumbs a {
    color: #000;    
}

/* -----------------------
home
----------------------- */
#box-home-1 {
    float: left;
    width: 450px;
    height: 161px;
    margin: 15px 12px 0 0;
    padding: 0 15px;
    background: url(img/bg/box_home_1.jpg) no-repeat;
    color: #000;
}
#box-home-1 h1 {
    float: left;
    margin: 5px 0 5px 0;
}
#box-home-1 p {
    clear: both;
    margin: 9px 10px 9px 0;
    line-height: 14px;
}
#box-home-1 span.tel {
    font: bold 14px Trebuchet MS, Verdana, sans-serif;
}
#box-home-1 div.login {
    float: right;
    margin: 5px 5px 0 0;
    text-align: right;
}
#box-home-1 div.login a {
    display: block;
    width: 100px;
    text-align: right;
}

#box-home-2 {
    float: left;
    width: 214px;
    height: 170px;
    margin: 15px 0 0 0;
    padding: 0 10px;
    background: url(img/bg/box_home_2.jpg) no-repeat;
    color: #000;
}
#box-home-2 h1 {
    height: 130px;
    font: bold 14px Trebuchet MS, Verdana, sans-serif;
    margin: 5px 10px 0 0;
    line-height: 16px;
}
#box-home-2  p{
    float: right;
    margin: 0;
}

#box-home-3 {
    float: left;
    width: 219px;
    height: 136px;
    margin: 6px 7px 0 0;
    padding: 0 10px;
    background: url(img/bg/box_home_3.jpg) no-repeat;
    color: #000;
}
#box-home-3 h1 {
    font: bold 14px Trebuchet MS, Verdana, sans-serif;
    height: 35px;
    margin: 5px 10px 0 0;
}
#box-home-3  a {
    display: block;
    width: 60px;
    height: 70px;
    line-height: 12px;
}
#box-home-3  h1 a {
    display: inline;
    padding-left: 10px;
}

#box-home-4 {
    float: left;
    width: 219px;
    height: 136px;
    margin: 6px 0 0 0;
    padding: 0 10px;
    background: url(img/bg/box_home_4.jpg) no-repeat;
    color: #000;
}
#box-home-4 h1 {
    font: bold 14px Trebuchet MS, Verdana, sans-serif;
    height: 35px;
    margin: 5px 10px 0 50px;
    line-height: 16px;
}
#box-home-4  p {
    height: 65px;
    margin: 5px 10px 0 75px;
    line-height: 12px;
}
#box-home-4  a {
    display: block;
    float: right;
    margin: 0;
}

#box-home-5 {
    float: left;
    width: 460px;
    height: 136px;
    margin: 12px 0 0 0;
    padding: 0 10px;
    background: url(img/bg/box_home_5.jpg) no-repeat;
    color: #000;
}
#box-home-5 h1 {
    font: bold 14px Trebuchet MS, Verdana, sans-serif;
    height: 30px;
    width: 225px;
    margin: 10px 0 0 10px;
    line-height: 16px;
}
#box-home-5  p {
    height: 65px;
    width: 225px;
    margin: 0 0 0 10px;
    line-height: 12px;
}
#box-home-5  a {
    display: block;
    width: 225px;
    margin: 0 0 0 10px;
    text-decoration: none;
}
#box-home-5  a .txt {
    padding-right: 55px;
    text-decoration: underline;
}

#box-home-6 {
    float: left;
    width: 214px;
    height: 284px;
    margin: 6px 0 0 0;
    padding: 0 10px;
    background: url(img/bg/box_home_6.jpg) no-repeat;
    color: #000;
}
#box-home-6 h1 {
    font: bold 14px Trebuchet MS, Verdana, sans-serif;
    height: 45px;
    margin: 5px 0 0 10px;
    line-height: 16px;
}
#box-home-6  p {
    height: 65px;
    margin: 0 0 0 10px;
    line-height: 12px;
}
#box-home-6  a {
    display: block;
    margin: 0 0 0 10px;
    text-decoration: none;
}
#box-home-6  a .txt {
    padding-right: 25px;
    text-decoration: underline;
}

#box-home-7 {
    float: left;
    width: 219px;
    height: 136px;
    margin: 12px 0 0 0;
    padding: 0 10px;
    background: url(img/bg/box_home_7.jpg) no-repeat;
    color: #000;
}
#box-home-7 h1 {
    width: 160px;
    font: bold 14px Trebuchet MS, Verdana, sans-serif;
    height: 30px;
    margin: 5px 10px 0 10px;
    line-height: 16px;
}
#box-home-7  p {
    width: 130px;
    margin: 5px 10px 5px 10px;
    line-height: 12px;
}

#box-home-8 {
    float: left;
    width: 219px;
    height: 136px;
    margin: 12px 0 0 6px;
    padding: 0 10px;
    background: url(img/bg/box_home_8.jpg) no-repeat;
    color: #000;
}
#box-home-8 h1 {
    width: 130px;
    font: bold 14px Trebuchet MS, Verdana, sans-serif;
    height: 45px;
    margin: 5px 10px 0 10px;
    line-height: 16px;
}
#box-home-8  p {
    width: 100px;
    height: 35px;
    margin: 5px 10px 5px 10px;
    line-height: 12px;
}
#box-home-8  a {
    display: block;
    margin: 0 0 0 10px;
}

#box-home-9 {
    float: left;
    width: 219px;
    height: 136px;
    margin: 12px 0 0 7px;
    padding: 0 10px;
    background: url(img/bg/box_home_9.jpg) no-repeat;
    color: #000;
}
#box-home-9 h1 {
    font: bold 14px Trebuchet MS, Verdana, sans-serif;
    height: 20px;
    margin: 5px 10px 0 10px;
    line-height: 16px;
}
#box-home-9  p {
    margin: 5px 10px 5px 10px;
    line-height: 12px;
}
#box-home-9  a {
    padding-right: 5px;
}

/* -----------------------
categories
----------------------- */
#categories-listing table {
    width: 720px;
    empty-cells: show;
}
#categories-listing td {
    width: 135px;
    height: 95px;
    overflow: visible;
    padding: 10px 5px 5px 0;
    vertical-align: top;
    font: 11px Trebuchet MS, Verdana, sans-serif;
}
#categories-listing td.desc {
    width: 245px;
    padding: 10px 5px;
}
#categories-listing td.image {
    width: 142px;
}
#categories-listing td.image a {
    display: block;
    width: 132px;
    height: 93px;
    padding: 5px;
    background: url(img/bg/box_category_image.gif) no-repeat;
}
#categories-listing td.arrow {
    width: 16px;
    padding-top: 82px;
}
#categories-listing td.line {
    height: 2px;
    padding: 0 0 10px 15px;
    border-bottom: 1px dotted #999999;
    font-size: 12px;
}

a.box-categories {
    display: block;
    float: left;
    width: 122px;
    height: 93px;
    margin: 0;
    padding: 0 5px;
    background: url(img/bg/box_categories.gif) no-repeat;
    color: #000;
    text-align: center;
    text-decoration: none;
}
a.box-categories span {
    display: block;
    margin: 10px 0 10px 0;
    font-weight: bold;
}

/* -----------------------
product-listing
----------------------- */
#product-listing-header {
    float: left;
    width: 75%;
}
#image-manufacturer {
    float: right;
    width: 25%;
    text-align: right;
}
#product-listing {
    width: 100%;
}
#product-listing h2 {
    margin: 0;
    font: bold 11px Trebuchet MS, Verdana, sans-serif;
}
#product-listing td {
    padding: 0 5px 0 5px;
    vertical-align: top;
    font: 11px Trebuchet MS, Verdana, sans-serif;
}
#product-listing td.image {
    width: 110px;
    height: 100px;
    border : 1px solid #65D233;
    vertical-align: middle;
    text-align: center;
}
#product-listing a.button {
    display: block;
    width: 114px;
    height: 22px;
    margin: 0;
    text-align: right;
    background: url(img/bg/bg_button_details.gif) no-repeat;
    font:  10px Trebuchet MS, Verdana, sans-serif;
    color: #000;
    text-decoration: none;
}
#product-listing a.button:hover {
    color: #000;
}
#product-listing a.button p {
    margin: 0;
    padding:  2px 10px;
}
#product-listing td.line {
    margin: 5px 0 0 15px;
    border-bottom: 1px dotted #999999;
    font-size: 12px;
}

/* -----------------------
product-info
----------------------- */
#product-image {
    float: left;
    width: 300px;
    height: 225px;
    margin: 0 9px 25px 9px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
#product-image td {
    width: 300px;
    height: 225px;
    border: 0;
    text-align: center;
    vertical-align: middle;
}

#product-desc {
    float: left;
    width: 330px;
    height: auto;
    padding: 0 10px;
    margin-bottom: 25px;
    border-left: 1px dotted #CDCDCD;
    font: 11px Trebuchet MS, Verdana, sans-serif;
}
#product-desc h1 {
    font: bold 16px Trebuchet MS, Verdana, sans-serif;
}
#product-desc .img {
    float:right;
    width: 80px;
    margin: 10px 0 10px 10px;
    overflow: hidden;
}
#product-desc ul {
    list-style: outside disc; 
    padding-left: 15px;
}
#product-desc .price {
    font: bold 16px Trebuchet MS, Verdana, sans-serif;
}
.old-price {
    text-decoration: line-through;
}
.special-price {
    color: #FF6205;
}
#product-thumbnails {
    float: left;
    width: 300px;
    height: auto;
    margin: 15px 9px 0 9px;
    text-align: right;
}
#product-thumbnails a {

}
#product-thumbnails p {
    width: 100%;
    margin: 2px;
    text-align: left;
    color: #666;
}
#product-thumbnails table {
    float: left;
    margin: 2px;
}
#product-thumbnails td {
    width: 75px;
    height: 75px;
    margin: 5px;
    border : 1px solid #CDCDCD;
    text-align: center;
    vertical-align: middle;
}

#product-eval {
    float: left;
    width: 350px;
    padding: 5px 10px;
    margin: 15px 0;
    border-left: 1px dotted #CDCDCD;
}

/* -----------------------
product options
----------------------- */
#product-options, #xsell {
    width: 740px;
    margin-top: 25px;
    padding: 5px 0 0 5px;
}
#product-options div.options-name, #xsell div.options-name {
    float: left;
    width: 330px;
    padding: 5px;
    font-weight: bold;
}
#product-options div.kw, #xsell div.kw {
    float: left;
    width: 330px;
    padding: 5px;
    text-align: right;
}
#product-options span.kw, #xsell  span.kw {
    color: #DC5A0C;
}
#product-options table, #xsell table {
    width: 710px;
    border: 1px solid #FFB56B;
    empty-cells: show;
    border-collapse:collapse;
}
#product-options th, #xsell th {
    padding: 5px;
    background: #FFDFC7;
    border-right: 1px solid #000;
    border-bottom: 1px solid #FFB56B;
    border-spacing: 0;
    font: bold 11px Trebuchet MS, Verdana, sans-serif;
    text-align: left;
}
#product-options th.euro, #xsell th.euro,
#product-options th.shipping, #xsell th.shipping,
#product-options td.shipping, #xsell td.shipping {
    text-align:center;
}
#product-options td, #xsell td {
    border-right: 1px dotted #000;
    border-top: 1px dotted #000;
    padding: 5px;
    vertical-align: top;
    font: 11px Trebuchet MS, Verdana, sans-serif;
}
#product-options td.euro, #xsell td.euro {
    text-align: right; 
    padding-right: 20px;
}
#product-options td.cart, #xsell td.cart {
    text-align: center; 
    vertical-align: center;
    width: 75px;
}
#product-options div.cart, #xsell div.cart {
    width: 660px;
    padding: 10px;
    text-align: right;
    
}
#product-options div.cart a, #xsell div.cart a {
    color: #33CC00;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
}
#product-options div.cart img , #xsell div.cart img {
    vertical-align: middle;
}

/*********************************
Bundles
*******************************/
#bundle table {
    width: 718px;
    padding: 0;
    border: 1px solid #FFB56B;
    empty-cells: show;
    border-collapse: collapse;
}
#bundle th {
    padding: 5px;
    background: #FFDFC7;
    border: 1px solid #FFB56B;
    border-right: 1px solid #000;
    font: bold 11px Trebuchet MS, Verdana, sans-serif;
    text-align: left;
}
#bundle th.image {
    width: 120px;
}
#bundle th.euro {
    width: 75px;
    text-align:center;
}
#bundle th.desc {
    width: 220px;
}
#bundle td {
    border-right: 1px dotted #000;
    border-top: 1px dotted #000;
    padding: 5px;
    vertical-align: top;
    font: 11px Trebuchet MS, Verdana, sans-serif;
}
#bundle td.euro, #bundle-total td.euro {
    width: 75px;
    text-align: right; 
    padding-right: 5px;
}
#bundle-total {
    float: right;
    margin-right: 10px
}
#bundle-total td.euro-total {
    width: 75px;
    text-align: right; 
    padding-right: 5px;
    background: #EDC59E;
    border-right: 1px solid #9A9A9A;
    font-weight: bold;
}
#bundle-total td.euro-subtotal {
    width: 75px;
    text-align: right; 
    padding-right: 5px;
    font-weight: bold;
}

#bundle-total table {
    width: 404px;
    margin-left: 296px;
    margin-bottom: 25px;
    padding: 0;
    border: 0;
    border-top: 2px solid #FFF;
    empty-cells: show;
    border-collapse:collapse;
}
#bundle-total td {
    border-right: 1px solid #FFF;
    padding: 5px;
    vertical-align: top;
    font: 11px Trebuchet MS, Verdana, sans-serif;
}
#bundle-total tr.ot_subtotal {
    background: #FFDFC7;
}
#bundle-total tr.ot_total {
    background: #FFDFC7;
    border: 1px solid #9A9A9A;
}



#also-purchased p {
    padding: 10px;
    font-weight: bold;
}
#also-purchased a {
    padding: 10px;
    font-weight: bold;
}

#checkout-confirmation p.label {
    float: left;
    width:130px;
    margin: 5px;
    font-weight: bold;
    text-align: right;
}
#checkout-confirmation p.label-text {
    float: left;
    width:400px;
    margin: 5px;
}

#table-articles table {
    width: 718px;
    padding: 0;
    border: 1px solid #FFB56B;
    empty-cells: show;
    border-collapse: collapse;
}
#table-articles th {
    padding: 5px;
    background: #FFDFC7;
    border: 1px solid #FFB56B;
    border-right: 1px solid #000;
    font: bold 11px Trebuchet MS, Verdana, sans-serif;
    text-align: left;
}
#table-articles th.euro {
    width: 75px;
    text-align:center;
}
#table-articles th.desc {
    width: 220px;
}
#table-articles td {
    border-right: 1px dotted #000;
    border-top: 1px dotted #000;
    padding: 5px;
    vertical-align: top;
    font: 11px Trebuchet MS, Verdana, sans-serif;
}
#table-articles td.euro, #table-total td.euro {
    width: 75px;
    text-align: right; 
    padding-right: 5px;
}
#table-total {
    float: right;
    margin-right: 10px
}
#table-total td.euro-total {
    width: 75px;
    text-align: right; 
    padding-right: 5px;
    background: #EDC59E;
    border-right: 1px solid #9A9A9A;
    font-weight: bold;
}
#table-total td.euro-subtotal {
    width: 75px;
    text-align: right; 
    padding-right: 5px;
    font-weight: bold;
}

#table-total table {
    width: 404px;
    margin-left: 296px;
    margin-bottom: 25px;
    padding: 0;
    border: 0;
    border-top: 2px solid #FFF;
    empty-cells: show;
    border-collapse:collapse;
}
#table-total td {
    border-right: 1px solid #FFF;
    padding: 5px;
    vertical-align: top;
    font: 11px Trebuchet MS, Verdana, sans-serif;
}
#table-total tr.ot_subtotal {
    background: #FFDFC7;
}
#table-total tr.ot_total {
    background: #FFDFC7;
    border: 1px solid #9A9A9A;
}

#sitemap ul {
    float: left;
    width: 300px;
    padding: 25px;
}
#sitemap li {
    margin: 5px 0;
}
#sitemap a {
    text-decoration: none;
}

/* -----------------------
form and other buttons
----------------------- */
form label {
    float: left;
    width: 120px;
    margin: 5px 10px;
    text-align: right;
    font-weight: bold;
}
form input, select {
    float: left;
    width: 296px;
    margin: 5px 10px;
    padding: 0 2px;
    border: 1px solid #FFC19C;
}
form input.number {
    width: 30px;
    margin-top: 10px;
}
textarea {
    margin: 5px 10px;
    border: 1px solid #FFC19C;
}
form input.radio, form input.checkbox {
    width: auto;
    border: 0;
    margin: 0;
}
form fieldset  p {
    float: left;
    width: 400px;
    margin: 0 0 10px 10px;
}
form br {
    clear: both;
}
.button {
    display: block;
    width: 219px;
    height: 30px;
    border: 0;
    margin: 5px 0;
    background: url(img/bg/bg_button_submit.gif) no-repeat;
    font: bold 11px Trebuchet MS, Verdana, sans-serif;
    color: #000;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
.button-left {
    display: block;
    width: 219px;
    height: 30px;
    border: 0;
    margin: 5px 0;
    background: url(img/bg/bg_button_submit_arrow_left.gif) no-repeat;
    font: bold 11px Trebuchet MS, Verdana, sans-serif;
    color: #000;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
.button-right {
    display: block;
    width: 219px;
    height: 30px;
    border: 0;
    margin: 5px 0;
    background: url(img/bg/bg_button_submit_arrow_right.gif) no-repeat;
    font: bold 11px Trebuchet MS, Verdana, sans-serif;
    color: #000;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
.button-small {
    display: block;
    width: 114px;
    height: 22px;
    margin: 0;
    text-align: center;
    background: url(img/bg/bg_button_details.gif) no-repeat;
    border: 0;
    font:  10px Trebuchet MS, Verdana, sans-serif;
    color: #000;
    text-decoration: none;
}
.box-form350-top {
    width: 350px;
    height: 10px;
    background: url(img/bg/box_forms350_top.gif) no-repeat;
    margin-top: 15px;
}
.box-form350 {
    width: 338px;
    background: #FFF2E9;
    border-left: 1px solid #FFC19C;
    border-right: 1px solid #FFC19C;
    padding: 0 5px;
}
.box-form350-bottom {
    width: 350px;
    height: 10px;
    background: url(img/bg/box_forms350_bottom.gif) no-repeat;
}

.box-form700-top {
    width: 720px;
    height: 10px;
    background: url(img/bg/box_forms700_top.gif) no-repeat;
    margin-top: 15px;
}
.box-form700 {
    width: 708px;
    background: #FFF2E9;
    border-left: 1px solid #FFC19C;
    border-right: 1px solid #FFC19C;
    padding: 0 5px;
}
.box-form700-bottom {
    width: 720px;
    height: 10px;
    background: url(img/bg/box_forms700_bottom.gif) no-repeat;
}


/* -----------------------
login
----------------------- */
.checkout-progress {
    float: left;
    width: 150px;
    height: 100px;
    margin: 15px 11px;
    padding: 0 5px;
    background: url(img/bg/box_checkout_off.gif) no-repeat;
}
.checkout-progress .no {
    clear: both;
    float: left;
    width: 40px;
    height: 50px;
    margin: 0;
    font: bold 36px Trebuchet MS, Verdana, sans-serif;
}
.checkout-progress .step {
    float: left;
    width: 110px;
    height: 50px;
    margin: 0;
    padding-top: 10px;
    line-height: 14px;
}
.checkout-progress .check {
    clear: both;
    width: 140px;
    height: 20px;
    margin: 0;
    padding-bottom: 10px;
    text-align: right;
}

.content-leftcol {
    float: left;
    width: 250px;
    margin-right: 110px;
}
.content-rightcol {
    float: left;
    width: 360px;
}

h1.login {
    float: left;
    margin: 0;
}
h2.login {
    float: right;
    margin: 10px 0 0 0;
}

#bank-data {
    width: 600px;
}
#bank-data p.leftcol {
    float: left;
    width: 180px;
    padding-right: 20px; 
}
#bank-data p.rightcol {
    float: left;
    width: 180px;
    font-weight: bold;
}
#bank-data table {
    border: 0;
    margin-bottom: 25px;
}
#bank-data td {
    width: 180px;
    padding-right: 20px; 
    font-weight: bold;
}

/* -----------------------
misc stuff
----------------------- */
div .dotted-line {
    clear: both;
    width: 100%;
    height: 1px;
    margin: 5px 10px 5px 0px;
    border-bottom: 1px dotted #CDCDCD;
}

div .dotted-halfline {
    float: left;
    width: 320px;
    margin: 5px 10px;
    border-bottom: 1px dotted #CDCDCD;
    font-size: 0;
}


/* -------------------
round boxes 
------------------- */
.roundbox {
    float: left;
    width: 100px;
    height: 140px;
    margin: 5px;
}
.roundbox-top {
    background: url(img/bg/box_pink_right_top.gif) no-repeat top right;
}
.roundbox-top div {
    background: url(img/bg/box_pink_left_top.gif) no-repeat top left;
}
.roundbox-bottom {
    clear: both;
    background: url(img/bg/box_pink_right_bottom.gif) no-repeat bottom right;
}
.roundbox-bottom div {
    background: url(img/bg/box_pink_left_bottom.gif) no-repeat bottom left;
}
.roundbox-top, .roundbox-top div, .roundbox-bottom, .roundbox-bottom div {
    width: 100%;
    height: 8px;
    font-size: 1px;
}
.roundbox-content {
    float: left;
    width: 84px;
    height: 110px;
    background: #FFF2E9;
    vertical-align: bottom;
}
.roundbox-content p {
    width: 100%;
    padding: 5px;
    text-align: center;
}
.roundbox-content p a {
    font: 10px Trebuchet MS, Verdana, sans-serif;
    text-decoration: none;
}
.roundbox-left {
    float: left;
    width: 8px;
    height: 110px;
    background: url(img/bg/box_pink_border_left.gif);
}
.roundbox-right {
    float: left;
    width: 8px;
    height: 110px;
    background: url(img/bg/box_pink_border_right.gif);
}

ul.login {
    list-style: inside url(img/elem/list_checked.gif)
}

.clear {
    clear: both;
    height: 0;
}
.formerror {
    color: #FF0000;
}
div.copyright {
    position: relative;
    top: 0px;
    left: 0px;
    width: 250px;
    padding: 10px;
}

.BundleBox {
  background: #b6b7cb;
}
.BundleBoxSum {
  background: #b6b7cb;
}
.BundleBoxSave {
  background: #b6b7cb;
  font-size: 12px;
  color: red;
}

.BundleBoxContent {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.BundleTopicContent_1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.BundleTopicContent_2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
   color: red;
}