/* main.css */

/* general styles */

.arrow-link {
    background: url(../img/system/bullet-default.gif) left 50% no-repeat;
	margin: 0 2px;
}
.arrow-link span {
	margin-left: 8px;
	text-decoration: underline;
}
.off {
    display: none;
}
.blue {
	color: #004494;
}
.fh-blue {
	color: #005394;
}
.black {
	color: #000000;
}
.left-image {
    float: left;
    margin-bottom: 18px;
    margin-right: 12px;
}
#box-content .back-link {
    margin-bottom: 0;
    background: url(../img/system/arrow-back-link.gif) left 50% no-repeat;
    font-size: 0.9em;
	display: block;
}
#box-content a.back-link {
    color: #004494;
	text-decoration: none;
}
a.back-link span {
    margin-left: 12px;
}
.more-results-link {
    background: url(../img/system/arrow-more-results-link.gif) left 50% no-repeat;
    font-size: 0.75em;
}
.more-results-link a {
    color: #575757;
}
.more-results-link span {
    margin-left: 12px;
}
.divider {
    clear: both;
    margin-top: 20px;
    margin-bottom: 10px;
    border-top: 1px solid #004494;
    height: 10px;
}
.clear-divider {
    font-size: 0.01em;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
}
.ralign {
    text-align: right;
}
.small-info {
    font-size: 0.9em;
}
.minor-importance {
    color: #969696;
}
.disabled {
    color: #ABABAB;
}
.note {
    font-size: 90%;
    font-weight: bold;
}

/* box-outer-wrap */
#box-outer-wrap {
    background: #FFFFFF url(../img/system/background-box-outer-wrap.gif) repeat-y 0px 0px;
    margin-left: auto;
    margin-right: auto;
    width: 916px;
}
/* box-area-content */
#box-area-content {
    background: url(../img/system/background-box-area-content.jpg) no-repeat 0px 0px;
}
/* box-topnav-wrap */
#box-topnav-wrap {
    background: #575757 url(../img/system/background-box-topnavi.jpg) repeat-x top left;
	margin: 0 8px;
    height: 30px;
}
/* box-topnav */
#box-topnav {
    font-size: 75%;
    color: #DDDDDD;
	width: 440px;
	position: absolute;
	left: 50%;
	top: 0;
}
#box-topnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#box-topnav li {
    line-height: 30px;
    float: right;
    display: block;
}
#box-topnav li a img {
    margin: 10px 5px;
    margin-bottom: 0;
}
#box-topnav li a {
    color: #F3F3F3;
    text-decoration: none;
}
#box-topnav li a:hover {
    color: #FFFFFF;
}
#box-topnav li a span {
    background: url(../img/system/background-arrow-topnavi-top.gif) no-repeat left 55%;
    margin-left: 5px;
    margin-right: 8px;
    padding-left: 8px;
}
#box-topnav li a span:hover {
    background: url(../img/system/background-arrow-topnavi-over.gif) no-repeat left 55%;
}

/* box-logo */
#box-logo {
    background: #FFFFFF url(../img/background-logo-company.jpg) left 50% no-repeat;
    height: 165px;
    clear: right;
}
#box-logo h2 {
    font-size: 110%;
}
#box-logo h2 span {
    display: none;
}

/* box-nav */
#box-nav {
    border-top: 1px solid #000000;
    font-size: 100%;
}
#box-content-wrap {

}

/* box-content */
#box-content {
    background: #FFFFFF;
    width: 660px;
    float: left;
    color: #004494;
	font-size: 90% !important;
	font-size: 100%;
}

#box-content a {
    color: #004494;
    text-decoration: none;
}
#box-content a:hover {
    color: #004494;
}
#box-content h1 {
    display: block;
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 10px;
}
#box-content h2 {
    display: block;
    font-size: 1.30em;
    font-weight: bold;
    margin-bottom:10px;
	color: #004494;
}
#box-content .searchresults {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    font-size: 1.20em;
}
#box-content .searchresult-item {
    margin: 0;
    margin-bottom: 10px;
    width: 567px;
    padding: 0;
}
#box-content .searchresult-item-image {
    margin-right: 10px;
    margin-left: 0;
    float: left;
}
#box-content .searchresult-item-description {
    margin-left: 40px;
    margin-right: auto;
}
#box-content .searchresult-item-description a {
    text-decoration: none;
}
#box-content .searchresult-item-description a:hover {
    text-decoration: none;
}
#box-content .searchresult-item-description h3, #box-content .searchresult-item-description h3 a {
    font-size: 1.00em;
    margin-bottom: 2px;
    text-decoration: underline;
}
#box-content .searchresult-highlight {
    background: #D9F0FA;
}
#box-content ul.searchresult-list {
    list-style: none;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}
#box-content .box-article ul.searchresult-list li {
    margin: 0;
    margin-bottom: 3px;
    padding-left: 12px;
    background: url(../img/system/bullet-default.gif) 0 7px no-repeat;
}


#box-content ul.category-list {
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
	font-size: 100% !important;
}
#box-content ul.category-list {
    margin-top: 15px;
}
#box-content ul.category-list h2 {
	font-size: 100%;
	margin: 10px;
}
#box-content ul.category-list ul {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
}
#box-content .box-article ul.category-list li {
    margin-bottom: 5px;
	line-height: 140%;
}
#box-content .box-article ul.category-list li.more-results {
    background: url(../img/system/arrow-more-results-link.gif) left 4px no-repeat;
}
#box-content .box-article ul.category-list li.result {
    background: url(../img/icons/icon-folder-small.gif) left top no-repeat;
}
#box-content .box-article ul.faq-list li.result {
    background: url(../img/icons/icon-info.gif) left top no-repeat;
}
#box-content .box-article ul.category-list a div.indent {
	margin: 0;
	margin-left: 20px;
}
#box-content .box-article ul.category-list a span {
    margin-left: 20px;
}
#box-content .box-article ul.category-list div.faq-answer a span {
    margin-left: 10px;
}
#box-content .box-article ul.category-list li div.faq-answer {
    background: #D9F0FA;
    border: 1px solid #004494;
    margin-bottom: 20px;
    margin-left: 20px;
	font-size: 100% !important;
	font-size: 105%;
}
#box-content .box-article ul.faq-list li div.faq-answer p {
    margin: 10px;
	line-height: 140%;
}
#box-content ul.category-list dl {
	margin: 0 10px;
	margin-bottom: 20px;
}
#box-content ul.category-list dt {
	width:40px;
	float: left;
}
#box-content ul.category-list dd {
	margin-left: 40px;
	display: block;
}


#box-content ul.faq-list {
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}
#box-content ul.faq-list ul {
    list-style: none;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
}
#box-content .box-article ul.faq-list li {
    margin: 0;
    margin-bottom: 5px;
}
#box-content .box-article ul.faq-list li.more-results {
    background: url(../img/system/arrow-more-results-link.gif) left 4px no-repeat;
}
#box-content .box-article ul.faq-list li.result {
    background: url(../img/icons/icon-info.gif) left top no-repeat;
}
#box-content .box-article ul.faq-list a span {
    margin-left: 20px;
}
#box-content .box-article ul.faq-list li a {
    font-weight: bold;
}
#box-content .box-article ul.faq-list li div {
    margin-bottom: 20px;
    margin-left: 20px;
}
#box-content .box-article ul.faq-list li div.faq-answer {
    background: #E3E8EC;
    border: 1px solid #93A9BC;
    margin-bottom: 20px;
    margin-left: 20px;
}
#box-content .box-article ul.faq-list li div.faq-answer p {
    margin: 10px;
}
#box-content .faq-answer {
    margin-bottom: 10px;
}
#box-content form.form-default {
    margin-top: 20px;
    margin-bottom: 20px;                            
}
#box-content input.box-info-input-default {
    border: 1px solid #CCCCCC;
    font-size: inherit;
}
#box-content input.box-info-input-text {
    font-size: inherit;
    width: 200px;
}
#box-infobar input.box-info-input-login {
    font-size: inherit;
    background: #FFFFFF;
    width: 70px;
	border: 2px solid #FFFFFF;
}
#box-content select.box-info-select-default {
    width: 200px;
    font-size: inherit;
}
#box-content .box-info-submit-default {
    background: #C3D0B4 url(../img/system/background-arrow-submit.gif) no-repeat 5px 50%;
    border: 1px solid #575757;
    line-height: 17px;
    color: #181818;
    font-size: inherit;
    padding: 0px 2px;
    padding-left: 10px;
    cursor: pointer;
}
#box-content .box-info-submit-cart {
    background: #C3D0B4 url(../img/icons/icon-cart.gif) no-repeat 3px 50%;
    border: 1px solid #575757;
    color: #575757;
    padding: 0px 2px;
    padding-left: 15px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 90%;
}
#box-content .box-info-submit-cart:hover {
    background: #C3D0B4 url(../img/icons/icon-cart-over.gif) no-repeat 3px 50%;
    border: 1px solid #181818;
    color: #181818;
}
#box-breadcrumbs {
    background: #2D2D2D;
    height: 18px;
}
#box-breadcrumbs p {
    font-size: 70%;
    line-height: 18px;
    color: #F3F3F3;
    margin-left: 8px;
    margin-right: 8px;
}
#box-breadcrumbs a {
    text-decoration: underline;
    color: #F3F3F3;
}
#box-breadcrumbs a:hover {
    color: #FFFFFF;
}
#box-content .box-article {
    background: #FFFFFF;
    clear: both;
    padding: 20px 42px;
	border-top: 1px solid #004494;
	height: 1%;
}
#box-content .box-article p {
    line-height: 1.15em;
	margin-bottom: 1.25em;
}
#box-content .box-article .article-price {
    text-align: right;
}
#box-content .box-article .article-price dl {
    background: #575757 url(../img/system/background-price-bar.gif) no-repeat 0px 50%;
    width: 147px;
    color: #FFFFFF;
    margin-right: 0px;
    margin-left: auto;
    padding: 3px;
}
#box-content .box-article .article-price dt {
    font-size: 120%;
    line-height: 100%;
    font-weight: bold;
}
#box-content .box-article .article-price dd {
    font-size: 65%;
    line-height: 110%;
    margin-bottom: 4px;
    color: #CCCCCC;
}
#box-content .box-article .article-price dd a {
    color: #CCCCCC;
    font-size: 130%;
    line-height: 130%;
    text-decoration: none;
    white-space: nowrap;
}
#box-content .box-article .article-price dd a:hover {
    color: #FFFFFF;
}
#box-content .box-article .article-price dd a span {
    background: url(../img/system/background-arrow-price-top.gif) no-repeat left 50%;
    padding-left: 10px;
}
#box-content .box-article .article-price dd a span:hover {
    background: url(../img/system/background-arrow-price-over.gif) no-repeat left 50%;
}
#box-infobar {
    background: none;
    width: 240px;
    float: right;
    font-size: 0.79em;
	color: #FFFFFF;
}
#box-infobar .box-info {
    margin: 10px 15px;
    font-size: inherit;
}
.box-info-notice {
    margin: 0;
    background: #FFFF00;
    border-top: 1px solid #575757;
    border-left: 1px solid #575757;
    font-size: inherit;
    line-height: 1.0em;
}
.box-info-notice dl {
    margin: 0;
    clear: left;
}
.box-info-notice dt {
    margin: 0;
    width: 35px;
    float: left;
}
.box-info-notice dd {
    margin-left: 40px;
}
.box-info-notice-inner {
    margin: 0 10px;
    padding-top: 10px;
}
.box-info-notice-row {
    margin-bottom: 5px;
	color: #000000;
}
#box-infobar h2 {
    background: #0099DC;
    border-bottom: 1px solid #FFFFFF;
    font-size: 1.05em;
    font-weight: bold;
    line-height: 19px;
}
#box-infobar h2 span {
    margin: 0 15px;
}
#box-infobar .box-info p, #box-infobar .box-info form {
    font-size: inherit;
    line-height: 120%;
    color: #FFFFFF;
}
#box-infobar .box-info p {
    margin-bottom: 10px;
}
#box-infobar .box-info ul {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    list-style: none;
}
html*#box-infobar {
    line-height: 1.5em;
}
#box-infobar .box-info ul li {
    background: url(../img/system/bullet-sidebar-small.gif) no-repeat left 5px;
    margin: 0;
    padding: 0;
}
#box-infobar .box-info ul li div {
    margin-top: 0;
    margin-left: 10px;
}
#box-infobar .box-info ul a div {
    color: #FFFFFF;
    text-decoration: underline;
}
#box-infobar .box-info a {
    color: #FFFFFF;
    text-decoration: underline;
}
#box-infobar .box-info input {
    margin-bottom: 5px;
}
#box-infobar .box-info-input-default {
    line-height: 17px;
    font-size: 1.00em;
	border: 2px solid #FFFFFF;
}
#box-infobar .box-info-submit-default {
    line-height: 17px;
    color: #000000;
    font-size: 1.00em;
    padding: 0px 1px;
    cursor: pointer;
}
#box-infobar .large-txt {
    font-size: 120%;
    font-weight: bold;
}
#box-infobar a.link-cart {
    background: url(../img/icons/icon-cart-infobox.gif) left 50% no-repeat;
    text-decoration: none;
    line-height: 2em;
}
#box-infobar a.link-cart span {
    margin-left: 18px;
}
#box-infobar a.link-cmenu {
    background: url(../img/icons/icon-cmenu-infobox.gif) left 50%  no-repeat;
    text-decoration: none;
    line-height: 2em;
}
#box-infobar a.link-cmenu span {
    margin-left: 18px;
}
#box-footer {
    background: url(../img/system/background-box-footer.jpg) repeat-x bottom left;
    padding-bottom: 8px;
    clear: both;
}
#box-inner-footer {
    background: #575757 url(../img/system/background-box-inner-footer.jpg) repeat-x top left;;
    border-top: 1px solid #000000;
}
#box-inner-footer p {
    margin-left: 140px;
    font-size: 75%;
    color: #F3F3F3;
    line-height: 30px;
}
#box-inner-footer a {
    color: #F3F3F3;
    text-decoration: underline;
}
#box-inner-footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
#box-nav,
#box-topnav,
#box-logo,
#box-content-wrap,
#box-inner-footer
{
    margin-left: 8px;
    margin-right: 8px;
}

/* cat-list */

#box-content ul.cat-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#box-content ul.cat-list a span {
    margin: 0;
    font-size: 33px;
    font-weight: bold;
}
#box-content ul.cat-list li {
    background: #FFFFFF url(../img/categories/cat-list-link-bg-top.jpg) 42px 50% no-repeat;
    height: 150px;
    width: 618px;
	padding-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
	margin-top: -1px;
	padding-left: 42px;
    cursor: pointer;
	border-top: 1px solid #004494;
	border-bottom: 1px solid #004494;
	clear: left;
}
#box-content ul.cat-list li .cat-list-img {
	width: 155px;
	height: 120px;
	float: left;
}
#box-content ul.cat-list li .cat-list-descr {
	font-size: 90%;
	font-weight: bold;
	margin-left: 150px;
	margin-right: 0;
	height: 120px:
}
#box-content ul.cat-list li:hover {
    background: #FFFFFF url(../img/categories/cat-list-link-bg-over.jpg) 42px 50% no-repeat;
}
#box-content ul.cat-list li a {
    text-decoration: none;
	color: #004494;
}
#box-content ul.cat-list ul {
    display: none;
}

/* cat-item-large */
.cat-item-large {
    margin-bottom: 20px;
    width: 575px;
    height: 150px;
    background: url(../img/system/background-cat-item-large.jpg) 0 0 no-repeat;
    float: left;
    cursor: pointer;
}
.cat-item-large:hover {
    background: url(../img/system/background-cat-item-large-over.jpg) 0 0 no-repeat;
}
.cat-item-large:hover .cat-item-large-content{

}
.cat-item-large a {
    color: #575757;
}
.cat-item-large a:hover {
    text-decoration: none;
}
.cat-item-large-image {
    margin-left: 0px;
    margin-right: auto;
    width: 160px;
    height: 150px;
    float: left;
}
.cat-item-large-contentbox {
    margin-left: auto;
    margin-right: 0px;
    width: 415px;
    height: 150px;
    float: right;
}
.cat-item-large-content {
    margin-top: 94px;
    margin-left: 25px;
    margin-right: 10px;
    height: 56px;
}
#box-content .cat-item-large-content h3 {
    font-size: 1.40em;
    font-weight: bold;
    line-height: 1.00em;
    margin-bottom: 3px;
    margin-right: 20px;
}
#box-content .cat-item-large-content p {
    font-size: 90%;
    line-height: 1.1em;
    margin-right: 30px;
}
/* cat-item-small */
.cat-item-small {
    margin-bottom: -1px;
    width: 618px;
    height: 1%;
    background: #FFFFFF url(../img/system/background-cat-item-small.jpg) 42px 50% no-repeat;
    float: left;
    cursor: pointer;
	border-top: 1px solid #004494;
	border-bottom: 1px solid #004494;
	padding: 20px 0;
	padding-left: 42px;
}
.cat-item-small:hover {
    background: #FFFFFF url(../img/system/background-cat-item-small-over.jpg) 42px 50% no-repeat;
}
.cat-item-small:hover .cat-item-small-content {

}
#box-content .cat-item-small a {
    text-decoration: none;
}
#box-content a:hover {
    
}
.cat-item-small-image {
    margin-left: 0;
    margin-right: auto;
    width: 155px;
    float: left;
}
.cat-item-small-contentbox {
    margin-left: auto;
	padding-right: 63px;
	width: 400px;
	float: right;
    height: 1%;
}
.cat-item-small-content {
    background: none;
    margin: 0;
    height: 1%;
}
#box-content .cat-item-small-content h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.00em;
    margin-bottom: 3px;
    margin-right: 0;
}
#box-content .cat-item-small-content p {
    font-size: 90%;
    line-height: 1.1em;
    margin-right: 30px;
}
/* description of the product page */
.prod-page-description {
    margin-bottom: 20px;
    height: 1%;
}
.prod-page-description p {
    margin: 5px;
}
.prod-page-description dl {
    margin: 5px;
    height: 1%;
}

.prod-page-description dt {
    width: 20px;
    float: left;
    height: 1%;
}
.prod-page-description dd {
    margin-left: 35px;
    height: 1%;
}

/* cat-item-small */
.prod-item {
    background: #FFFFFF url(../img/system/background-prod-item-small.jpg) no-repeat scroll 42px 50%;
    float: left;
    border-bottom:1px solid #004494;
    border-top:1px solid #004494;
    cursor:pointer;
    float:left;
    height:1%;
    margin-bottom:-1px;
    padding:20px 0 20px 42px;
    width:618px;
}
.prod-item.offer {
    padding: 0 0 20px 42px;
    background: #F6FAEF url(../img/system/background-prod-item-small-highlight.jpg) no-repeat scroll 42px 50%;
}
.prod-item.offer:hover {
    background:  #F6FAEF url(../img/system/background-prod-item-small-highlight-over.jpg) no-repeat scroll 42px 50%;
}
.prod-item:hover {
    background:  #FFFFFF url(../img/system/background-prod-item-small-over.jpg) no-repeat scroll 42px 50%;
}
.prod-item:hover .prod-item-content {

}
.prod-item.offer:hover .prod-item-content {
    background: url(../img/system/arrow-prod-offer-nav-over.gif) right 50% no-repeat;
}
.prod-item a {
    color: #575757;
}
.prod-item a:hover {
    text-decoration: none;
}
.prod-item-offer {
    background: #F6FAEF url(../img/system/background-prod-item-offer.jpg) no-repeat left bottom;
    color: #FFFFFF;
	margin-bottom: 8px;
	padding: 2px;
	float: left;
	height: 1%;
}
.prod-item-offer-descr {
    margin-right: auto;
    margin-left: 2px;
	width: 300px;
    font-size: 1em;
    font-weight: bold;
    float: left;
	height: 1%;
}
.prod-item-offer-descr span {
    margin-left: 0;
}
.prod-item-offer-expires {
    margin-left: 305px;
    font-size: 90%;
    font-weight: bold;
    text-align: right;
    line-height: 19px;
    width: 275px !important;
	width: 270px;
	height: 1%;
}
.prod-item-offer-expires span {
    margin-right: 10px;
}
.prod-item-image {
    margin-left: 0px;
    margin-right: auto;
    width: 115px;
    float: left;
}
.prod-item-contentbox {
    margin-left: auto;
    margin-right: 0px;
    width: 420px;
	padding-right: 62px;
    float: right;
	height: 1%;
}
.prod-item-content {
    margin-left: 0;
    margin-right: 10px;
    height: 46px;
    margin-top: 6px;
}
.prod-item.offer .prod-item-content {

}
#box-content .prod-item-content h3 {
    font-size: 1.00em;
    font-weight: bold;
    line-height: 1.00em;
    margin-bottom: 3px;
    margin-right: 20px;
}
#box-content .prod-item-content p {
    font-size: 0.90em;
    line-height: 1.1em;
    margin-right: 30px;
}
#box-content .prod-item-content p.prod-item-price-sample {
    margin-top: 5px;
    font-size: 90%;
    color: #969696;
}
.prod-detail-box {

}
.prod-detail-image {
    width: 260px;
    margin-left: 0;
    float: left;
}
.prod-detail-thumbimages img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #C3D0B4;
}
.prod-detail-image img {
    margin-bottom: 10px;
}
.prod-detail-content {
    margin-left: 270px;
    margin-right: 0;
    padding: 0;
}
#box-content .prod-detail-content P {
 
}
#box-content .prod-detail-content h2 {
    font-size: 1.20em;
}
#box-content .prod-detail-content .info-box {
    margin-top: 20px;
}
.info-box {
    background: #F3F3F3;
    font-size: 90%;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    padding-bottom: 5px;
}
#box-content .info-box a {
    text-decoration: underline;
}
#box-content .info-box h2 {
    margin: 0;
    padding: 0;
    font-size: 100% !important;
	font-size: 110%;
    font-weight: bold;
    color: #004494;
    background: url(../img/system/background-default-box-head.jpg) 0 0 repeat-x;
	border-bottom: 1px solid #575757;
}
#box-content .info-box h2 span, #box-content .info-box-highlight h2 span {
    margin: 0 10px ;
}
#box-content .info-box p, #box-content .info-box-highlight p {
    margin: 5px 10px;
}
#box-content .info-box dl, #box-content .info-box-highlight dl {
    margin-left: 10px;
	font-size: 1em;
}
#box-content .info-box dt, #box-content .info-box-highlight dt {
    float: left;
}
#box-content .info-box dd, #box-content .info-box-highlight dd {
    margin-left: 45px;
	font-size: 1em;
}
#box-content .info-box dd p, #box-content .info-box-highlight dd p {
    /*margin-left: 0;*/
}
#box-content .info-box select, #box-content .info-box input, #box-content .info-box-highlight select, #box-content .info-box-highlight input {
    margin: 5px 10px;;
    font-size: inherit;
}
.info-box-highlight {
    background: #FFF3E0;
    font-size: 90%;
    margin: 0;
	margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    padding-bottom: 5px;
	color: #004494;
}
#box-content .info-box-highlight h2 {
    margin: 0;
    padding: 0;
    font-size: 1.00em;
    font-weight: bold;
    color: #004494;
    background: url(../img/system/background-default-box-head-highlight.jpg) 0 0 repeat-x;
	border-bottom: 1px solid #575757;
}
.info-box-divider {
    height: 5px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #C9D8E8;
}
.highlighted-box .info-box-divider {
    height: 5px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #93A9BC;
}
.info-box-row {
    margin: 5px 10px;
    margin-bottom: 0;
    line-height: 1.00em;
}
.calc-processing-column-calculator .info-box-row {
    margin: 5px;
    margin-bottom: 2px;
    line-height: 1.00em;
    clear:left;
}
.info-box-row .highlight {
    color: #004494;
}
.info-box-descr-col {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: auto;
}
#box-content .notice-box {
    margin: 5px 10px;
    background: #F3F6F7;
    border: 1px solid #C9D3DC;
}
#box-content .notice-box dl {
    margin: 5px;
}
.calc-processing-column-calculator .info-box-descr-col {
    float: left;
    width: 130px;
    margin-left: 0;
    margin-right: auto;
}
.info-box-sub-descr-col {
    float: left;
    width: 190px;
    background: url(../img/system/arrow-right-small.gif) no-repeat left 1px;
    margin-left: 0;
    padding-left: 10px;
    margin-right: auto;
}
.info-box-sub-descr-col-highlight {
    float: left;
    width: 190px;
    background: url(../img/system/arrow-right-small-highlight.gif) no-repeat left 1px;
    margin-left: 0;
    padding-left: 10px;
    margin-right: auto;
    color: #FF6600;
}
.info-box-price-col {
    width: 80px;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
.calc-processing-column-calculator .info-box-price-col {
    width: 80px;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
/* calculator */
h2.calculator-headline {
  height: 20px;
  line-height: 20px;
}
h2.calculator-headline a {
  color: #004494 !important;
}
h2.calculator-headline img {
  vertical-align: middle;
}
ul#calc-nav {
    height: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#calc-nav li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 90%;
    white-space: nowrap;
}
#calc-nav li a {
    float: left;
    display: block;
    margin: 0 2px 0 0;
    height: 22px;
    line-height: 22px;
    padding: 0 3px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
    background: #009CDF;

}
#calc-nav li a.active-tab {
    color: #FFFFFF;
    border: none;
    background: #004494;
}
#calc-nav li a.highlight-tab {
    color: #000000;
    border: 1px solid #000000;
    border-bottom: none;
    background: #FFFF00;
}
#calc-nav li a:hover {
    border: none;
    color: #FFFFFF;
    background: #004494;
}
.calc-box {
    margin: 0;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    background: #F3F3F3;
}
#box-content .calc-box p {
    margin: 5px;
}
.calc-box dl {
    margin: 0;
    margin-bottom: 5px;
    clear: left;
}
.calc-box dt {
    margin-left: 0;
    float: left;
}
.calc-box dd {
    margin-left: 25px;
}
.calc-processing-option-box {
    margin-top: 10px;
    clear: left;
}
.calc-processing-option-box h4 {
    margin-bottom: 8px;
}
.calc-processing-option-box dt {
    width: 210px;
    margin-bottom: 10px;
}
.calc-processing-option-box dd {
    margin-left: 210px;
}
.calc-processing-option-box li {
    line-height: 1.15em;
    margin-bottom: 10px;
}
.calc-processing-option-box-note {
    clear:left;
    font-size: 90%;
    font-weight: bold;
}
.calc-processing-row {

}
.calc-processing-inner-row {
    margin-bottom: 10px;
}
.calc-processing-inner-row dt {
    width: 25px;
    float: left;
}
.calc-processing-inner-row dd {
    margin-left: 25px;
}
.calc-processing-column {
    width: 300px;
    margin-bottom: 5px;
    float: left;
}
.calc-processing-column-title {
    width: 300px;
    float: left;
}
.calc-processing-column-infolink {
    margin-left: 310px;
    margin-right: 0;
    text-align: right;
    font-size: 90%;
}
.calc-processing-column-calculator {
    margin-left: 305px;
    margin-right: 0;
    font-size: 90%;
}
.calc-img-descr {
    background: #004494;
    color: #FFFFFF;
    font-size: 90%;
}
.calc-img-descr span {
    margin: 2px;
}
.calc-result {
    margin: 0;
}
.calc-result-note {
    width: 250px;
    margin-left: 0;
    margin-right: auto;
}
.calc-result-price {
    width: 305px;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    float: right;
}
.default-row {
    margin:0;
    clear: both;
	height: 1%;
}
.highlighted-box .default-row,
.highlighted-box-indent .default-row {
    margin: 0;
    margin-top: 5px;
    height: 1%;
}
.default-row-divider {
    font-size: 0.01em; /* for IE6 */
    clear: both;
    margin-bottom: 5px;
    height: 0;
    border-bottom: 1px solid #C9D8E8;
}
.highlighted-box .default-row-divider {
    font-size: 0.01em; /* for IE6 */
    clear: both;
    margin-bottom: 5px;
    height: 0;
    border-bottom: 1px solid #93A9BC;
}
.small-column {
    width: 180px;
    margin-left: 0;
    float: left;
    margin-bottom: 5px;
	height: 1%;
}
.default-column {
    width: 300px;
    margin-left: 0;
    float: left;
    margin-bottom: 5px;
	height: 1%;
}
.orderitem-wide-column .highlighted-box .default-column {
    width: 285px;
    margin-left: 0;
    float: left;
    margin-bottom: 5px;
}
.uploaditem-row {
    margin:0;
    float: left;
}
.large-tooltip-column {
    margin-left: 185px;
    margin-right: 0;
}
.tooltip-column {
    margin-left: 310px;
    margin-right: 0;
}
.orderitem-wide-column .highlighted-box .tooltip-column {
    margin-left: 290px;
    margin-right: 0;
}
.two-columned-column-left {
    margin-left: 10px !important;
    margin-left: 5px;
    width: 250px;
    float: left;
}
.two-columned-column-right {
    margin-left: 295px;
    margin-right: 10px;
}
.wide-column {
    /*margin-left: 10px;*/
    margin-right: 10px;
}
#box-content .wide-column .highlighted-box {
    margin-left: 10px;
	width: 97.5%;
}
.form-row {
    margin-bottom: 10px;
    clear: left;
}
.form-column-box {
    margin-bottom: 10px;
    clear: left;
}
.form-navigation-box {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: left;
}
.form-row-descr {
    float: left;
    margin-left: 10px;
    margin-right: auto;
    width: 265px;
    /*padding-top: 2px;*/
}

.form-column-1 {
    float: left;
    margin-left: 10px;
    margin-right: auto;
    width: 265px;
}
.form-row-formfield {
    margin-left: 282px;
    margin-right: 10px;
}
.form-column-2 {
    margin-left: 285px;
    margin-right: 10px;
}
.form-row-info {
    margin-left: 21px;
    margin-bottom: 5px;
    font-size: 90%;
    color: #787C73;
    line-height: 1.15em;
}
.form-row-info-wide {
    margin: 5px;
    margin-left: 5px;
    margin-right: 0;
    font-size: 90%;
    color: #787C73;
    line-height: 1.15em;
}
#box-content .form-row-info-wide a {
    color: #787C73;
    text-decoration: underline;
}
.form-row-hint {
    /*margin-top: 5px;*/
    margin-bottom: 5px;
    font-size: 90%;
    color: #787C73;
    line-height: 1.15em;
}
.checkbox-div-indent {
	margin-left: 20px;
	margin-right: auto;
}
.form-navigation-prev {
    float: left;
    margin-left: 10px;
    width: 255px;
    font-size: 90%;
}
.form-navigation-prev a {
  background: url(../img/system/arrow-form-navigation-prev.png) no-repeat left center;
  height: 21px;
  line-height: 21px;
  font-weight: bold;
}
.form-navigation-prev a:hover {
  background: url(../img/system/arrow-form-navigation-prev-over.png) no-repeat left center;
}
.form-navigation-prev a span {
  margin-left: 26px;
}
.addressbook .form-navigation-prev {
    float: left;
    margin-left: 0;
    width: 255px;
    font-size: 1em;
}
.form-navigation-next {
    margin-left: 275px;
    margin-right: 10px;
    text-align: right;
    font-size: 90%;
}
.form-navigation-next a {
  background: url(../img/system/arrow-form-navigation-next.png) no-repeat right center;
  height: 21px;
  line-height: 21px;
  font-weight: bold;
}
.form-navigation-next a:hover {
  background: url(../img/system/arrow-form-navigation-next-over.png) no-repeat right center;
}
.form-navigation-next a span {
  margin-right: 26px;
}
.addressbook .form-navigation-next {
    margin-left: 260px;
    margin-right: 40px;
    text-align: right;
    font-size: 1em;
}
.advertising-box {
    background: #FFFFFF;
}
.default-box {
    background: #F3F3F3;
    margin-bottom: 20px;
    clear: both;
}
.default-box p {
    margin: 10px;
    clear: both;
}
.default-box dl {
    margin: 0;
}
.default-box dt {
    float: left;
}
.default-box dl input {
    margin: 0;
    margin-left: 3px;
}
.default-box dd {
    margin-left: 28px;
}

#box-content dl.list-img-float dt {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 130px;	
}
#box-content dl.list-img-float dd {
	height: 1%;
	line-height: inherit;
	margin: 0 0 0 140px;
	padding: 0;
}
#box-content .default-box dl.list-img-float p {
    clear: none;
}
.default-box-clearer {
    height: 1px;
    margin: 0;
    padding: 0;
    clear:left;
    font-size: 0.01em; /* for IE6 */
}
#box-content .box-article .default-box h2 {
    background:	url(../img/system/background-default-box-head.jpg) 0 0 repeat-x;
    border-bottom: 1px solid #575757;
    margin: 0;
    margin-bottom: 10px;
	padding-left: 5px;
    color: #004494;
    font-size: 1em;
	height: 1%;
}
#box-content .box-article .default-box h2 span {
    margin: 0 10px;
    margin-bottom:    0;
}
.cart-row-divider {
    height: 5px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 1px solid #C9D8E8;
    clear: both;
    font-size: 0.01em; /* for IE6 */
}
.highlighted-box .cart-row-divider {
    border-bottom: 1px solid #93A9BC;
    margin-bottom: 0;
}
.cart-row-tools .cart-box-divider {
    height: 0;
    border-bottom: 1px solid #93A9BC;
}
.cart-row-tools .cart-box-clearer {
    height: 0;
    margin: 0;
    padding: 0;
    clear:left;
}
.cart-main-column {
    width: 480px;
    margin-left: 0;
    float: left;
}
.uploaditem-main-column {
    width: 503px;
    margin-left: 10px !important;
    margin-left: 5px;
    float: left;
}
.uploaditem-main-column.alternating1 {
    background: #F9FAFA;
}
.uploaditem-main-column.alternating2 {
    background: #EDF0F2;
}
.uploaditem-main-column.alternating1.disabled {
    color: #A0A0A0;
    text-decoration: line-through;
}
.uploaditem-main-column.alternating2.disabled {
    color:#A0A0A0;
    text-decoration: line-through;
}
.highlighted-box .cart-main-column {
    width: 100%;
    margin-left: 0;
    float: left;
}
.cart-tool-column {
    margin-left: 490px;
    font-size: 90%;
}
.highlighted-box .cart-tool-column {
    display: none;
}
.cart-tool-column a.delete-cart-item {
    background: url(../img/buttons/button-delete-cart-item.gif) left 50% no-repeat;
    display: block;
    margin-bottom: 4px;
	line-height: 175%;
}
.cart-tool-column a.delete-cart-item span {
    margin-left: 20px;
}
.cart-tool-column a.edit-cart-item {
    background: url(../img/buttons/button-edit-cart-item.gif) left 50% no-repeat;
    display: block;
    margin-bottom: 4px;
	line-height: 175%;
}
.cart-tool-column a.edit-cart-item span {
    margin-left: 20px;
}
.cart-content {
    margin:    5px 10px;
    margin-top: 0;
    width: 330px;
    float: left;
    line-height: 1.20em;
}
.upload-content {
    margin-left: 5px;
    margin-right: 10px;
    width: 380px;
    float: left;
    line-height: 1.5em;
}
.highlighted-box .cart-content {
    margin:    0 10px;
    width: 415px;
}
.cart-sub-content {
    background: url(../img/system/arrow-right.gif) left 3px no-repeat;
    margin: 5px 10px;
    margin-top: 0;
    padding-left: 15px;
    width: 340px;
    float: left;
    line-height: 1.05em;
}
.highlighted-box .cart-sub-content {
    margin: 0 10px;
    margin-top: 5px;
    width: 420px !important;
    width: 400px;
}
.cart-price {
    margin-top: 0;
    margin-left: 375px;
    margin-right: 0;
    width: 100px;
    text-align: right;
    line-height: 1.05em;
}
.upload-remove {
    margin-top: 0;
    margin-left: auto;
    margin-right: 5px;
    width: 78px;
}
.highlighted-box .cart-price {
    margin-top: 0;
    margin-left: 440px;
    margin-right: 0;
    text-align: right;
}
.calc-info-filetypes {
    background: #E3E8EC;
    border: 1px solid #93A9BC;
    border-bottom: none;
    width: 400px;
    margin-left: 215px;
    position: absolute;
    z-index: 1000;
}
.calc-info-filetypes p {
    margin: 5px;
}
.calc-info-filetypes-last-row {
    margin: 0;
    padding: 3px 0;
    background: #93A9BC;
    font-size: 90%;
    clear: left;
}
.cart-edit-shipping-box {
    background: #E3E8EC;
    border: 1px solid #93A9BC;
    border-bottom: none;
    width: 235px;
    position: absolute;
    z-index: 1000;
    font-size: 110%;
    line-height: 1.15em;
}
.cart-edit-shipping-box form {
    margin: 0;
}
.cart-edit-shipping-row {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid #93A9BC;
    clear: left;
}
.cart-edit-shipping-row:hover {
    background: #C9D7E2;
}
.cart-edit-shipping-last-row {
    margin: 0;
    padding: 3px 0;
    background: #93A9BC;
    clear: left;
}
.orderlist-main-column {
    width: 460px;
    margin-left: 0;
    float: left;
}
.orderlist-tool-column {
    margin-left: 475px;
    font-size:    0.9em;
}
.orderlist-content {
    margin:    5px 10px;
    margin-top: 0;
    width: 440px;
    float: left;
    line-height: 1.05em;
}
.orderlist-content dl {
    margin-bottom: 5px;
}
.orderlist-content dl dl {
    margin-top: 5px;
    display: block;
    float: left;
}
.orderlist-content dt {
    width: 65px;
    margin-right: 15px;
    float: left;
}
.orderlist-content dl dl dt {
    width: 140px;
    margin-right: 8px;
    float: left;
}
.orderlist-content dd {
    margin-left: 80px;
}
.orderlist-content dl dl dd {
    margin-left: 148px;
}
a.view-orderlist-details {
    background: url(../img/buttons/button-view-order-details.gif) left 50% no-repeat;
    display: block;
}
a.view-orderlist-details span {
    margin-left:  20px;
}
.orderdetail-descr-column {
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-left: 5px;
    margin-right: 5px;
    width: 135px;
    float: left;
}
.orderdetail-content-column {
    margin-left: 155px;
    margin-right: 10px;
}
.orderitem-row {
    margin:0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    clear: left;
}
.orderitem-box {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}
.orderitem-main-column {
    margin:0;
    margin-right: 10px;
    width:300px;
    float: left;
}
.orderitem-wide-column {
    margin-left: 40px;
    margin-right: 10px;
}
.orderitem-upload-column {
    margin: 0 10px;
}
.orderitem-upload-column .upload-info {
/*    margin-left: 20px;*/
    margin-bottom: 5px;
    font-size: 90%;
}
.orderitem-wide-column .highlighted-box .extended-form-field dd {
    font-size: 1.20em;
}
#box-content .orderitem-wide-column p {
    clear: both;
}
.orderitem-additional-column {
    margin:0;
    margin-left: 310px;
    margin-right: 0;
    width: auto;
}
.orderitem-column-num {
    font-weight: bold;
    margin-right: 5px;
    width: 25px;
    float: left;
}
.orderitem-column-content {
    margin-left: 30px;
    margin-right: 0;
    width: auto;
    margin-bottom: 10px;
}
.orderitem-column-subcontent {
    background: transparent url(../img/system/arrow-right.gif) left 4px no-repeat;
    margin-left: 30px;
    margin-right: 0;
    width: auto;
    margin-bottom: 10px;
}
.orderitem-column-subcontent div {
    margin-left: 16px;
}
.orderitem-column-actions {
    margin-left: 30px;
    margin-right: 0;
    width: auto;
    margin-bottom: 10px;
}
.orderitem-column-price {
    margin: 0;
    margin-left: 0;
    margin-right: 5px;
    width: 100px;
    text-align: right;
    float: left;
}
.orderitem-column-status {
    margin: 0;
    margin-left:110px;
    margin-right: 0;
    text-align: right;
    width: auto;
}
.orderitem-addr-column {
    width: 44%;
    margin-left: 2%;
    float: left;
}
.orderitem-addr-info-column {
    width: auto;
    margin-top: 5px;
    margin-left: 48%;
    margin-right: 2%;
}
#box-content .orderitem-addr-info-column dl {
    margin: 0;
}
#box-content .orderitem-addr-info-column dt {
    margin: 0;
    width: 85px;
    float: left;
}
#box-content .orderitem-addr-info-column dd {
    margin: 0;
    margin-left: 90px;
    margin-right: 0;
    width: auto;
}
a.show-delivery-addr {
    background: url(../img/icons/icon-delivery-addr.gif) left 50% no-repeat;
    line-height: 1.8em;
}
a.show-delivery-addr span {
    margin-left: 20px;
}
a.track-shipments {
    background: url(../img/icons/icon-tracking.gif) left 50% no-repeat;
    line-height: 1.8em;
}
a.track-shipments span {
    margin-left: 20px;
}
a.transfer-data {
    background: url(../img/icons/icon-transfer-data.gif) left 50% no-repeat;
    line-height: 1.8em;
}
a.transfer-data span {
    margin-left: 20px;
}
#box-content select.box-select-shipping-country {
    border: 1px solid #93A9BC;
    width: 200px;
    font-size: inherit;
    margin: 2px 0;
}
#box-content select.box-select-shipping-country.alert {
    background: #FFFF00;
    border: 1px solid #000000;
}
.cart-edit-shipping-select {
    width: 20px;
    float: left;
}
.cart-edit-shipping-descr {
    margin-left: 25px;
    width: 205px;
}
#box-content a.button-apply-small {
    background: url(../img/buttons/button-apply-small.gif) left 50% no-repeat;
    margin-bottom: 4px;
    color: #E7E7E7;
}
#box-content a.button-apply-small:hover {
    color: #FFFFFF;
}
#box-content a.button-apply-small span {
    margin:    4px;
    margin-left: 20px;
    margin-right: 8px;
}
#box-content a.button-close-small {
    background: url(../img/buttons/button-close-small.gif) left 50% no-repeat;
    margin-bottom: 4px;
    color: #E7E7E7;
}
#box-content a.button-close-small:hover {
    color: #FFFFFF;
}
#box-content a.button-close-small span {
    margin: 4px;
    margin-left: 20px;
    margin-right: 8px;
}
.extended-form-descr {
    width: 120px;
    padding-top: 2px;
    float: left;
    text-align: right;
}
.orderitem-wide-column .highlighted-box .extended-form-descr {
    width: 100px;
    float:    left;
    text-align: right;
}
.extended-form-field {
    margin-left: 128px;
    margin-right: 0;
    font-size: inherit;
}
.wide-column .extended-form-field {
    margin-left: 128px;
    margin-right: 0;
    font-size: inherit;
	margin-bottom: 10px;
}
.orderitem-wide-column .highlighted-box .extended-form-field {
    margin-left: 108px;
    margin-right: 0;
    font-size: inherit;
}

.extended-form-submit {
    margin-left: 128px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: inherit;
}
.extended-form-infofield {
    margin-top:    10px;
    margin-left: 128px;
    margin-right: 0;
    font-size: 90%;
    color: #787C73;
    height: 1%;
}
.simple-form-field {
    margin-left: 10px;
}
.simple-form-field .form-row-info {
    margin-left: 0;
}
.simple-form-submit {
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}
#box-content input.default-input {
    margin-bottom: 10px;
    font-size: inherit;
    width: 160px;
}
#box-content .highlighted-box input.default-input, #box-content .highlighted-box-indent input.default-input, #box-content .highlighted-box-indent select.default-input {
    border: 1px solid #93A9BC;
}
#box-content textarea.default-textarea {
    margin: 0;
    margin-bottom: 10px;
    font-size: inherit;
    padding: 0;
    width: 160px;
    height: 100px;
	line-height: 1.15em;
}
#box-content .highlighted-box textarea.default-textarea, #box-content .highlighted-box-indent textarea.default-textarea {
/*    border: 1px solid #93A9BC;*/
}
#box-content textarea.large-textarea {
    border: 1px solid #C3D0B4;
    margin: 0;
    margin-bottom: 10px;
    font-size: inherit;
    padding: 0;
    width: 320px;
    height: 100px;
	line-height: 1.15em;
}
#box-content .highlighted-box textarea.large-textarea, #box-content .highlighted-box-indent textarea.large-textarea {
/*    border: 1px solid #93A9BC;*/
}
#box-content select.default-input {
    margin-bottom: 10px;
    font-size: inherit;
    width: 160px;
}
#box-content .orderitem-upload-column select.default-input {
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: inherit;
    padding: 0;
}
#box-content .orderitem-upload-column input.file-input {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: inherit;
}
#box-content input.calc-mm-input {
    border: 1px solid #C3D0B4;
    margin: 0;
    font-size: inherit;
    padding: 0;
    width: 25px;
}
#box-content input.calc-amount-input {
    font-size: inherit;
    width: 80px;
}
#box-content select.calc-mm-input {
    font-size: inherit;
    width: 40px;
}
#box-content select.calc-mid-input {
    font-size: inherit;
    width: 80px;
}
.large-tooltip-box {
    width: 360px;
    position: relative;
}
.large-tooltip-box .inner-tooltip-box {
    background: #E3E8EC;
    border: 1px solid #93A9BC;
    margin-left: 0;
    font-size: 90%;
}
.tooltip-box {
    background: url(../img/system/arrow-form-helpbox.gif) left 5px no-repeat;
    width: 255px;
    position: absolute;
}
.highlighted-box .tooltip-box {
    background: url(../img/system/arrow-form-helpbox.gif) left 5px no-repeat;
    width: 230px;
    position: absolute;
}
.orderitem-wide-column .highlighted-box .tooltip-box {
    background: url(../img/system/arrow-form-helpbox.gif) left 5px no-repeat;
    width: 215px;
    position: absolute;
}
.highlighted-box-indent .tooltip-box {
    background: url(../img/system/arrow-form-helpbox.gif) left 5px no-repeat;
    width: 180px;
    position: absolute;
}
.inner-tooltip-box {
    background: #E3E8EC;
    border: 1px solid #93A9BC;
    margin-left: 15px;
    font-size: 90%;
}
.highlighted-box .inner-tooltip-box,
.highlighted-box-indent .inner-tooltip-box {
    background: #F3F6F7;
    border: 1px solid #C9D3DC;
}
.inner-tooltip-box p,
.highlighted-box-indent .inner-tooltip-box p {
	margin: 5px !important;
}
.toolbox {
    clear: both;
}
.toolbox-column1 {
    width: 260px;
    float: left;
    margin-left: 0;
    margin-bottom: 10px;
}
#box-content .toolbox-column1 a {
    text-decoration: none;
}
.toolbox-column1 p {
    font-size: 90%;
}
.cart-couponbox {
    background: #F3F3F3;
    width: 280px;
    margin-top: 5px;
    margin-bottom: 10px;
	padding-bottom: 5px;
}
.couponbox-descr {
    width: 90px;
    margin: 5px;
    margin-right: 0;
    font-weight: bold;
    text-align: right;
    font-size: 90%;
    float: left;
}
.couponbox-formcontent {
    margin-right: 0;
    margin-left: 105px;
    font-size: 90%;
}
.couponbox-input {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    margin-left: 0;
    width: 120px;
    line-height: 90%;
}
.couponbox-submit {
    margin-bottom: 5px;
    background: #C3D0B4 url(../img/system/background-arrow-submit.gif) no-repeat 5px 50%;
    border: 1px solid #575757;
    color: #575757;
    padding: 0;
    padding-left: 15px;
    cursor: pointer;
    font-size: 90%;
}
.toolbox-column2 {
    margin-left: 300px;
}
.toolbox-column2 p {
    font-size: 90%;
}
.order-flow-box {
    background: #D9F0FA;
    height: 90px;
}
.order-flow-item {
    text-align: center;
    font-size: 70%;
    line-height: 1.10em;
    margin-top: 12px;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-right: 0;
    width: 75px;
    float: left;
}
#box-content .order-flow-item a {
    text-decoration: none;
}
.order-flow-item.active {
    color: #000000;
}
.order-flow-item.inactive {
    color: #ABABAB;
}
.order-flow-footer-box {
    background: #D9F0FA;
	border-top: 1px solid #004494;
	height: 55px;
    padding-top: 8px;
    padding-bottom: 8px;
    clear:both;
}
.order-flow-footer-back {
    margin-left: 0;
    float: left;
	height: 1%;
}
#box-content .order-flow-footer-back a {
    background: url(../img/buttons/button-arrow-left-background.jpg) right 0 no-repeat;
    border: none;
    margin-top: 10px;
	margin-left: 20px;
    line-height: 33px;
	height: 33px;
    font-size: 1.00em;
	font-weight: bold;
	text-decoration: none;
	float: left;
}
#box-content .order-flow-footer-back a:hover, #box-content .order-flow-footer-back a:focus {
    background: url(../img/buttons/button-arrow-left-background-over.jpg) right 0 no-repeat;
}
#box-content .order-flow-footer-back a span {
	background: url(../img/buttons/button-arrow-left.jpg) left 0 no-repeat;
    padding-right: 25px;
    padding-left: 45px;
	height: 33px;
	float: left;
	cursor: pointer;
}
#box-content .order-flow-footer-back a span:hover, #box-content .order-flow-footer-back a span:focus {
	background: url(../img/buttons/button-arrow-left-over.jpg) left 0 no-repeat;

}
.order-flow-footer-continue {
	margin-left: 320px;
    /*text-align: right;*/
	height: 1%;	
}
#box-content .order-flow-footer-continue a {
    background: url(../img/buttons/button-arrow-right-background.jpg) left 50% no-repeat;
    border: none;
	margin: 0;
    margin-top: 10px;
	margin-right: 20px;
	margin-left: auto;
    line-height: 33px;
	height: 33px;
    font-size: 1.00em;
	font-weight: bold;
	text-decoration: none;
	float: right;
	display: inline;
	
	width: auto;
	white-space: nowrap;
}
#box-content .order-flow-footer-continue a:hover, #box-content .order-flow-footer-continue a:focus {
    background: url(../img/buttons/button-arrow-right-background-over.jpg) left 50% no-repeat;
}
#box-content .order-flow-footer-continue a span {
	background: url(../img/buttons/button-arrow-right.jpg) right 50% no-repeat;
    padding-left: 25px;
    padding-right: 45px;
	height: 33px;
	float:left;
	cursor: pointer;
}
#box-content .order-flow-footer-continue a span:hover, #box-content .order-flow-footer-continue a span:focus {
	background: url(../img/buttons/button-arrow-right-over.jpg) right 50% no-repeat;
}
.customer-menu-footer-box {
    background: none;
    padding-top: 4px;
    padding-bottom: 4px;
    clear:left;
}
.customer-menu-footer-back {
    margin-left: 0;
}
.customer-menu-footer-back a {
    background: url(../img/buttons/button-arrow-left.jpg) left 50% no-repeat;
    border: 1px solid #ABABAB;
    margin-left: 0;
    font-size: 90%;
}
.customer-menu-footer-back a:hover, .order-flow-footer-back a:focus {
    background: url(../img/buttons/button-arrow-left-over.jpg) left 50% no-repeat;
    border: 1px solid #000000;
}
.customer-menu-footer-back a span {
    margin-right: 30px;
    margin-left: 45px;
}
.highlighted-box {
    background: #E3E8EC;
    border: 1px solid #93A9BC;
    height: 1%;
    margin: 0;
    margin-bottom: 20px;
    width: 99.5%;
    float: left;
}
.highlighted-box-indent {
    background: #E3E8EC;
    border: 1px solid #93A9BC;
    margin: 0;
    margin-bottom: 20px;
    width: 99.5%;
    float: left;
}
.highlighted-box p, .highlighted-box-indent p {
    clear: none;
}
.highlighted-box dl {
    margin-top: 5px;
}
.highlighted-box-footer {
    background: #93A9BC;
    /*background: #0099DC;*/
    text-align: right;
    margin: 0;
    margin-top: 5px;
    clear: both;
    height: 20px;
}
.highlighted-box-footer-inactive {
    background: #93A9BC;
    text-align: right;
    margin: 0;
    margin-top: 5px;
    clear: both;
    height: 20px;
}
#box-content .default-box .highlighted-box-footer a {
    background: url(../img/icons/icon-edit.gif) left 50% no-repeat;
    color: #FFFFFF;
    line-height: 20px;
    float: right;
}
#box-content .default-box .highlighted-box-footer-inactive a {
    background: url(../img/icons/icon-edit-inactive.gif) left 50% no-repeat;
    color: #CCCCCC;
    line-height: 20px;
    float: right;
}
#box-content .default-box .highlighted-box-footer a span, #box-content .default-box .highlighted-box-footer-inactive a span {
    margin: 0;
    margin-left: 20px;
    margin-right: 8px;
    float: left;
}
.highlighted-box-clearer {
    height: 5px;
    margin: 0;
    padding: 0;
    clear: left;
}
.addressbook {
    clear: both;
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 20px;
}
#box-content .default-box .addressbook h2 {
    background: none;
	border: none;
    margin: 0;
    padding: 0;
    font-size: 1.15em;
}
#box-content .default-box .addressbook h2 span {
    margin: 0;
    padding: 0;
}
.addressbook p {
    margin: 0;
    margin-bottom: 10px;
}
.addressbook .highlighted-box {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 220px;
    float: left;
}
.addressbook-twoinonerow {
	float: left;
	height: 1%;
}
.addressbook .highlighted-box p {
    margin: 5px;
}
.addressbook .highlighted-box dl {
    margin-top: 5px;
}
.addressbook a {
    font-size: 0.9em;
}
a.button-cart, a.button-new-entry, a.button-save-entry, a.button-cancel, a.button-settings, a.button-pay, a.button-download {
    border: 1px solid #ABABAB;
    margin-right: 10px;
    cursor: pointer;
}
.highlighted-box a.button-save-entry {
    border: 1px solid #93A9BC;
}
a.button-cart span, a.button-new-entry span, a.button-save-entry span, a.button-cancel span, a.button-settings span, a.button-pay span, a.button-download span {
    margin: 2px;
    margin-left: 22px;
    margin-right: 5px;
}

a.button-upload {
    background: #C9D3DC url(../img/buttons/button-send-data.gif) 5px 50% no-repeat;;
    border: 1px solid #93A9BC;
    margin-right: 10px;
    cursor: pointer;
}
a.button-upload:hover {
    background: #C9D3DC url(../img/buttons/button-send-data-over.gif) 5px 50% no-repeat;;
}
a.button-upload span {
    margin: 2px;
    margin-left: 30px;
    margin-right: 5px;
}

a.button-edit-addressbook {
    border: 1px solid #ABABAB;
    margin-right: 10px;
    cursor: pointer;
}
a.button-bill-by-mail {
    border: 1px solid #ABABAB;
    margin-right: 10px;
    cursor: pointer;
}
a.button-send-request {
    border: 1px solid #ABABAB;
    margin-right: 10px;
    cursor: pointer;
}
a.button-edit-addressbook span, a.button-bill-by-mail span, a.button-send-request span {
    margin: 2px;
    margin-left: 32px;
    margin-right: 5px;
}
a.button-cart {
    background: #C3D0B4 url(../img/buttons/button-addressbook-cart.gif) 5px 50% no-repeat;
}
a.button-cart:hover {
    background: #C3D0B4 url(../img/buttons/button-addressbook-cart-over.gif) 5px 50% no-repeat;
    border: 1px solid #000000;
}
a.button-new-entry {
    background: #C3D0B4 url(../img/buttons/button-addressbook-new-entry.gif) 5px 50% no-repeat;
}
a.button-new-entry:hover {
    background: #C3D0B4 url(../img/buttons/button-addressbook-new-entry-over.gif) 5px 50% no-repeat;
    border: 1px solid #000000;
}
a.button-save-entry {
    background: #C3D0B4 url(../img/buttons/button-addressbook-save-entry.gif) 5px 50% no-repeat;
}
.highlighted-box a.button-save-entry {
    background: #C9D3DC url(../img/buttons/button-addressbook-save-entry.gif) 5px 50% no-repeat;
}
a.button-save-entry:hover {
    background: #C3D0B4 url(../img/buttons/button-addressbook-save-entry-over.gif) 5px 50% no-repeat;
    border: 1px solid #000000;
}
.highlighted-box a.button-save-entry:hover {
    background: #C9D3DC url(../img/buttons/button-addressbook-save-entry-over.gif) 5px 50% no-repeat;
    border: 1px solid #93A9BC;
}
input.button-save-entry {
    background: #C3D0B4 url(../img/buttons/button-addressbook-save-entry.gif) 5px 50% no-repeat;
    border: 1px solid #ABABAB;
    margin-right: 10px;
    padding-left: 20px;
    cursor: pointer;
}
input.button-save-entry:hover {
    background: #C3D0B4 url(../img/buttons/button-addressbook-save-entry-over.gif) 5px 50% no-repeat;
    border: 1px solid #000000;
}
a.button-cancel {
    background: #C3D0B4 url(../img/buttons/button-addressbook-cancel.gif) 5px 50% no-repeat;
}
a.button-cancel:hover {
    background: #C3D0B4 url(../img/buttons/button-addressbook-cancel-over.gif) 5px 50% no-repeat;
    border: 1px solid #000000;
}
input.button-cancel {
    background: #C3D0B4 url(../img/buttons/button-addressbook-cancel.gif) 5px 50% no-repeat;
    border: 1px solid #ABABAB;
    margin-right: 10px;
    padding-left: 20px;
    cursor: pointer;
}
input.button-cancel:hover {
    background: #C3D0B4 url(../img/buttons/button-addressbook-cancel-over.gif) 5px 50% no-repeat;
    border: 1px solid #000000;
}
a.button-settings {
    background: #C3D0B4 url(../img/buttons/button-settings.gif) 5px 50% no-repeat;
}
a.button-settings:hover {
    background: #C3D0B4 url(../img/buttons/button-settings-over.gif) 5px 50% no-repeat;
    border: 1px solid #000000;
}
a.button-edit-addressbook {
    background: #C3D0B4 url(../img/buttons/button-edit-addressbook.gif) 5px 50% no-repeat;
}
a.button-edit-addressbook:hover {
    background: #C3D0B4 url(../img/buttons/button-edit-addressbook-over.gif) 5px 50% no-repeat;
    border: 1px solid #000000;
}
a.button-send-request {
    background: #C3D0B4 url(../img/buttons/button-send-request.gif) 5px 50% no-repeat;
}
a.button-send-request:hover {
    background: #C3D0B4 url(../img/buttons/button-send-request-over.gif) 5px 50% no-repeat;
    border: 1px solid #000000;
}
a.button-download {
    background: #C3D0B4 url(../img/buttons/button-download.gif) 5px 50% no-repeat;
}
a.button-download:hover {
    background: #C3D0B4 url(../img/buttons/button-download.gif) 5px 50% no-repeat;
    border: 1px solid #000000;
}
a.button-bill-by-mail {
    background: #C3D0B4 url(../img/buttons/button-bill-by-mail.gif) 5px 50% no-repeat;
}
a.button-bill-by-mail:hover {
    background: #C3D0B4 url(../img/buttons/button-bill-by-mail-over.gif) 5px 50% no-repeat;
    border: 1px solid #000000;
}
a.button-pay {
    background: #C3D0B4 url(../img/buttons/button-pay.gif) 5px 50% no-repeat;
}
a.button-pay:hover {
    background: #C3D0B4 url(../img/buttons/button-pay-over.gif) 5px 50% no-repeat;
    border: 1px solid #000000;
}
.highlighted-box a.button-pay {
    background: #C9D3DC url(../img/buttons/button-pay.gif) 5px 50% no-repeat;
    border: 1px solid #93A9BC;
}
.highlighted-box a.button-pay:hover {
    background: #C9D3DC url(../img/buttons/button-pay-over.gif) 5px 50% no-repeat;
    border: 1px solid #93A9BC;
}
a.link-question {
    background: url(../img/icons/icon-question.gif) left 50% no-repeat;
}
a.link-euro {
    background: url(../img/icons/icon-euro.gif) left 50% no-repeat;
}
a.link-info {
    background: url(../img/icons/icon-info.gif) left 50% no-repeat;
}
a.link-question span, a.link-euro span, a.link-info span {
    margin-left: 20px;
}
.form-row-formfield a.link-info {
    margin-left: 10px;
    background: url(../img/icons/icon-info.gif) left 50% no-repeat;
}
.form-row-formfield a.link-info span {
    margin-left: 20px;
    font-size: 90%;
}

a.info-notice-link {
    background: url(../img/system/arrow-info-notice-link.gif) left 50% no-repeat;
    line-height: 1.5em;
}
a.info-notice-link span {
    margin-left: 8px;
}
#box-infobar a.info-pw-forgotten-link {
    background: url(../img/icons/icon-question.gif) left 50% no-repeat;
    line-height: 2em;
    text-decoration: none;
}

#box-infobar a.info-register-link {
    background: url(../img/icons/icon-register.gif) left 50% no-repeat;
    line-height: 2em;
    text-decoration: none;
}
#box-infobar a.info-pw-forgotten-link span, #box-infobar a.info-register-link span {
    margin-left: 18px;
}
#box-content .default-box a.upload-done {
    background: url(../img/icons/icon-upload-done.gif) left 50% no-repeat;
    line-height: 1.5em;
}
#box-content .default-box a.upload-done span {
    margin-left: 20px;
}
#box-content .default-box .highlighted-box-footer a.button-save-small {
    background: url(../img/buttons/button-save-small.gif) left 50% no-repeat;
    margin-bottom: 0;
    color: #E7E7E7;
    cursor: pointer;
}
#box-content .default-box .highlighted-box-footer a.button-save-small:hover {
    color: #FFFFFF;
}
#box-content .default-box .highlighted-box-footer a.button-save-small span {
    margin: 0;
    margin-left: 20px;
    margin-right: 8px;
}
#box-content .default-box .highlighted-box-footer a.button-cancel-small {
    background: url(../img/buttons/button-close-small.gif) left 50% no-repeat;
    margin-bottom: 0;
    color: #E7E7E7;
    cursor: pointer;
}
#box-content .default-box .highlighted-box-footer a.button-cancel-small:hover {
    color: #FFFFFF;
}
#box-content .default-box .highlighted-box-footer a.button-cancel-small span {
    margin: 0;
    margin-left: 20px;
    margin-right: 8px;
}
#box-content .default-box .highlighted-box-footer a.button-transfer-data {
    background: url(../img/icons/icon-transfer-data.gif) left 50% no-repeat;
    margin-bottom: 4px;
    color: #E7E7E7;
    cursor: pointer;
}
#box-content .default-box .highlighted-box-footer a.button-transfer-data:hover {
    color: #FFFFFF;
}
#box-content .default-box .highlighted-box-footer a.button-transfer-data span {
    margin: 4px;
    margin-left: 20px;
    margin-right: 8px;
}
#box-content .default-box .highlighted-box-footer a.button-delete {
    background: url(../img/buttons/button-delete.gif) left 50% no-repeat;
    margin-bottom: 0;
    cursor: pointer;
}
#box-content .default-box .highlighted-box-footer-inactive a.button-delete {
    background: url(../img/buttons/button-delete-inactive.gif) left 50% no-repeat;
    margin-bottom: 0;
    cursor: pointer;
}
a.delete-item {
    background: url(../img/buttons/button-delete-cart-item.gif) left 50% no-repeat;
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 90%;
}
a.delete-item span {
    margin-left: 20px;
}
/* error classes */
.error-row {
    margin-bottom: 20px;
}
.small-error-row {
    margin: 5px 0;
}
.error-symbol {
    float: left;
    margin-left: 0;
    width: 32px;
}
.error-message {
    margin-left: 40px;
    height: 32px;
    /*color: #000000;*/
}
.error {
    color: #000000;
}
#box-infobar span.error-notice {
    background: url(../img/icons/icon-attention-small.gif) left 50% no-repeat;
    line-height: 1.5em;
    padding-left: 18px;
    color: #FFFFFF;
}

#box-content input.error, #box-content .highlighted-box input.error, #box-infobar input.error {
    color: #000000;
    border: 1px solid #000000;
}
div.error {
    color: #CC0000;
    margin-bottom: 10px;
    margin-right: 2px;;
}

/* Separator for divs in #box-navi */
.navi-separator {
    border: 1px solid #000000;
    clear: left
}
/* popWin styles */
.popwin-outer-wrap {
    margin: 20px 30px;
    background: #FFFFFF;
    border: 1px solid #575757;
}
.popwin-header {
    background:url(../img/system/popup-header-background.gif);
    height: 78px;
    border-bottom: 1px solid #575757;
}
.popwin-header img {
    border: 0;
}
.popwin-header-logo {
    margin-left: 0;
    float: left;    
}
.popwin-header-title {
    margin-left: 30%;
    margin-right: 1%;
    padding-top: 55px;
    text-align: right;
    font-weight: bold;
}
.popwin-content-wrap {
    margin: 0;
    padding: 0;
}
.popwin-content {
    margin: 10px 10px;
}
.popwin-content dl {
    clear: left;
    margin-bottom:20px;
}
.popwin-content dt {
    float: left;
    width: 40px;
    margin-bottom:20px;
}
.popwin-content dd {
    margin-left: 41px;;
}
.popwin-content h2 {
    margin-bottom: 8px;
}
.popwin-content p {
    margin-bottom: 20px;
}
.popwin-footer-wrap {
    background: #575757;
}
.popwin-footer-content, .popwin-footer-content a {
    color: #FFFFFF;
    text-decoration: none;
}
.popwin-footer-content {
    margin: 4px;
    margin-bottom: 0;
    text-align: right;
    font-size: 90%;
}
a.popwin-download {
    background: url(../img/system/arrow-right-small.gif) left 50% no-repeat;
    font-size: 90%;
    color: #575757;
    text-decoration: none;
}
a.popwin-download:hover, a.popwin-download:focus {
    color: #000000;
}
a.popwin-download span {
    margin-left: 10px;
    line-height: 2.50em;
}
a.button-close-small {
    background: url(../img/buttons/button-close-small.gif) left 50% no-repeat;
    margin-bottom: 4px;
    color: #E7E7E7;
    cursor: pointer;
}
a.button-close-small span {
    margin-left: 20px;
}
a.request-sample {
    background: url(../img/icons/icon-samples.png) left center no-repeat;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    float: left;
}
a.request-sample span {
    margin-left: 36px;
    float: left;
}


/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {padding:0; margin:0; list-style:none; height:35px; background:#575757 url(../img/system/background-box-navi.jpg) repeat-x 0px 0px; position:relative; z-index:500;}
#nav li.top {display:block; float:left; height:35px;}
#nav li a.top_link {display:block; float:left; height:35px; line-height:35px; color:#FFFFFF; text-decoration:none; font-size:90%; font-weight:bold; padding:0 0 0 12px; cursor:pointer; background: none;}
#nav li a.top_link span {float:left; display:block; padding:0 25px 0 12px; height:35px; background: url(../img/system/background-box-navi-arrow-top.gif) no-repeat left 50%;border-right: 1px solid #000000;}
#nav li a.top_link span.down {float:left; display:block; padding:0 25px 0 12px; height:35px; background: url(../img/system/background-box-navi-arrow-top.gif) no-repeat left 50%;}

#nav li:hover a.top_link {color:#004494; background: url(../img/system/background-box-navi-over.jpg) repeat-x top right;}
#nav li:hover a.top_link span {background: url(../img/system/background-box-navi-arrow-over.gif) no-repeat left 50%;}
#nav li:hover a.top_link span.down {background: url(../img/system/background-box-navi-arrow-over.gif) no-repeat left 50%;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:-1px; top:34px; background: #F3F3F3; padding:0px; border:1px solid #000000; border-bottom:none; white-space:nowrap; width:180px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:180px; font-weight:normal; border-bottom: 1px solid #000000;}
#nav li:hover ul.sub li a
{display:block; font-size:85%; height:20px; width:180px; line-height:20px; text-indent:8px; color:#004494; text-decoration:none;}
#nav li ul.sub li a.fly
{background:#C3D0B4 url(../img/system/background-arrow-subnavi.gif) 170px 5px no-repeat;}
#nav li:hover ul.sub li a:hover 
{background:#004494; color:#fff; border-color:#575757;}
#nav li:hover ul.sub li a.fly:hover
{background:#575757 url(../img/system/background-arrow-subnavi-over.gif) 170px 5px no-repeat; color:#FFFFFF;}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:178px; top:-4px; background: #C3D0B4; padding:0px; border:1px solid #5c731e; white-space:nowrap; width:180px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#575757 url(../img/system/background-arrow-subnavi-over.gif) 170px 5px no-repeat; color:#FFFFFF; border-color:#FFFFFF;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#C3D0B4 url(../img/system/background-arrow-subnavi.gif) 165px 5px no-repeat; color:#000000; border-color:#C3D0B4;}
