/* main.css */

/* general styles */
.arrow-link {
    background: url(../img/system/arrow-more-results-link.gif) left 50% no-repeat;
    margin: 0 2px;
}
.arrow-link span {
    margin-left: 10px;
}
.off {
    display: none;
}
.back-link {
    margin-bottom: 15px;
    background: url(../img/system/arrow-back-link.gif) left 50% no-repeat;
    font-size: 84%;
    display: block;
}
.back-link a {
    color: #575757;
}
.back-link span {
    margin-left: 12px;
}
.captcha-img {
  border: 1px solid #C3D0B4;
  margin-bottom: 10px;
}
#box-content dl.list-img-float dt {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 130px;
  	height: 1%;
}
#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;
}
.more-results-link {
    background: url(../img/system/arrow-more-results-link.gif) left 50% no-repeat;
    font-size: 84%;
}
.more-results-link a {
    color: #575757;
}
.more-results-link span {
    margin-left: 12px;
}
.divider {
    clear: both;
    border-top: 1px solid #007E82;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    font-size: 0.01em;
}
.clear-divider {
    font-size: 0.01em;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
}
.fh-blue {
	color: #005394;
}
.black {
 	color: #000000; 
}
.left-image {
 	float:left;
	margin-bottom:18px;
	margin-right:12px; 
}
.ralign {
    text-align: right;
}
.small-info {
    font-size: 84%;
}
.minor-importance {
    color: #969696;
}
.disabled {
    color: #ABABAB;
}
.note {
    font-size: 84%;
    font-weight: bold;
}

/* box-outer-wrap */
#box-outer-wrap {
    background: none;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}
/* box-area-content */
#box-area-content {
    background: url(../img/system/background-box-area-content.gif) repeat-y 50% top;
}
/* box-topnav-wrap */
#box-topnav-wrap {
    background: #007E82;
    height: 21px;
    border-bottom: 1px solid #FFFFFF;
}
/* box-topnav */
#box-topnav {
    font-size: 70%;
    color: #DDDDDD;
	width: 445px;
	position: absolute;
	left: 50%;
	top: 0;
}
#box-topnav ul {
    list-style: none;
}
#box-topnav li {
    line-height: 21px;
    float: right;
    display: block;
}
#box-topnav li a img {
    margin: 10px 5px;
    margin-bottom: 0;
}
#box-topnav li a {
    color: #DDDDDD;
    text-decoration: none;
}
#box-topnav li a:hover {
    color: #FFFFFF;
}
#box-topnav li a span {
    background: none;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 8px;
}
#box-topnav li a span:hover {
    background: none;
}

/* box-logo */
#box-logo {
    background: #FFFFFF;
    height: 186px;
    clear: right;
}
#box-logo h2 {
    font-size: 1.10em;
}
#box-logo h2 span {
    display: none;
}

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

}

/* box-content */
#box-content {
    width: 660px;
    float: left;
    color: #575757;
    font-size: 80% !important;
	font-size: 100%;
    /*height: 1%;*/
}
#box-content a {
    color: #575757;
    text-decoration: none;
}
#box-content a:hover {
    color: #000000;
    text-decoration: none;
}
#box-content h1 {
    display: block;
    /*font-size: 150%;*/
    font-weight: bold;
    margin-bottom: 10px;
}
#box-content h2 {
    display: block;
    /*font-size: 150%;*/
    font-weight: bold;
    margin-bottom:10px;
}
#box-content ul.list-helppages {
	list-style: none;
}
#box-content ul.list-helppages li {
    margin-bottom:10px;
	background:  url(../img/system/arrow-more-results-link.gif) 0 5px no-repeat;
}
#box-content ul.list-helppages li div {
    margin-left: 15px;
}
#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 {
    color: #575757;
    text-decoration: none;
}
#box-content .searchresult-item-description a:hover {
    color: #000000;
    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: #FADDBD;
}
#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: #FCEDDB;
    border: 1px solid #007E82;
    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-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
}
#box-content .box-article ul.faq-list li {
    margin-bottom: 5px;
}
#box-content .box-article ul.faq-list li.more-results {
    background: #FFFFFF url(../img/system/arrow-more-results-link.gif) 0 4px no-repeat;
}
#box-content .box-article ul.faq-list li.result {
    background: #FFFFFF url(../img/icons/icon-info.gif) 0 0 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: normal;
	cursor: pointer;
}
#box-content .box-article ul.faq-list li a div.indent {
    margin-bottom: 5px;
    margin-left: 20px;
	border: 0;
}
#box-content .box-article ul.faq-list li div.faq-answer {
    background: #EFF2EB;
    border: 1px solid #C3D0B4;
    margin-bottom: 20px;
    margin-left: 20px;
}
#box-content .box-article ul.faq-list li div.faq-answer p {
    margin: 5px;
}
#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 #C3D0B4;
    line-height: 17px;
    font-size: inherit;
    padding: 1px 2px;
    background: #FFFFFF;
}
#box-content input.box-info-input-text {
    border: 1px solid #C3D0B4;
    line-height: 17px;
    font-size: inherit;
    padding: 1px 2px;
    width: 360px;
}
#box-content textarea.box-info-input-textarea {
    border: 1px solid #C3D0B4;
    width: 360px;
    font-size:inherit;
}
#box-content select.box-info-select-default {
    border: 1px solid #C3D0B4;
    width: 360px;
    font-size: inherit;
    padding: 0;
}
#box-content .calc-result-note select.box-info-select-default {
    width: 200px;
}
#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 {
}
#box-content .box-info-submit-cart:hover {
}
#box-breadcrumbs {
    background: #CEDFD5;
    border-top: 1px solid #FFFFFF;
    height: 21px;
    margin-left: 1px;
}
#box-breadcrumbs p {
    font-size: 70%;
    line-height: 18px;
    color: #666666;
    margin: 0 23px;
}
#box-breadcrumbs a {
    text-decoration: underline;
    color: #666666;
}
#box-breadcrumbs a:hover {
    color: #000000;
}
#box-content .box-article {
    background: none;
    /*border-top: 1px solid #000000;*/
    padding: 20px 42px !important;
	padding: 20px 42px;
	padding-right: 40px;
    padding-bottom: 0 !important;
    clear: both;
    /*height: 1%;*/
}
#box-content .box-article p {
    line-height: 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-info-notice {
    margin: 0;
    background: #FCEDDB;
    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;
}

/* #box-infobar */
#box-infobar {
    background: none;
    width: 239px;
    margin-right: 1px;
    float: right;
    font-size: 70% !important;
	font-size: 75%;
	position: relative;
	z-index: 50;
}
#box-infobar h2 {
    border-top: 1px solid #FFFFFF;
    background: #DB9927;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 21px;
}
#box-infobar h2 span {
    margin: 0 15px;
}
#box-infobar input {
    font-size: inherit;
}
#box-infobar .box-info {
    margin: 10px 15px;
    font-size: inherit;
}
#box-infobar .box-info p, #box-infobar .box-info form {
    font-size: inherit;
    line-height: 120%;
}
#box-infobar .box-info p {
    margin-bottom: 10px;
}
#box-infobar .box-info ul {
    list-style: none;
}
#box-infobar .box-info ul li {
    background: url(../img/system/bullet-arrow-infobar.gif) no-repeat left 4px;
}
#box-infobar .box-info ul li a div {
    margin-left: 8px;
}
#box-infobar .box-info ul li a div:hover {
    text-decoration: underline;
}
#box-infobar .box-info a {
    color: #000000;
    text-decoration: none;
}
#box-infobar .box-info input {
    margin-bottom: 5px;
    font-size: inherit !important;
    font-size: 95%;
}
#box-infobar .box-info-input-default {
    border: 2px solid #FFFFFF;
}
#box-infobar .box-info-submit-default {

}
#box-infobar .box-info-submit-default:hover {

}
#box-infobar input.box-info-input-login {
    border: 2px solid #FFFFFF;
    width: 70px;
}
#box-infobar .large-txt {
    font-size: 1.20em;
    font-weight: bold;
}


/* #box-infobar - login/customer */
#box-infobar a.info-pw-forgotten-link,
#box-infobar a.info-register-link,
#box-infobar a.link-cart,
#box-infobar a.link-cmenu {
    height: 16px;
    line-height: 16px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
#box-infobar a.info-pw-forgotten-link {
    background: url(../img/icons/icon-question.gif) left 50% no-repeat;
}
#box-infobar a.info-register-link {
    background: url(../img/icons/icon-register.gif) left 50% no-repeat;
}
#box-infobar a.link-cart {
    background: url(../img/icons/icon-cart-infobox.gif) left 50% no-repeat;
}
#box-infobar a.link-cmenu {
    background: url(../img/icons/icon-cmenu-infobox.gif) left 50%  no-repeat;
}
#box-infobar a.info-pw-forgotten-link span,
#box-infobar a.info-register-link span,
#box-infobar a.link-cmenu span,
#box-infobar a.link-cart span {
    margin-left: 18px;
}




#box-footer {
    background: url(../img/system/background-footer.gif) 50% bottom no-repeat;
    height: 100px;
    clear: both;
}
#box-inner-footer {
    display: block;
    padding-top: 65px;
}
#box-inner-footer p {
    text-align: center;
    font-size: 70%;
    line-height: 30px;
}
#box-inner-footer a {
    color: #333333;
    text-decoration: underline;
}
#box-inner-footer a:hover {
    color: #000000;
    text-decoration: underline;
}

/* cat-list */

#box-content ul.cat-list {
    list-style: none;
    float: left;
    margin-left: 42px !important;
    margin-left: 22px;
    margin-bottom: 0;
    height: 1%;
	font-size: 90%;
}
#box-content ul.cat-list a span {
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 3px;
    font-weight: bold;
    display: block;
}
#box-content ul.cat-list li {
    background: #FFFFFF;
    height: 145px;
    width: 175px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    line-height: 1.15em;
    cursor: pointer;
    border: 1px solid #DDDDDD;
}
#box-content ul.cat-list li.wide {
    height: 145px;
    width: 573px;
}
#box-content ul.cat-list li:hover {
    background: #FFFFFF;
    border: 1px solid #007E82;
}
#box-content ul.cat-list li:hover a {
    color: #000000;
}
#box-content ul.cat-list li a {
    text-decoration: none;
}
#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{
    /*background: url(../img/system/arrow-cat-prod-nav-over.gif) right 50% no-repeat;*/
}
.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 {
    /*background: url(../img/system/arrow-cat-prod-nav.gif) right 50% no-repeat;*/
    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: 84%;
    line-height: 1.1em;
    margin-right: 30px;
}
/* cat-item-small */
.cat-item-small {
    margin-bottom: 20px;
    width: 575px;
    height: 60px;
    background: url(../img/system/background-cat-item-small.jpg) bottom right no-repeat;
    float: left;
    cursor: pointer;
    border: 1px solid #DDDDDD;
}
.cat-item-small:hover {
    background: url(../img/system/background-cat-item-small-over.jpg) bottom right no-repeat;
    border: 1px solid #007E82;
}
#box-content .cat-item-small:hover h3 a {
    color: #000000;
}
.cat-item-small:hover .cat-item-small-content {
    /*background: url(../img/system/arrow-cat-prod-nav-over.gif) right 50% no-repeat;*/
}
.cat-item-small a {
    color: #575757;
}
.cat-item-small a:hover {
    text-decoration: none;
}
.cat-item-small-image {
    margin-left: 0px;
    margin-right: auto;
    width: 115px;
    height: 60px;
    float: left;
}
.cat-item-small-contentbox {
    margin-left: auto;
    margin-right: 0px;
    width: 460px;
    height: 60px;
    float: right;
}
.cat-item-small-content {
    background: none;
    margin-left: 25px;
    margin-right: 10px;
    height: 44px;
    margin-top: 8px;
}
#box-content .cat-item-small-content h3 {
    font-size: 110%;
    font-weight: bold;
    line-height: 1.00em;
    margin-bottom: 5px;
    margin-right: 20px;
}
#box-content .cat-item-small-content p {
    font-size: 84% !important;
    line-height: 1.10em;
    margin-right: 30px;
}
/* description of the product page */
.prod-page-description {
    margin-bottom: 20px;
}
.prod-page-description p {
    margin: 5px;
}
.prod-page-description dl {
    margin: 5px;
}
.prod-page-description dt {
    width: 20px;
    float: left;
    height: 1%;
}
.prod-page-description dt img {
    margin-bottom: 5px;
}
.prod-page-description dd {
    margin-left: 35px;
}
/* cat-item-small */
.prod-item {
    margin-bottom: 20px;
    width: 575px;
	/*height: 60px;*/
    background: url(../img/system/background-cat-item-small.jpg) bottom right no-repeat;
    float: left;
    cursor: pointer;
    border: 1px solid #DDDDDD;
}
.prod-item.offer {
    background: url(../img/system/background-cat-item-small.jpg) bottom right no-repeat;
	border: 1px solid #DB9927;
}
.prod-item.offer:hover {
    background: url(../img/system/background-cat-item-small-over.jpg) bottom right no-repeat;
}
.prod-item:hover {
    background: url(../img/system/background-cat-item-small-over.jpg) bottom right no-repeat;
    border: 1px solid #007E82;
}
#box-content .prod-item:hover h3 a {
    color: #000000;
}
.prod-item:hover .prod-item-content {
    background: none;
}
.prod-item.offer:hover .prod-item-content {
    background: url(../img/system/arrow-prod-offer-nav-over.gif) right 50% no-repeat;
}
.prod-item.offer:hover .prod-item-offer {
    background: #007E82;
	color: #FFFFFF;
}
.prod-item.offer:hover .prod-item-offer-expires {
	color: #FFFFFF;
}
.prod-item a {
    color: #575757;
}
.prod-item a:hover {
    text-decoration: none;
}
.prod-item-offer {
    background: #DB9927;
    height: 19px;
    color: #000000;
    width: 575px;
}
.prod-item-offer-descr {
    margin-right: auto;
    margin-left: 0px;
    font-size: 1em;
    line-height: 19px;
    font-weight: bold;
    width: 360px;
    float: left;
}
.prod-item-offer-descr span {
    margin-left: 10px;
}
.prod-item-offer-expires {
    margin-right: 0px;
    margin-left: auto;
    font-size: 0.7em;
    font-weight: bold;
    text-align: right;
    line-height: 19px;
    width: 185px;
    float: right;
	color: #000000;
}
.prod-item-offer-expires span {
    margin-right: 10px;
}
.prod-item-image {
    margin-left: 0px;
    margin-right: auto;
    width: 115px;
    height: 80px;
    float: left;
}
.prod-item-contentbox {
    margin-left: auto;
    margin-right: 0px;
    width: 460px;
    height: 80px;
    float: right;
}
.prod-item-content {
    background: none;
    margin-left: 25px;
    margin-right: 10px;
    height: 66px;
    margin-top: 26px;
}
.prod-item.offer .prod-item-content {
    background: url(../img/system/arrow-prod-offer-nav.gif) right 50% no-repeat;
}
#box-content .prod-item-content h3 {
    font-size: 1.05em;
    font-weight: bold;
    line-height: 1.00em;
    margin-bottom: 5px;
    margin-right: 20px;
}
#box-content .prod-item-content p {
    font-size: 84% !important;
    line-height: 1.1em;
    margin-right: 30px;
}
#box-content .prod-item-content p.prod-item-price-sample {
    margin-top: 3px;
    font-size: 0.79em;
    font-style: italic;
    color: #818181;
}
html*#box-content .prod-item-content p.prod-item-price-sample {
    /* for safari */
    font-size: 0.85em;
}
#box-content .prod-detail-box {
    padding: 10px 0;
    font-size: inherit;
}
.prod-detail-image {
    width: 260px;
    float: left;
    height: 1%;
}
.prod-detail-image img {
    margin-bottom: 20px;
}
.prod-detail-thumbimages img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #C3D0B4;
}
#box-content .prod-detail-content {
    margin-left: 270px;
}
#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;
    font-size: 84%;
}

html*#box-content .prod-detail-content .info-box {
    /* for safari */
    font-size: 84%;
}

#box-content .prod-detail-content div.template-download {
    cursor: pointer;
}
#box-content div.prod-item-contentbox {
  position: relative;
}
#box-content div.contentbox-rebate-information {
  float: left;
  width: 100%;
  height: 15px;
  padding-bottom: 0;
  background: transparent url(../img/system/bg-badge-small.png) top right no-repeat;
  margin: 0;
  position: absolute;
  top: -1px;
  right: -1px;
  font-size: 85%;
}
#box-content div.contentbox-rebate-information p {
  float: right;
  text-align: right;
  width: 94%;
  margin: 0;
  margin-right: 6%;
  line-height: 14px;
  font-size: 10px;
}
#box-content div.prod-item-contentbox div.badge-small {
  background: transparent url(../img/icons/badge-percent-small.png) 0 0 no-repeat;
  float: left;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -5px;
  right: 8px;
}
#box-content .prod-detail-box {
  position: relative;
}
#box-content div.pageinfobox-rebate-information {
  float: left;
  width: 100%;
  padding-bottom: 0;
  background: #FFF url(../img/system/bg-badge.png) top right no-repeat;
  margin: 0;
  position: absolute;
  top: -18px;
  right: 0;
  font-size: 90%;
}
#box-content div.pageinfobox-rebate-information div.badge {
  background: transparent url(../img/icons/badge-percent.png) 0 0 no-repeat;
  float: left;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -8px;
  right: 8px;
}
#box-content div.pageinfobox-rebate-information p {
  margin: 0.1% 0.5%;
  width: 91%;
  float: right;
  text-align: right;
  margin-right: 8%;
  font-size: 10px;
  font-weight: bold;
  line-height: 150%;
}
.info-box {
    background: #EFF2EB;
    font-size: 84%;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#box-content .info-box a {
    text-decoration: underline;
}
#box-content .info-box h2 {
	margin: 0;
	font-size: inherit !important;
    font-size: 105%;
    font-weight: bold;
    color: #FFFFFF;
    background: #007E82;
    padding: 2px 0 !important;
}
#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: 10px;
    font-size: 1em;
}
#box-content .info-box dt,
#box-content .info-box-highlight dt {
    float: left;
    height: 1%;
}
#box-content .info-box dd,
#box-content .info-box-highlight dd {
    margin-left: 43px;
    font-size: inherit;
}
#box-content .info-box dd p,
#box-content .info-box-highlight dd p {

}
#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: #FCEDDB;
    font-size: 84%;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    padding-bottom: 5px;
}
#box-content .info-box-highlight h2 {
    font-size: inherit !important;
	font-size: 105%;
    font-weight: bold;
    color: #FFFFFF;
    background: #DB9927;
	padding: 2px 0 !important;
}
#box-content .info-box-highlight h2 span {
    margin: 0 10px;
}
.info-box-divider {
    height: 5px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #C3D0B4;
}
.highlighted-box .info-box-divider {
    height: 5px;
    margin: 0 5px;
    padding: 0;
    border-bottom: 1px solid #C3D0B4;
}
.info-box-row {
    margin: 5px 10px;
    margin-bottom: 0;
    line-height: 1.10em;
}
.calc-processing-column-calculator .info-box-row {
    margin: 5px;
    margin-bottom: 2px;
    line-height: 1.00em;
    clear:left;
}
.info-box-row .highlight {
    color: #FF6600;
}
.info-box-descr-col {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: auto;
}
#box-content .notice-box {
    margin: 5px 10px;
    background: #EFF2EB;
    border: 1px solid #DDDDDD;
	font-size: 84% !important;
}
#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;
}

table.fw-streuartikelpreise {
    width: 94%;
    border-collapse: collapse;
    margin: 5px 10px;
}
table.fw-streuartikelpreise td {
    vertical-align: top;
    width: 50%;
}
table.fw-streuartikelpreise td.ralign {
    vertical-align: top;
    width: 50%;
}
/* calculator */
h2.calculator-headline {
  height: 20px;
  line-height: 20px;
}
h2.calculator-headline a {
  color: #575757 !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: 84%;
    white-space: nowrap;
}
#calc-nav li a {
    float: left;
    display: block;
	margin: 0;
    margin-right: 2px !important;
	margin-right: 1px;
    height: 22px;
    line-height: 22px;
    padding: 0 3px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
/*    border: 1px solid #C3D0B4;*/
    border-bottom: none;
    background: #C3D0B4;
}
#calc-nav li a.active-tab {
    color: #FFFFFF;
/*    border: 1px solid #007E82;*/
    border-bottom: none;
    background: #007E82;
}
#calc-nav li a.highlight-tab {
    color: #000000;
/*    border: 1px solid #000000;*/
    border-bottom: none;
    background: #FFFF00;
}
#calc-nav li a:hover {
/*    border: 1px solid #007E82;*/
    border-bottom: none;
    color: #FFFFFF;
    background: #007E82;
}
.calc-box {
    margin: 0;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    background: #EFF2EB;
	font-size: 100% !important;
	font-size: 95%;
}
.calc-box p {
    margin: 0;
}
.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: 225px;
}
.calc-processing-option-box ul {
    list-style: none;
}
.calc-processing-option-box li {
    line-height: 1.15em;
    margin-bottom: 10px;
}
.calc-processing-option-box-note {
    clear:left;
    font-size: 84%;
    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-left: 480px;
    margin-right: 0;
    text-align: right;
    font-size: 80%;
}
.calc-processing-column-calculator {
    margin-left: 305px;
    margin-right: 0;
    font-size: 80%;
}
.calc-img-descr {
    background: #007E82;
    color: #FFFFFF;
    font-size: 80%;
	padding: 2px;
}
#box-content .calc-img-descr span {

}
.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;
}
.highlighted-box .default-row,
.highlighted-box-indent .default-row {
    margin-top: 5px;
    /*height: 1%;*/
}
.default-row-divider {
    font-size: 0.01em; /* for IE6 */
    clear: both;
    margin-bottom: 5px;
    height: 1px;
    border-bottom: 1px solid #C3D0B4;
}
.highlighted-box .default-row-divider {
    font-size: 0.01em; /* for IE6 */
    clear: both;
    margin-bottom: 5px;
    height: 1px;
    border-bottom: 1px solid #93A9BC;
}
.small-column {
    width: 180px;
    margin-left: 0;
    float: left;
    margin-bottom: 5px;
    /*height: 1%;*/
}
.default-column {
    width: 305px;
    margin-left: 0;
    float: left;
    margin-bottom: 5px;
}
.orderitem-wide-column .highlighted-box .default-column {
    width: 285px;
    margin-left: 0;
    float: left;
    height: 1%;
    margin-bottom: 5px;
}
.uploaditem-row {
    float: left;
    /*height: 1%;*/
}
.large-tooltip-column {
    margin-left: 185px;
    margin-right: 0;
}
.tooltip-column {
    margin-left: 310px;
    margin-right: 0;
    width: auto;
    height: 1%;
}
.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;
}
.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;*/
    width: 120px;
    padding-top: 2px;
    height: 1%;
}
.form-column-1 {
    float: left;
    margin-left: 10px;
    margin-right: auto;
    width: 270px;
}
.form-row-formfield {
    /*margin-left: 290px;*/
    margin-left: 140px;
    margin-right: 10px;
}
#calc-box-payment_shipping .form-row-formfield {
    margin-left: 290px;
}
#calc-box-payment_shipping p {
    margin: 3px 0;
}
.form-column-2 {
    margin-left: 290px;
    margin-right: 10px;
}
#box-content .form-row-info {
    margin-left: 17px;
    margin-bottom: 5px;
    font-size: 84%;
    color: #787C73;
    line-height: 1.15em;
}
.form-row-info-wide {
    margin: 5px;
    margin-left: 0;
    margin-right: 0;
    font-size: 84%;
    color: #787C73;
    line-height: 1.15em;
}
.form-row-hint {
    margin-bottom: 5px;
    font-size: 84%;
    color: #787C73;
    line-height: 1.15em;
}
.form-navigation-prev {
    float: left;
    margin-left: 10px;
    width: 255px;
    font-size: 84%;
}
.form-navigation-prev a {
  background: url(../img/system/arrow-left.png) no-repeat left center;
}
.form-navigation-prev a span {
  margin-left: 10px;
}
.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: 84%;
}
.form-navigation-next a {
  background: url(../img/system/arrow-right.png) no-repeat right center;
}
.form-navigation-next a span {
  margin-right: 10px;
}
.addressbook .form-navigation-next {
    margin-left: 260px;
    margin-right: 40px;
    text-align: right;
    font-size: 1em;
}
.checkbox-div-indent {
	margin-left: 20px;
	margin-right: auto;
}
.advertising-box {
    background: #FFFFFF;
}
.default-box {
    background: #EFF2EB;
    margin-bottom: 20px;
    clear: both;
}
.default-box p {
    margin: 10px;
    clear: both;
}
.default-box dl {
    margin: 0;
}
.default-box dt {
    float: left;
    height: 1%;
}
.default-box dl input {
    margin: 0;
    margin-left: 3px;
}
.default-box dd {
    margin-left: 28px;
}
.default-box-clearer {
    margin:0;
    padding:0;
    height: 1px;
    clear: both;
    font-size: 0.01em; /* for IE6 */
}
#box-content .box-article .default-box h2 {
    background: #007E82;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    line-height: 21px;
}
#box-content .box-article .default-box h2 span {
    margin: 0 10px;
    margin-bottom: 0;
}
.cart-row-divider {
    height: 5px;
    margin: 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C3D0B4;
    clear: both;
    font-size: 0.01em; /* for IE6 */
}
.highlighted-box .cart-row-divider {
    border-bottom: 1px solid #DDDDDD;
    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;
    float: left;
    margin-left: 0;
}
.uploaditem-main-column {
    width: 503px;
    margin-left: 10px !important;
    margin-left: 5px;
    float: left;
}
.uploaditem-main-column.alternating1 {
    background: #FDF4E9;
}
.uploaditem-main-column.alternating2 {
    background: #F7E1C2;
}
.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: 545px !important;
    width: 535px;
    margin-left: 0;
    height: 1%;
}
.cart-tool-column {
    margin-left: 490px;
    font-size: 84%;
}
.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-top: 0;
    margin-left: 10px !important;
    margin-left: 5px;
    width: 330px;
    float: left;
    line-height: 1.5em;
}
.highlighted-box .cart-content {
    margin-top: 0;
    margin-left: 10px !important;
    margin-left: 5px;
    width: 415px;
    float: left;
    height: 1%;
}
.upload-content {
    margin-left: 5px;
    margin-right: 10px;
    width: 380px;
    float: left;
    line-height: 1.5em;
}
.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.15em;
}
.highlighted-box .cart-price {
    margin-top: 0;
    margin-left: 430px;
    margin-right: 0;
    text-align: right;
    height: 1%;
}
.upload-remove {
    margin-top: 0;
    margin-left: auto;
    margin-right: 5px;
    width: 78px;
}
.calc-info-filetypes {
    background: #FCEDDB;
    border: 1px solid #007E82;
    border-bottom: none;
    width: 400px;
    margin-left: 215px !important;
	margin-left: 0;
    position: absolute;
    z-index: 1000;
	font-size: 90% !important;
}
.calc-info-filetypes p {
    margin: 5px;
}
.calc-info-filetypes-last-row {
    margin: 0;
    padding: 3px 0;
    background: #007E82;
    font-size: 84%;
    clear: left;
}
.cart-edit-shipping-box {
    background: #FCEDDB;
    border: 1px solid #007E82;
    border-bottom: none;
    width: 235px;
    position: absolute;
    z-index: 1000;
    font-size: 1.1em;
    line-height: 1.15em;
}
.cart-edit-shipping-box form {
    margin: 0;
}
.cart-edit-shipping-row {
    margin: 0;
    padding: 3px;
    border-bottom: 1px solid #007E82;
    clear: left;
}
.cart-edit-shipping-row:hover {
    background: #DB9927;
	color: #FFFFFF;
}
.cart-edit-shipping-last-row {
    margin: 0;
    padding: 3px 0;
    background: #007E82;
    clear: left;
}
.orderlist-main-column {
    width: 460px;
    margin-left: 0;
    float: left;
}
.orderlist-tool-column {
    margin-left: 475px;
    font-size: 84%;
}
.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;
    line-height: 175%;
}
a.view-orderlist-details span {
    margin-left:  25px;
}
.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 10px;
	height: 1%;
    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: 0;
    margin-bottom: 5px;
    font-size: 84%;
}
.orderitem-wide-column .highlighted-box .extended-form-field dd {
    font-size: 1.20em;
}
#box-content .orderitem-wide-column p {
    /*clear: both;*/
    clear: none; /* test! */
}
.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;
    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;
	font-size: 84%;
}
.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: 150%;
	white-space: nowrap;
	display: block;
	margin-bottom: 5px;
	letter-spacing: -0.04em;
}
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;
	letter-spacing: -0.04em;
}
a.track-shipments span {
    margin-left: 20px;
}
a.transfer-data {
    background: url(../img/icons/icon-transfer-data.gif) 0 0 no-repeat;
    line-height: 1.8em;
	letter-spacing: -0.04em;
}
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;
}

.extended-form-descr {
    width: 120px;
    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;
/*    height: 1%;*/
}
.wide-column .extended-form-field {
    margin-left: 124px;
}
.orderitem-wide-column .highlighted-box .extended-form-field {
    margin-left: 108px;
    margin-right: 0;
    font-size: 84%;
}

.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: 84%;
    color: #787C73;
}
.simple-form-field {
    margin-left: 10px;
    height: 1%;
}
.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 {
    border: 1px solid #C3D0B4;
    margin-bottom: 10px;
    font-size: inherit;
    width: 160px;
    padding: 2px;
}
#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 #DDDDDD;
}
#box-content textarea.default-textarea {
    border: 1px solid #C3D0B4;
    margin: 0;
    margin-bottom: 10px;
    font-size: inherit;
    padding: 0;
    width: 160px;
    height: 100px;
}
#box-content .highlighted-box textarea.default-textarea,
#box-content .highlighted-box-indent textarea.default-textarea {
    border: 1px solid #DDDDDD;
}
#box-content textarea.large-textarea {
    border: 1px solid #C3D0B4;
    margin: 0;
    margin-bottom: 10px;
    font-size: inherit;
    padding: 0;
    width: 320px;
    height: 100px;
}
#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;
    border: 1px solid #C3D0B4;
    font-size: inherit;
    padding: 2px;
    width: 166px;
}
#box-content .orderitem-upload-column select.default-input {
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: inherit;
    padding: 0;
    font-size: 100%;
}
#box-content .orderitem-upload-column input.file-input {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 100%;
}

#box-content input.calc-mm-input,
#box-content input.calc-amount-input {
    border: 1px solid #C3D0B4;
    margin: 0;
    font-size: inherit;
    padding: 0;
    font-size: 100%;
}
#box-content input.calc-mm-input {
    width: 25px;
}
#box-content input.calc-amount-input {
    width: 80px;
}

#box-content select.calc-mm-input,
#box-content select.calc-mid-input {
    margin: 0;
    font-size: inherit;
    padding: 0;
    font-size: 100%;
}
#box-content select.calc-mm-input {
    width: 40px;
}
#box-content select.calc-mid-input {
    width: 80px;
}

.large-tooltip-box {
    width: 360px;
    position: relative;
}
.large-tooltip-box .inner-tooltip-box {
    background: #EFF2EB;
    border: 1px solid #93A9BC;
    margin-left: 0;
    font-size: 84%;
}
.tooltip-box {
    background: url(../img/system/arrow-form-helpbox_orange.gif) 0 0 no-repeat;
    width: 255px;
    position: absolute;
}
.highlighted-box .tooltip-box {
    background: url(../img/system/arrow-form-helpbox.gif) 0 0 no-repeat;
    width: 230px;
    position: absolute;
}
.orderitem-wide-column .highlighted-box .tooltip-box {
    background: url(../img/system/arrow-form-helpbox.gif) 0 0 no-repeat;
    width: 223px;
    position: absolute;
	position: relative;
}
.highlighted-box-indent .tooltip-box {
    background: url(../img/system/arrow-form-helpbox.gif) 0 0 no-repeat;
    width: 180px;
    position: absolute;
}
.inner-tooltip-box {
    background: #FCEDDB;
    border: 1px solid #DDDDDD;
	border-left:none;
    margin-left: 15px;
    font-size: 84%;
}
.highlighted-box .inner-tooltip-box,
.highlighted-box-indent .inner-tooltip-box {
    background: #EFF2EB;
    border: 1px solid #DDDDDD;
	border-left:none;
}
.inner-tooltip-box p,
.highlighted-box-indent .inner-tooltip-box p {
    margin: 5px;
}
.toolbox {
    clear: both;
}
.toolbox-column1 {
    width: 260px;
    float: left;
    margin-left: 0;
    margin-bottom: 10px;
}
.toolbox-column1 p {
    font-size: 84%;
}
.cart-couponbox {
    background: #EFF2EB;
    width: 280px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 8px 0;
    font-size: 84%;
    float: left;
    height: 1%;
}
.couponbox-descr {
    width: 90px;
    margin: 5px;
    margin-right: 0;
    font-weight: bold;
    text-align: right;
    font-size: inherit;
    float: left;
    height: 1%;
}
.couponbox-formcontent {
    margin-left: 105px;
    font-size: inherit;
}
.couponbox-input {
    border: 1px solid #C3D0B4;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 2px;
    width: 120px;
    font-size: 1em;
}
.couponbox-submit {

}
.toolbox-column2 {
    margin-left: 300px;
}
.toolbox-column2 p {
    font-size: 84%;
}
.order-flow-box {
    height: 70px;
}
#box-content .order-flow-item {
    text-align: center;
    font-size: 80% !important;
	font-size: 75%;
    font-weight: bold;
    line-height: 1.10em;
    margin-top: 8px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 10px;
    width: 80px;
    float: left;
    height: 1%;
	letter-spacing: -0.05em;
}
.order-flow-item.active {
    color: #000000;
}
.order-flow-item.inactive {
    color: #ABABAB;
}
.order-flow-footer-box {
    margin-top:    20px !important;
    margin-top:    0;
    /*background: #FCEDDB;*/
    /*padding-top: 8px;
    padding-bottom: 8px;*/
    clear: both;
    height: 28px;
    font-size: 0.89em;
}
.order-flow-footer-back {
    float: left;
    height: 1%;
}
.order-flow-footer-back a {
    background: url(../img/buttons/button-arrow-order-flow-bg.jpg) left 50% repeat-x;
    border: 1px solid #ABABAB;
/*    margin-left: 8px;*/
    line-height: 24px;
    float: left;
    height: 24px;
    cursor: pointer;
}
.order-flow-footer-back a span {
    background: url(../img/buttons/button-arrow-order-flow-left.gif) left 50% no-repeat;
    padding-right: 15px;
    padding-left: 30px;
    float: left;
    height: 24px;
}
.order-flow-footer-continue {
    margin-left: 300px;
    height: 1%;
}
.order-flow-footer-continue a {
    background: url(../img/buttons/button-arrow-order-flow-bg.jpg) right 50% repeat-x;
    border: 1px solid #ABABAB;
/*    margin-right: 8px;*/
    line-height: 24px;
    float: right;
    height: 24px;
    cursor: pointer;
}
.order-flow-footer-continue a span {
    background: url(../img/buttons/button-arrow-order-flow-right.gif) right 50% no-repeat;
    padding-left: 15px;
    padding-right: 30px;
    float: left;
    height: 24px;
}
.order-flow-footer-back a:hover,
.order-flow-footer-back a:focus,
.order-flow-footer-continue a:hover,
.order-flow-footer-continue a:focus {
    border: 1px solid #007E82;
}

.customer-menu-footer-box {
    background: none;
    margin-top: 20px;
    clear:left;
    height: 1%;
}
.customer-menu-footer-back {
    float: left;
    height: 1%;
}
.customer-menu-footer-back a {
    background: url(../img/buttons/button-arrow-order-flow-bg.jpg) left 50% repeat-x;
    border: 1px solid #ABABAB;
    margin-left: 0;
    line-height: 24px;
    float: left;
    height: 24px;
    cursor: pointer;
}
.customer-menu-footer-back a:hover,
.order-flow-footer-back a:focus {
    border: 1px solid #000000;
}
.customer-menu-footer-back a span {
    background: url(../img/buttons/button-arrow-order-flow-left.gif) left 50% no-repeat;
    padding-right: 15px;
    padding-left: 30px;
    float: left;
    height: 24px;
}
.highlighted-box {
    background: #FCEDDB;
    border: 1px solid #007E82;
    margin: 0;
    margin-bottom: 20px;
    width: 99.5%;
/*    width: auto;*/
    float: left;
/*    height: 1%;*/
}

.highlighted-box-indent {
    background: #FCEDDB;
    border: 1px solid #007E82;
    margin: 0;
    margin-bottom: 20px;
    width: 99.5%;
    float: left;
/*    height: 1%;*/
}
.highlighted-box p,
.highlighted-box-indent p {
    clear: none;
}
.highlighted-box dl {
    margin-top: 5px;
}
.highlighted-box-footer {
    background: #007E82;
    text-align: right;
    margin-top: 5px;
    clear: both;
}
.highlighted-box-footer-inactive {
    background: #93A9BC;
    text-align: right;
    margin-top: 5px;
    clear: both;
}
#box-content .default-box .highlighted-box-footer a {
    background: url(../img/icons/icon-edit.gif) left 50% no-repeat;
    color: #FFFFFF;
    line-height: 175%;
	padding: 2px 0;
}
#box-content .default-box .highlighted-box-footer-inactive a {
    background: url(../img/icons/icon-edit-inactive.gif) left 50% no-repeat;
    color: #CCCCCC;
}
.highlighted-box-footer a span,
.highlighted-box-footer-inactive a span {
    margin-left: 20px;
    margin-right: 8px;
}
.highlighted-box-clearer {
    margin: 0;
    padding: 0;
    height: 5px;
    clear: both;
}
.addressbook {
    clear: both;
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 20px;
}
#box-content .default-box .addressbook h2 {
    background: none;
    color: #575757;
    font-size: 1.15em;
}
#box-content .default-box .addressbook h2 span {
    margin-left: 0;
}
.addressbook p {
    margin-left: 0;
    margin-bottom: 10px;
}
.addressbook .highlighted-box {
    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: 84%;
}
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;
	line-height: 175%;
	padding: 2px 0;
	letter-spacing: -0.04em;
}
a.link-euro {
    background: url(../img/icons/icon-euro.gif) left 50% no-repeat;
}
#box-content a.link-info {
    background: url(../img/icons/icon-info.gif) left 50% no-repeat;
    display: inline;
	line-height: 175%;
	padding: 2px 0;
}
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: 84%;
}

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: 10px;
}

#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 a.button-close-small {
    background: url(../img/buttons/button-close-small.gif) left 50% no-repeat;
	color: #E7E7E7;
}
#box-content .default-box .highlighted-box-footer a.button-transfer-data {
    background: url(../img/icons/icon-transfer-data.gif) left 50% no-repeat;
}
#box-content .default-box .highlighted-box-footer a.button-cancel-small {
    background: url(../img/buttons/button-close-small.gif) left 50% no-repeat;
}
#box-content .default-box .highlighted-box-footer a.button-save-small {
    background: url(../img/buttons/button-save-small.gif) left 50% no-repeat;
}
#box-content .default-box .highlighted-box-footer a.button-transfer-data,
#box-content .default-box .highlighted-box-footer a.button-cancel-small,
#box-content .default-box .highlighted-box-footer a.button-save-small {
    margin-bottom: 4px;
    color: #E7E7E7;
    cursor: pointer;
}
#box-content a.button-close-small:hover,
#box-content .default-box .highlighted-box-footer a.button-transfer-data:hover,
#box-content .default-box .highlighted-box-footer a.button-cancel-small:hover,
#box-content .default-box .highlighted-box-footer a.button-save-small:hover {
    color: #FFFFFF;
}
#box-content a.button-close-small span,
#box-content .default-box .highlighted-box-footer a.button-transfer-data span,
#box-content .default-box .highlighted-box-footer a.button-cancel-small span,
#box-content .default-box .highlighted-box-footer a.button-save-small 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: 4px;
    cursor: pointer;
	padding: 2px 0;
}
#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: 4px;
    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: 84%;
}
a.delete-item span {
    margin-left: 20px;
}
/* errors */
.error-row {
    margin-top: 20px;
    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: #CC0000;
}

#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 #007E82;
    clear: left
}
/* popwin styles */
.popwin-outer-wrap {
    margin: 20px 30px;
    background: #FFFFFF;
    border: none;
	font-size: 80% !important;
	font-size: 100%;
	color: #575757;
}
.popwin-header {
    background: url(../img/system/popup-header-background.jpg) top right no-repeat;
    height: 100px;
    border-bottom: 1px solid #FFFFFF;
}
.popwin-header img {
    border: 0;
}
.popwin-header-logo {
    margin-left: 0;
    float: left;    
}
.popwin-header-title {
    margin-left: 5px;
	margin-right: 100px;
    padding-top: 75px;
    font-weight: bold;
	color: #FFFFFF;
}
.popwin-content-wrap {
    margin: 0;
    padding: 0;
	border: 1px solid #007E82;
}
.popwin-content {
    margin: 10px 10px;
}
.popwin-content dl {
    clear: left;
    margin-bottom:20px;
}
.popwin-content dt {
    float: left;
    width: 40px;
    /*margin-bottom:20px;*/
	height: 35px;
}
.popwin-content dd {
    margin-left: 41px;;
}
.popwin-content h2 {
    margin-bottom: 8px;
	font-weight: bold;
}
.popwin-content p {
    margin-bottom: 20px;
}
.popwin-footer-wrap {
    background: #007E82;
	font-size: 84%;
	line-height: 150%;
	border-top: 1px solid #FFFFFF;
	clear: left;
}
.popwin-footer-content,
.popwin-footer-content a {
    color: #FFFFFF;
    text-decoration: none;
}
.popwin-footer-content {
    text-align: right;
    font-size: 84%;
	margin: 0 4px;
}
a.popwin-download {
    background: url(../img/system/arrow-right-small.gif) left 50% no-repeat;
    font-size: 84%;
    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;
}
table.faq,
table.faq td,
table.faq th {
  border: none;
}
table.faq td,
table.faq th {
  padding: 3px 2px;
  line-height: 120%;
}
table.faq th {
  background-color: #ABABAB;
  color: #FFF;
}
table.faq tr:nth-of-type(odd) {
  background-color: none;
}
table.faq tr:nth-of-type(even) {
  background-color: #D5D5D5;
}

/* ================================================================ 
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:25px;
	background:#007E82;
	position:relative;
	z-index:500;
    font-size: 80% !important;
	font-size: 100%;
}
#nav li.top {
	display:block;
	float:left;
	height:25px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	color:#CCCCCC;
	text-decoration:none;
	font-size: 90% !important;
	font-size: 90%;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
	background: none;
	font-family:Arial, Helvetica, sans-serif;
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 12px 0 12px;
	height:35px;
	background: none;
	font-family:Arial, Helvetica, sans-serif;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 12px 0 12px;
	height:25px;
	background: none;
	font-family:Arial, Helvetica, sans-serif;
}


#nav li:hover a.top_link {
	color:#FFFFFF;
	background: none;
}
#nav li:hover a.top_link span {
	background: none;
}
#nav li:hover a.top_link span.down {
	background: none;
}

/* Default list styling */

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


#nav li:hover ul.sub {
	left:18px;
	top:25px;
	background: #FFFFFF url(../img/system/background-dropdown.png) repeat 0 0;
	padding:0;
	border:1px solid #007E82;
	border-top: 1px solid #FFFFFF;
	white-space:nowrap;
	width:180px;
	height:auto;
	z-index:300;
	text-transform: none;
	font-size: 85% !important;
	font-size: 84%;
}
#nav li:hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:180px;
	font-weight:normal;
}
#nav li:hover ul.sub li a {
	display:block;
	font-size:85%;
	height:20px;
	width:180px;
	line-height:20px;
	text-indent:5px;
	color:#000000;
	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:#007E82;
	color:#FFFFFF;
	border-color:#575757;
}
#nav li:hover ul.sub li a.fly:hover {
	background:#575757;
	color:#000000;
}


#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;
	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;
	color:#000000;
	border-color:#C3D0B4;
}


#calc-box-personalization .default-box {
    margin: 10px;
    background: #DEEBF4;
    border: 1px solid #7BAEDD;
    padding-top: 10px;
}
#calc-box-personalization input.box-info-input-text,
#calc-box-personalization textarea.box-info-input-textarea {
    border: 1px solid #7BAEDD !important;
    width: 360px !important;
	width: 360px;
}
#calc-box-personalization .form-row-descr {
    width: 120px !important;
    width: 120px;
}
#calc-box-personalization .form-row-formfield {
    margin-left: 140px;
}
#calc-box-personalization select.box-info-select-default {
    width: 370px !important;
	width: 365px;
    border: 1px solid #7BAEDD !important;
}
#calc-box-personalization .form-row-info-wide {
    width: 375px !important;
	width: 365px;
}
#calc-box-personalization.calc-box .default-box .form-row-descr {
    width: 115px !important;
}
#calc-box-personalization.calc-box .default-box .form-row-formfield {
    margin-left: 135px;
}
/* W2P styles */

.w2p-page-title {
    background: url(../img/system/arrow-link.gif) 5px 50% no-repeat;
    margin: 2px 5px;
    margin-bottom: 0;
    padding: 1px;
    padding-left: 18px;
    font-weight: bold;
    font-size: 120%;
}
#web2print-preview-page-vorderseite,
#web2print-preview-page-plakat,
#web2print-preview-page-aussen,
#web2print-preview-page-innen {
    /*text-align: center;*/
    padding: 20px 0;
    padding-bottom: 0;
    padding-left: 135px;
}
#web2print-preview-page-vorderseite img,
#web2print-preview-page-plakat img,
#web2print-preview-page-aussen img,
#web2print-preview-page-innen img {
    border: 1px solid #7BAEDD;
    padding: 1px;
    background: #FFFFFF;
}

#box-content div.w2p-preview-button-wrap {
    text-align: center;
    padding: 20px 0;
    font-size: 80%;
}
/*
#box-content div.w2p-preview-button-wrap input {
    cursor: pointer;
}
#box-content div.w2p-preview-button-wrap input.pdf-preview {
    cursor: pointer;
}
*/
/* lightbox */
#lightbox{    position: absolute;    left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #F2F2F2; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/system/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/system/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #F2F2F2; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%    ; }

#imageData{    padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;    }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;    }
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #575757; }

/* alert */
.overlay_alert {
    background-color: #999;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    font-size: 90%;
}
input.ok_button {
    background-color: #090;
    background-image:  url(../img/buttons/btn-upload-done-small.png);
    background-repeat: no-repeat;
    background-position:  2px 0;
    border: 1px solid #090;
    padding-left: 25px;
    font-size: 85%;
    cursor: pointer;
    color: #FFF;
    height: 28px;
    font-weight: bold;
}
input.ok_button:hover {
    background-position:  2px -44px;
    background-color: #FFF;
    border: 1px solid #090;
    color: #090;
}
input.cancel_button {
    background-color: #6C6C6C;
    background-image: url(../img/buttons/btn-do-upload-small.png);
    background-repeat: no-repeat;
    background-position:  2px 2px;
    border: 1px solid #6C6C6C;
    padding-left: 25px;
    font-size: 85%;
    cursor: pointer;
    color: #FFF;
    height: 28px;
    font-weight: bold;
}
input.cancel_button:hover {
    background-position:  2px -42px;
    background-color: #575757;
    border: 1px solid #575757;
}
.alert_nw {
    width: 5px;
    height: 5px;
}
.alert_n {
    height: 5px;
}
.alert_ne {
    width: 5px;
    height: 5px;
}
.alert_e {
    width: 5px;
}
.alert_w {
    width: 5px;
}
.alert_sw {
    width: 5px;
    height: 5px;
}
.alert_s {
    height: 5px;
}
.alert_se, .alert_sizer {
    width: 5px;
    height: 5px;
}
.alert_close {
    width:0px;
    height:0px;
    display:none;
}
.alert_minimize {
    width:0px;
    height:0px;
    display:none;
}
.alert_maximize {
    width:0px;
    height:0px;
    display:none;
}
.alert_title {
    float:left;
    height:1px;
    width:100%;
}
.alert_content {
    overflow: auto;
    color: #424242;
    font-family: inherit;
    font: inherit;
    text-align:center;
}

/* For alert/confirm dialog */
.alert_window {
    background: #FFF;
    padding:20px;
    margin-left:auto;
    margin-right:auto;
    width:400px;
}
.alert_message {
    width:100%;
    padding-bottom:10px;
}
.alert_buttons {
    text-align:center;
    width:100%;
}
.alert_buttons input {
    width:auto;
    margin:10px;
}
.alert_progress {
    float:left;
    margin:auto;
    text-align:center;
    width:100%;
    height:16px;
    background: #FFF url('../gfx/alert/progress.gif') no-repeat center center
}
.overlay_dialog {
    background-color: #666666;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.overlay___invisible__ {
  background-color: #666666;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.dialog_nw {
    width: 9px;
    height: 23px;
    background: transparent url(default/top_left.gif) no-repeat 0 0;
}
.dialog_n {
    background: transparent url(default/top_mid.gif) repeat-x 0 0;
    height: 23px;
}
.dialog_ne {
    width: 9px;
    height: 23px;
    background: transparent url(default/top_right.gif) no-repeat 0 0;
}
.dialog_e {
    width: 2px;
    background: transparent url(default/center_right.gif) repeat-y 0 0;
}
.dialog_w {
    width: 2px;
    background: transparent url(default/center_left.gif) repeat-y 0 0;
}
.dialog_sw {
    width: 9px;
    height: 19px;
    background: transparent url(default/bottom_left.gif) no-repeat 0 0;
}
.dialog_s {
    background: transparent url(default/bottom_mid.gif) repeat-x 0 0;
    height: 19px;
}
.dialog_se {
    width: 9px;
    height: 19px;
    background: transparent url(default/bottom_right.gif) no-repeat 0 0;
}
.dialog_sizer {
    width: 9px;
    height: 19px;
    background: transparent url(default/sizer.gif) no-repeat 0 0;
    cursor:se-resize;
}
.dialog_close {
    width: 14px;
    height: 14px;
    background: transparent url(default/close.gif) no-repeat 0 0;
    position:absolute;
    top:5px;
    left:8px;
    cursor:pointer;
    z-index:2000;
}
.dialog_minimize {
    width: 14px;
    height: 15px;
    background: transparent url(default/minimize.gif) no-repeat 0 0;
    position:absolute;
    top:5px;
    left:28px;
    cursor:pointer;
    z-index:2000;
}
.dialog_maximize {
    width: 14px;
    height: 15px;
    background: transparent url(default/maximize.gif) no-repeat 0 0;
    position:absolute;
    top:5px;
    left:49px;
    cursor:pointer;
    z-index:2000;
}
.dialog_title {
    float:left;
    height:14px;
    font-family: inherit;
    font-size:12px;
    text-align:center;
    width:100%;
    color:#424242;
}
.dialog_content {
    overflow:auto;
    color: #DDD;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    background-color:#123;
}
.top_draggable, .bottom_draggable {
  cursor:move;
}
.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}
.wired_frame {
  display: block;
  position: absolute;
  border: 1px #000 dashed;
}
/* DO NOT CHANGE THESE VALUES*/
div.dialog {
  background-color: #FFF;
  background-image: url(../img/system/bg-dialog.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 25px;
  -webkit-box-shadow:0 0 15px #181818;
  -moz-box-shadow: 0 0 15px #181818;
  -o-box-shadow: 0 0 15px #181818;
  -khtml-box-shadow: 0 0 15px #181818;
  box-shadow:0 0 15px #181818;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #424242;
}
.dialog {
  display: block;
  position: absolute;
}
.dialog table.table_window {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  padding: 0;
}
.dialog table.table_window td {
  margin: 0;
  padding:0;
  border: none;
}
.dialog table.table_window th {
    height: 16px;
    background: #424242;
}
.dialog .title_window {
    -moz-user-select:none;
}
/* POPWIN */
.popwin-outer-wrap {
  position: fixed;
  float: left;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 80%;
  overflow: auto;
  text-align: left;
  background-color: #FFF;
  background-image: url(../img/system/bg-popwin-header.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.popwin-header {
  float: left;
  width: 100%;
}
.popwin-header-title {
  float: left;
  width: 96%;
  margin: 0 2%;
  margin-top: 8px;
  border-bottom: 1px solid #424242;
  font-weight: bold;
  padding-bottom: 2px;
}
.popwin-header-logo,
.popwin-content-wrap {
  float: left;
  width: 96%;
  margin: 0 2%;
}
.popwin-content {
  float: left;
  width: 100%;
  line-height: 120%;
}
.popwin-content p {
  float: left;
  width: 100%;
  margin-top: 4px;

}
.popwin-content h2 {
  float: left;
  width: 250px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 180%;
  margin: 0;
  padding: 0;
  z-index: 6000;
  color: #FFF;
  text-align: right;
}
.popwin-content .popwin-file-wrapper {
  float: left;
  width: 530px;
  height: 358px;
  overflow:auto;
  font-size: 100%;
  line-height: 120%;
  position:absolute;
  border: none;
  left: 10px;
  top: 175px;
}
.popwin-content .default-row dl {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.popwin-content .default-row dt {
  float: left;
  width: 10%;
}
.popwin-content .default-row dd {
  float: left;
  width: 90%;
}
.popwin-footer-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  float: left;
  width: 100%;
  height: 60px;
  background-image: url(../img/system/bg-pop-dl.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 1000;
}
div.popwin-footer-content {
  position: absolute;
  bottom: 5px;
  width: 81%;
  margin-left: 1%;
  margin-right: 18%;
  text-align: right;
}
div.popwin-footer-content a.button-close-small {
  color: #FFF;

}

/* TEASER */

.full-teaser {
  height: 100px;
  width: 720px;
  position: relative;
  background: #FFF;
}
.large-teaser {
  height: 200px;
  width: 468px;
  position: relative;
  background-image: url(../img/system/bg-banner-large-default.png);
  background-repeat: no-repeat;
}
.small-teaser {
  height: 200px;
  width: 234px;
  position: relative;
  background-image: url(../img/system/bg-banner-small-default.png);
  background-repeat: no-repeat;
}
.large-teaser.no-bg,
.small-teaser.no-bg {
  background: none;
}
.teaser-content {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 100%;
}
.teaser-content h4 {
  font-weight: normal;
  font-size: 150%;
  line-height: 110%;
  margin-top: 0;
  margin-bottom: 8px;
  color: #0C588A;
}
.teaser-content p {
  font-weight: normal;
  font-size: 100%;
  line-height: 110%;
  margin-top: 0 !important;
  margin-bottom: 8px;
}
.teaser-content img.left-align {
  float: left;
}
.teaser-content img.right-align {
  float: right;
}
.large-teaser .teaser-content {
  height: 180px;
  width: 448px;
}
.small-teaser .teaser-content {
  height: 180px;
  width: 214px;
}
/* CAROUSEL */
img.step_car_img {
  float: left;
  background: #acb8be;
}
.carousel-wrap {
  background: #FFF;
  position: relative;
  overflow: scroll;
  width: 468px;
  height: 200px;
  float: left;
}
.carousel-wrap .carousel-belt {
  position: absolute;
  left: 0;
  top: 0;
}
.carousel-wrap .carousel-item {
  float: left;
  overflow: hidden;
  margin: 0;
  width: 468px;
}
.carousel-left-btn,
.carousel-right-btn {
  background-image: url(../img/buttons/btn-carousel.png);
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
}
.carousel-left-btn {
  background-position: 0 0;
}
.carousel-left-btn:hover {
  background-position: 0 -50px;
}
.carousel-right-btn {
  background-position: 0 -100px;
}
.carousel-right-btn:hover {
  background-position: 0 -150px;
}
.cpaginate {
  height: 20px;
  position: relative;
  top: 2px;
  text-align: left;
  float: left;
  width: 100%;
}
#content div.multicolumnbox p.cpaginate {
  margin: 0;
  float: left;
}

/* language select */

div#language-select {
  margin-top: 5px;
  font-size: 100%;
  font-weight: bolder;
  padding-left: 25px;
}

div#language-select.lang-de {
  background-image: url(../img/system/flag-de.gif);
  background-repeat: no-repeat;
  background-position: center left;
}
div#language-select.lang-en {
  background-image: url(../img/system/flag-en.gif);
  background-repeat: no-repeat;
  background-position: center left;
}
div#language-select select option {
  padding: 0 2px;
}
