/* -----------------------
general element styles
----------------------- */
body {
    margin: 0;
    padding: 0;
    font: 70% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, sans-serif;
}

#nav-categories {
    overflow: hidden;
}
.box-right{
	overflow: hidden;
}
#category-info, #header-account, #products-list, .product .info div {
	overflow: hidden;
}


h1 {
    margin: 0;
    padding: 0;
    font: 16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
h2 {
    margin: 10px 0 0 0;
    padding: 0;
    font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
h3 {
    margin: 10px 0;
    padding: 0;
    font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
p {
    margin: 0;
    padding: 0;
    font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
a {
    color: #666;
    text-decoration: underline;
}
a:hover {
    color: #970F1D;
}

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: 989px;
    height: 1500px;
    overflow: visible;
    padding: 5px;
	background: #FFF;
}

/* -----------------------
header
----------------------- */
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 989px;
    height: 111px;
    overflow: hidden;
    background: url(img/bg/header.gif) no-repeat;
}
#header-left {
    float: left;
    width: 309px;
    height: 111px;
}
#header-left h1 a {
    display: block;
    width: 205px;
    height: 60px;
    text-indent: -350px;
}
#header-left h2 {
    width: 100%;
    height: 23px;
    margin: 5px 0 0 10px;
    color: #FFF;
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
}
#header-left h2 a {
    color: #FFF;
}

#header-right {
    float: left;
    width: 677px;
    height: 111px;
}
#header ul {
    list-style: none;
}
#header li {
    float: right;
}
#header-metanav {
    height: 54px;
    padding-top: 5px;
}
#header-metanav li a {
    display: block;
    float: left;
    height: 15px;
    padding: 0 10px;
    border-left: 1px solid #000;
    color: #000;
    text-decoration: none;
}
#header-categories {
    width: 100%;
    height: 18px;
    background: #FFEDA0;
}
#header-categories li a {
    display: block;
    float: left;
    width: auto;
    height: 18px;
    padding: 0 11px;
    border-left: 1px solid #FFF;
    background: #FFEDA0;
    font:  10px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #822645;
    line-height: 18px;
    text-decoration: none;
}
/*--------------------------
search form
--------------------------*/
#header-search {
    float: left;
    width: 450px;
    height: 20px;
    margin-top: 7px;
    vertical-align: middle;
}
#header form {
    margin: 0;
    padding: 0;
}
#header-search #input-search {
    width: 130px;
    height: 15px;
    margin: 2px 5px 2px 0;
    padding: 0 0 0 5px;
    border: 1px outset #CDCDCD;
}
#header-search #submit-search {
    width: auto;
    border: 0;
    border-right: 1px solid #FFF;
    margin: 0;
    padding: 0 10px;
    background: #FFEDA0;
    font:  11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #822645;
}
#header-search a {
    padding: 0 0 0 10px;
    font:  11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #FFF;
    line-height: 16px;
    text-decoration: none;
}

#header-account  {
    text-align: right;
    width: 220px;
}
#header-account li a {
    display: block;
    float: left;
    height: 13px;
    margin: 18px 0;
    padding: 0 6px;
    border-left: 1px solid #FFF;
    font:  10px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #FFF;
    line-height: 16px;
    text-decoration: none;
}

/* -----------------------
left column
----------------------- */
#left-col {
    position: absolute;
    left: 0;
    top: 111px;
    z-index: 1;
    width: 210px;
    margin: 22px 0;
background: #FFF;
}
/* -----------------------
navigation categories
----------------------- */
#box-categories {
    width: 100%;
}
#box-categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#box-categories li {
    width: 196px;
}
#box-categories li.level0, #box-categories li.level0-hilite {
    min-height: 21px;
    width: 196px;
    margin-bottom: 15px;
    padding: 2px;
    border: 1px solid #CCC;
    font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
}

/* IE 6+7 */
#box-categories li ul {
    background: url(img/bg/nav_left_categories.gif) repeat-y;
}
#box-categories li ul li {
    clear: both;
    height: 27px;
}
#box-categories li ul li span {
    display: block;
    float: left;
    width: 17px;
    height: 23px;
    margin-left: 2px;
    padding: 2px 0;
    background: #FFEDA0;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}
#box-categories a {
    display: block;
    float: left;
    width: 165px;
    height: 21px;
    padding: 3px 0 3px 10px;
    font:  11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
    color: #333;
    text-decoration: none;
}
#box-categories a.level0 {
    display: block;
    float: left;
    width: 167px;
    padding: 2px 0 0 30px;
    font:  12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
    background: url(img/bg/nav_left_categories_level0.gif) no-repeat;
    color: #FFF;
    text-decoration: none;
}
#box-categories li ul li.hilite a {
    height: 14px;
    margin-bottom: 5px;
    background: #FFEDA0;
    border-top: 1px solid #892E4B;
    border-bottom: 1px solid #892E4B;
    font-weight: bold;
}

#box-cart {
    width: 154px;
    margin-bottom: 15px;
    padding: 2px;
    border: 1px solid #CCC;
}
#box-cart h1 {
    width: 124px;
    height: 21px;
    margin: 0;
    padding: 2px 0 0 30px;
    background: url(img/bg/nav_left_cart.gif) no-repeat;
    font:  12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
#box-cart table {
    width: 144px;
    margin: 5px;
}
#box-cart td.euro {
    font-weight: bold;
    text-align: right;
}
#box-cart td span {
    padding-right: 5px;
}
#box-cart td a {
    color: #666;
}

#box-left {
    width: 196px;
    margin-bottom: 15px;
    padding: 2px;
    border: 1px solid #CCC;
}
#box-left h1 {
    width: 186px;
    height: 17px;
    margin: 0;
    padding: 2px 5px;
    background: #FFEDA0;
    font:  12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #970F1D;
}
#box-left ul {
    margin: 5px 0;
    padding: 0 5px;
}
#box-left ul li {
    padding: 2px 0;
}
#box-left ul li span {
    padding-right: 5px;
}
#box-left ul a {
    color: #666;
}


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

#content {
    float: left;
    width: 550px;
    overflow: hidden;
    border: 1px solid #CCC;
    padding: 10px 18px;
}
#content-product {
    float: left;
    width: 584px;
    overflow: hidden;
    border: 1px solid #CCC;
    padding: 2px;
}
#right-col {
    float: left;
    width: 160px;
    margin-left: 15px;
}
/* -----------------------
breadcrumbs
----------------------- */
#breadcrumbs {
    height: 22px;
    margin: 0 0 0 10px;
    vertical-align: middle;
    font: 10px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
#breadcrumbs a {
    color: #000;
}


span.raquo {
    padding-right: 5px;
}

/* -----------------------
home
----------------------- */


/* -----------------------
categories
----------------------- */
#nav-categories {
    width: 584px;
    background: #A1516B;
    border-bottom: 5px solid #A1516B;
}
#nav-categories a {
    display: block;
    float: left;
    margin: 4px 0;
    padding: 0 10px;
    border-right: 1px solid #666;
    font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
}
#nav-categories a.hilite,  #nav-subcategories a.hilite {
    font-weight: bold;
    /*color: #6A8B3C;*/
}

#nav-subcategories {
    width: 584px;
    background: #FFEDA0;
    border-bottom: 5px solid #FFEDA0;
	overflow: hidden;
}
#nav-subcategories a {
    display: block;
    float: left;
    margin: 4px 0;
    padding: 0 10px;
    border-right: 1px solid #666;
    font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #333;
    text-decoration: none;
}
#category-info {
    width: 574px;
    margin: 15px 0;
    padding: 5px 10px 0 0;
    border-top: 1px dotted #999;
    background: url(img/bg/category_info.gif) repeat-y;
	overflow: hidden;
}
#category-text {
    float: left;
    width: 390px;
}
#category-info h1 {
    min-height: 18px;
    margin: 0 0 10px 0;
    padding: 2px 0 0 25px;
    background: url(img/bg/category_name.gif) repeat-y;
    font: bold 16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
#category-info p {
    margin: 0 10px 0 25px;
}
#category-image {
    display: block;
    width: 170px;
    float: right;
    padding: 2px;
}

.product-navigation {
	padding: 5px 10px;
    border-top: 1px dotted #999;
}
/*
#products-list {
    width: 574px;
    margin: 5px 0;
    padding: 5px 10px 0 0;
    border-top: 1px dotted #999;
}

#products-list div.product {
    float: left;
    width: 574px;
    height: 135px;
    margin: 5px 0;
    padding: 4px 0;
    border-bottom: 1px dotted #CCC;
}

#products-list  h2 {
    width: 400px;
    height: 15px;
    overflow: hidden;
    margin-bottom: 5px;
}
#products-list  h2 a {
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #970F1D;
    text-decoration: none;
}
#products-list  h2 a:hover {
    text-decoration: underline;
}
#products-list .product a.image {
    display: block;
    float: left;
    overflow: hidden;
    width: 57px;
    height: 225px;
    margin: 0 5px;
}
#products-list #image {
    float: left;
    width: 40px;
    height: 125px;
    margin: 0 5px;
    text-align: center;
    overflow: hidden;
}
#products-list #image td {
    width: 40px;
    height: 125px;
    border: 0;
    text-align: center;
    vertical-align: bottom;
}
#products-list .product div.desc {
    float: left;
    width: 300px;
    height: 73px;
    overflow: hidden;
    margin-right: 20px;
}
#products-list .old-price {
    float: left;
    width: 125px;
    padding-top: 50px;
    text-align: right;
    font-weight: bold;
    color: #FFEDA0;
}
#products-list .product div.info {
    float: left;
    width: 290px;
    height: 36px;
}

#products-list .product div.info-button,
#products-list .product div.cart-button {
    float: left;
    width: 70px;
    padding: 2px;
    margin: 16px 15px 0 0;
    border: 1px solid #CCC;
}


#products-list .product div.info-button a,
#products-list .product div.cart-button a {
    display: block;
    padding: 0 5px;
    background: #822645;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}
*/


#category-special-products, #products-list {
    width: 574px;
    margin: 15px 0;
    padding: 5px 10px 0 0;
    border-top: 1px dotted #999;
}
#products-list h1 {
    clear: both;
    width: 578px;
    height: 14px;
    padding: 3px 30px;
    background: #FFEDA0 url(img/bg/product_list_manufacturer.gif) no-repeat;
    font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}

#category-special-products div.product, #products-list div.product{
    float: left;
    width: 283px;
    height: 235px;
    margin: 5px 0;
    padding: 4px 0;
    border-right: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}

#category-special-products div.product[class], #products-list div.product[class] {
    width: 281px;
}
#category-special-products .product a.image, 
#products-list .product a.image {
    display: block;
    float: left;
    overflow: hidden;
    width: 57px;
    height: 225px;
    margin: 0 5px;
}
#category-special-products #image, 
#products-list #image {
    float: left;
    width: 57px;
    height: 225px;
    margin: 0 5px;
    text-align: center;
    overflow: hidden;
}
#category-special-products #image td, 
#products-list #image td {
    width: 57px;
    height: 225px;
    border: 0;
    text-align: center;
    vertical-align: bottom;
}

#category-special-products .product div.info, 
#products-list .product div.info {
    float: left;
    width: 191px;
    height: 235px;
    margin: 0 10px;
}


#category-special-products h2, 
#products-list h2 {
    margin: 0 0 5px 0;
}
#category-special-products h2 a, 
#products-list h2 a {
    margin: 0;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #970F1D;
    text-decoration: none;
}
#category-special-products h3, 
#products-list h3 {
    margin: 0 0 5px 0;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
#category-special-products div.info p, 
#products-list div.info p {
    margin: 0 0 5px 0;
}
#category-special-products .product div.info-button, 
#category-special-products .product div.cart-button,
#products-list .product div.info-button, 
#products-list .product div.cart-button {
    float: left;
    margin-right: 3px;
    padding: 2px;
    border: 1px solid #CCC;
}


#category-special-products .product div.info-button a,
#category-special-products .product div.cart-button a,
#products-list .product div.info-button a,
#products-list .product div.cart-button a {
    display: block;
    padding: 0 5px;
    background: #822645;
    font-size: 10px;
    color: #FFF;
    text-decoration: none;
}
#category-special-products .product div.info-price,
#products-list .product div.info-price,
#product-info div.info-price,
#product-question div.info-price {
    width: 178px;
    height: 30px;
    border: 1px solid #CCC;
    padding: 2px;
    font-size: 9px;
    line-height: 11px;
}
#products-list .product div.info-price {
}
#category-special-products .product div.info-price div.bottle,
#product-info div.info-price div.bottle,
#product-question div.info-price div.bottle,
#products-list .product div.info-price div.bottle {
    float: left;
    width: 27px;
    height: 24px;
    background: #FFEDA0;
    border-right: 1px solid #FFF;
    padding: 3px 6px 3px 0;
    text-align: right;
}
#category-special-products .product div.info-price div.price,
#products-list .product div.info-price div.price,
#product-info div.info-price div.price,
#product-question div.info-price div.price {
    float: left;
    width: 67px;
    height: 24px;
    padding: 5px 0 1px 16px;
    background: #FFEDA0;
    font: bold 16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #970F1D;
}

#category-special-products .product div.info-price div.shipping,
#products-list .product div.info-price div.shipping,
#product-info div.info-price div.shipping,
#product-question div.info-price div.shipping {
    float: left;
    width: 55px;
    height: 24px;
    padding: 3px 6px 3px 0;
    background: #FFEDA0;
    padding: 3px;
    text-align: right;
}

#category-special-products .old-price {
    float: right;
    padding-right: 5px;
    color: #000;
    font-weight: bold;
    text-decoration: line-through;
}
#products-list .new-price {
    font-size: 11px;
}
/* -----------------------
product-info
----------------------- */
#product-image {
    float: left;
    width: 180px;
    height: auto;
    padding: 15px 0;
    border-right: 1px dotted #CCC;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
#product-image td {
    width: 180px;
    height: auto;
    border: 0;
    text-align: center;
    vertical-align: bottom;
}

#product-info {
    float: left;
    width: 340px;
    height: auto;
    padding: 15px 20px;
}
#product-info h1 {
    margin: 0 0 15px 0;
    font: 16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #970F1D;
}
#product-info h2 {
    margin: 15px 0 0 0;
    padding: 0;
    font: bold 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
#product-info h3 {
    margin: 5px 0;
    padding: 0;
    font: 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #970F1D;
}
#product-info #manufacturer_links {
	margin: 10px 0;
}
#product-info #manufacturer_links a {
	display: block;
}
#product-desc {
    height: auto;
    margin-bottom: 25px;
    text-align: justify;
}
#product-info .order-here,
#product-question .order-here  {
    width: 100%;
}
#product-info .order-here p,
#product-question .order-here p {
    margin-left: 150px;
}
#product-info .info-price,
#product-question .info-price {
    margin-left: 150px;
}
#product-info .old-price,
#product-question .old-price {
    margin-top: 15px;
    font-weight: bold;
}
.special-price {
    color: #FF6205;
}
#product-info .add-cart,
#product-question .add-cart {
    margin: 10px 0 0 0;

}
#product-info .add-cart label,
#product-question .add-cart label {
    float: left;
    width: 40px;
    margin: 8px 0 8px 135px;
    text-align: left;
    font-weight: normal;
}
#product-info .add-cart input,
#product-question .add-cart input {
    float: left;
    width: 25px;
    height: 22px;
    margin: 5px;
    border: 1px solid #CCC;
}
#product-info .add-cart .submit,
#product-question .add-cart .submit {
    float: left;
    width: 110px;
    border: 1px solid #CCC;
    margin: 5px 0;
    padding: 2px;
}
#product-info .add-cart .submit input,
#product-question .add-cart .submit input {
    float: left;
    width: 110px;
    height: 19px;
    margin: 0;
    padding: 0 5px;
    background: #A1516B;
    font-size: 10px;
    color: #FFF;
}

#product-question {
    margin-left: 180px;
    width: 340px;
    padding: 15px 20px 25px 20px;
    border-left: 1px dotted #CCC;
}
#product-info #ppl {
	margin-left: 150px;
	padding-top: 5px;
	font-size: 9px;
	color: #999;
}

/*********************************
Bundles
*******************************/
#bundle {
    width: 334px;
    padding: 2px;
    border: 1px solid #CCC;
}
#bundle table {
    width: 334px;
    empty-cells: show;
    border-collapse: collapse;
}
#bundle th {
    padding: 5px;
    background: #D9E2CD;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #970F1D;
}
#bundle th.euro {
    width: 75px;
    text-align:center;
}
#bundle th.desc {
}
#bundle td {
    border-top: 1px dotted #000;
    border-right: 1px dotted #000;
    padding: 5px;
    vertical-align: top;
    font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
#bundle td.euro, #bundle-total td.euro {
    width: 75px;
    text-align: right;
    padding-right: 5px;
    border: 0;
    border-top: 1px dotted #000;
}
#bundle-total {
    float: right;
}
#bundle-total td.euro-total {
    width: 75px;
    text-align: right;
    padding-right: 5px;
    border-top: 1px solid #CCC;
    font-weight: bold;
}
#bundle-total td.euro-subtotal {
    width: 75px;
    text-align: right;
    padding-right: 5px;
}

#bundle-total table {
    width: 334;
    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;
    text-align: right;
    font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
#bundle-total tr.ot_subtotal {
}
#bundle-total tr.ot_total {
}



#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:120px;
    margin: 5px;
}

#table-articles {
    width: 544px;
    padding: 2px;
    border: 1px solid #CCC;
}
#table-articles table {
    width: 544px;
    empty-cells: show;
    border-collapse: collapse;
}
#table-articles th {
    padding: 5px;
    background: #D9E2CD;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #970F1D;
}
#table-articles th.euro {
    width: 75px;
    text-align:center;
}
#table-articles th.desc {
    width: 220px;
}
#table-articles td {
    border-right: 1px dotted #000;
    padding: 5px;
    vertical-align: center;
    font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
#table-articles td p.art-nr {
    font-size: 9px;
    color: #CCC;
}
#table-articles td.euro, #table-total td.euro {
    width: 75px;
    text-align: right;
    padding-right: 5px;
    border: 0;
}
#table-total {
    float: right;
}
#table-total td.euro-total {
    width: 75px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
}
#table-total td.euro-subtotal {
    width: 75px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
}

#table-total table {
    width: 250px;
    margin-left: 200px;
    margin-bottom: 10px;
    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;
    text-align: right;
    font: 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
#table-total tr.ot_subtotal {
}
#table-total tr.ot_total {
    border: 1px solid ##CCC;
}

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

p.addresses {
    float: left;
    width: 250px;

}
/* -----------------------
right column boxes
----------------------- */
.box-right {
    width: 154px;
    margin-bottom: 15px;
    padding: 2px;
    border: 1px solid #CCC;
}
.box-right h1 {
    width: 144px;
    height: auto;
    margin: 0;
    padding: 2px 5px;
    background: #FFEDA0;
    font:  12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    color: #970F1D;
}
.box-right p {
    margin: 0;
    padding: 5px 5px;
}
.box-right ul, #box-left ul p {
    margin: 5px 0;
    padding: 0 5px;
}
.box-right ul li {
    padding: 2px 0;
}
.box-right ul li span {
    padding-right: 5px;
}
.box-right ul a {
    color: #666;
}
/* -----------------------
form and other buttons
----------------------- */
form label {
    float: left;
    width: 100px;
    margin: 5px 10px;
}
form input, select {
    float: left;
    width: 296px;
    margin: 5px 10px;
    padding: 0 2px;
    border: 1px solid #CCC;
}
form input.number {
    width: 30px;
    margin-top: 10px;
}
textarea {
    margin: 5px 10px;
    border: 1px solid #CCC;
}
form input.radio, form input.checkbox {
    width: auto;
    border: 0;
    margin: 0 5px;
}
form fieldset  p {
    float: left;
    width: 400px;
    margin: 0 0 5px 10px;
}
form br {
    clear: both;
}

form div.green-button input {
    display: block;
    width: 120px;
    margin: 0;
    padding: 2px 10px;
    background: #954661;
    font-size: 10px;
    color: #FFF;
}
form div.green-button-long input {
    display: block;
    width: 160px;
    margin: 0;
    padding: 2px 10px;
    background: #954661;
    font-size: 10px;
    color: #FFF;
}
div.green-button {
    float: left;
    width: 120px;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #CCC;
}
div.green-button-long {
    float: left;
    width: 160px;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #CCC;
}
div.green-button a, div.green-button-long a {
    display: block;
    width: auto;
    height: 14px;
    margin: 0;
    padding: 2px 10px;
    background: #954661;
    font-size: 10px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}
div.green-button:hover, div.green-button-long:hover {
    border: 1px outset #CCC;
}
div.green-button a:hover, div.green-button-long a:hover {
    color:#FFF;
}
/* -----------------------
login/create account
----------------------- */
.checkout-progress {
    float: left;
    width: 110px;
    height: 60px;
    margin: 5px 5px;
    padding: 5px;
    border: 1px solid #CCC;
}
.checkout-progress-hilite {
    float: left;
    width: 110px;
    height: 60px;
    margin: 5px 5px;
    padding: 5px;
    border: 1px solid #6A8B3C;
    color: #970F1D;
}
.checkout-progress .step {
    width: 100px;
    margin: 0;
    line-height: 14px;
}

#label-address {
    float: left;
    margin-right: 50px;
}


#bank-data {
    width: 500px;
}
#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: 15px 0;
    border-bottom: 1px dotted #CCC;
}

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



/* -----------------------
login
----------------------- */
#loginform {
    margin-bottom: 15px;
}
h1.login {
    margin: 5px 0 15px 0;;
}
ul.login {
    list-style: outside url(img/elements/dot_crumb.gif);
    padding: 20px;
}

.clear {
    clear: both;
    height: 0;
}
p.formerror {
	margin: 5px;
	color: #FF0000;
}
.messageStackError, .messageStackWarning, .messageStackSuccess {
    color: #FF0000;
}
.messageStackError img {
    padding-right: 10px;
}
div.copyright {
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: #999;
	font-size: 8px;
}
div.copyright a {
    color: #999;
}

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

.BundleBoxContent {
  background: #f8f8f9;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
  font-size: 10px;
}

.BundleTopicContent_1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.BundleTopicContent_2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
   color: red;
}


