@charset "utf-8";
/* CSS Document */

/* main */
a {
    -moz-outline: none;
    color: #00A2FF;
}
a.beside {
    -moz-outline: none;
    color: #666;
}
img{
    border: none;
}
p {
    margin: 0 0 1.3em 0;
}

div.headline {
    margin: 0 0 10px -27px;
    padding: 8px 0 0 0;
    overflow: hidden;
    height: 34px;
}
div.headline .left {
    float: left;
    width: 16px;
    height: 34px;
}
div.headline .middle {
    float: left;
    padding: 0 5px;
    height: 34px;
    background: url(../images/bg_headline_middle.gif) repeat-x;
}
div.headline .middle h1,
div.headline .middle h2,
div.headline .middle h3,
div.headline .middle h4 {
    font-size: 1.2em;
    line-height: 25px;
    color: #FFF;
    padding: 0;
    margin: 0;
    height: 34px;    
}
div.headline .middle h1.alternative,
div.headline .middle h2.alternative,
div.headline .middle h3.alternative,
div.headline .middle h4.alternative {
    color: black;    
}
* html div.headline .middle h1,
* html div.headline .middle h2,
* html div.headline .middle h3{
    height: auto;
}

div.headline .middleyellow {
    float: left;
    padding: 0 5px;
    height: 34px;
    background: url(../images/staticpages/bg_headline_yellow_middle.gif) repeat-x;
}
div.headline .middleyellow h1,
div.headline .middleyellow h2,
div.headline .middleyellow h3,
div.headline .middleyellow h4 {
    font-size: 1.2em;
    line-height: 25px;
    color: #FFF;
    padding: 0;
    margin: 0;
    height: 34px;    
}
div.headline .middleyellow h1.alternative,
div.headline .middleyellow h2.alternative,
div.headline .middleyellow h3.alternative,
div.headline .middleyellow h4.alternative {
    color: black;    
}
* html div.headline .middleyellow h1,
* html div.headline .middleyellow h2,
* html div.headline .middleyellow h3{
    height: auto;
}

div.headline .right {
    float: left;
    width: 31px;
    height: 34px;
}
.label-corner {
    margin: -17px 0 0 -25px;
}
* html .label-corner {
    margin: -3px 0 0 -25px;
}

h1 {
    font-size: 1.75em;
    color: #729216;    
    margin: 0 0 0.9em 0;
}
h2 {
    color: #729216;
    font-size: 1.2em;
}
h3 {
    margin: 1.5em 0 0.8em 0;
    color: #729216;    
    font-size: 1em;
}

h5 {
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
}

ul {
    padding-left: 1em;
    list-style-image: url(../images/ico_bullet.gif);
}

ul li {
    margin-bottom: 0.75em;
    line-height: 1.3em;
}

ul2 {
    padding-left: 1em;
    list-style-image: url(../images/ico_checkmark.gif);    
}

ul2 li {
    margin-bottom: 0.75em;
    margin-left: 2em;
    line-height: 1.3em;
}

.txt-highlight {
    color: #729216;
}

body {
    margin: 0;
    padding: 0;
    background: url(../images/bg_body.gif) top repeat-y #fdfdfd;
    /*background: url(../images/bg_body.gif) top repeat-y #F0F6FF;*/
    font: 0.75em Verdana, Geneva, sans-serif;
    color: #464646;
    line-height: 1.3em;
}
#cta-main-head {
    /*background: url(../images/standard_background.jpg) top no-repeat;*/ 
    background: url(../images/background.jpg) top no-repeat;     
}
#cta-main {
    width: 952px;
    margin: 0 auto;
    background: url(../images/bg_main.jpg) 0 155px no-repeat;
    min-height: 600px;
}
#cta-nav-head {
    padding: 30px 20px 10px 0;
    text-align: right;
    overflow: hidden;
    font-size: 0.9em;
}
* html #cta-nav-head {
    height: 20px;
}
#cta-nav-head a {
    color: #686868;
    text-decoration: none;
}
#cta-nav-head .cta-basket,
#cta-nav-head .cta-order-search,
#cta-nav-head .cta-login,
#cta-nav-head .cta-languages {
    float: right;
    margin: 0 0 0 25px;
    padding: 5px 8px 8px;
    cursor: pointer;
}

#cta-nav-head .cta-currency {
    float: right;
    margin: 0 0 0 25px;
    padding: 5px 8px 8px;
    cursor: pointer;
}

#cta-nav-head .cta-search {
    float: left;
    padding: 0 0 0 255px;
    background: url(../images/bg_input_search.gif) no-repeat #FFF right;    
}
#cta-nav-head .cta-search .inp-field {
    border: none;
    width: 125px;
    padding: 3px 0;
    line-height: 20px;
    height: 20px;
    font-size: 0.9em;
    outline: none;
    background: none;
}
* html #cta-nav-head .cta-search .inp-field {
    padding: 0px 0 0 5px;
}
* html #cta-nav-head .cta-search .button {
    background: transparent none;
    border: none;
    width: 20px;
    height: 20px;
    margin-bottom: -5px;
}
#cta-nav-head .cta-basket img,
#cta-nav-head .cta-order-search img,
#cta-nav-head .cta-login img,
#cta-nav-head .cta-languages img,
#cta-nav-head .cta-currency img {
    margin: 0 0 -5px 6px;
}
#cta-nav-head .cta-languages-layer,
#cta-nav-head .cta-login-layer {
    position: absolute;
    z-index: 99;
    background: #FFF;
    border: 1px solid #999;
    border-bottom: 3px solid #999;
    top: 55px;
    margin-left: -6px;
    width: 155px;
}
#cta-nav-head .cta-currency-layer {
    position: absolute;
    z-index: 99;
    background: #FFF;
    border: 1px solid #999;
    border-bottom: 3px solid #999;
    top: 55px;
    margin-left: -6px;
    width: 40px;
}
#cta-nav-head .cta-order-search .inp-field {
    border: solid 1px #c0c0c0;
    width: 145px;
    padding: 3px;
    line-height: 0.8em;
    height: 10px;
    font-size: 0.8em;
    outline: none;
    background: none;
}
#cta-nav-head .cta-order-search .button {
    font-size: 0.8em;
    background: #c0c0c0;
    border: none;
    width: 30px;
    height: 17px;
    margin-bottom: -5px;
}
#cta-nav-head ul {
    text-align: left;
    list-style-image: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
#cta-nav-head ul li {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}

#cta-nav-head ul li a {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 8px;
    display: block;
}
#cta-nav-head ul li a:hover {
    background: #ECECEC;
}
#cta-logo {
    margin: 0 50px 0 40px;
    float: left;
}
* html #cta-logo {
    margin: 0 25px 0 20px;
}
#cta-header-left {
    float: left;
}
#cta-header-right {
    float: left;
    margin-bottom: 20px;
}
#cta-teaser {
    margin: 20px 0 0 0;    
}
.cta-teaser-small {
    width: 454px;
    float: left;
    margin: 20px 0 20px 20px;    
}
* html .cta-teaser-small {
    margin: 20px 0 20px 10px;    
}
.cta-teaser-small .txt {
    background: url(../images/pic_teaser_small_bottom.png) no-repeat;
    height: 128px;
    padding: 0 40px;
}

/* buttons for old menu*/
/* navigation */
#cta-nav-main {
    height: 43px;
}
#cta-nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#cta-nav-main ul li {
    display: block;
    height: 43px;
    float: left;
    margin: 0;
    padding: 0;
}
#cta-nav-main #bt-products a {
    width: 110px;
    background-position: 0 0;
}
#cta-nav-main #bt-products a:hover {
    background-position: 0 -43px;
}
#cta-nav-main #bt-products a.active {
    background-position: 0px -86px;
}
#cta-nav-main #bt-designs a {
    width: 88px;
    background-position: -110px 0;
}
#cta-nav-main #bt-designs a:hover {
    background-position: -110px -43px;
}
#cta-nav-main #bt-designs a.active {
    background-position: -110px -86px;
}
#cta-nav-main #bt-own-design a {
    width: 164px;
    background-position: -198px 0;
}
#cta-nav-main #bt-own-design a:hover {
    background-position: -198px -43px;
}
#cta-nav-main #bt-own-design a.active {
    background-position: -198px -86px;
}
#cta-nav-main #bt-help a {
    width: 61px;
    background-position: -362px 0px;
}
#cta-nav-main #bt-help a:hover {
    background-position: -362px -43px;
}
#cta-nav-main #bt-help a.active {
    background-position: -362px -86px;
}
#cta-nav-main #bt-coupon a {
    width: 95px;
    background-position: -423px 0px;
}
#cta-nav-main #bt-coupon a:hover {
    background-position: -423px -43px;
}
#cta-nav-main #bt-coupon a.active {
    background-position: -423px -86px;
}
#cta-nav-main #bt-partner a {
    width: 112px;
    background-position: -518px 0px;
}
#cta-nav-main #bt-partner a:hover {
    background-position: -518px -43px;
}
#cta-nav-main #bt-partner a.active {
    background-position: -518px -86px;
}
/*
#cta-nav-main #bt-space a {
    width: 83px;
    background-position: -547px 0px;
    cursor: default;
}
*/
#cta-nav-main #bt-news a {
    width: 62px;
    background-position: -630px 0px;
}
#cta-nav-main #bt-news a:hover {
    background-position: -630px -43px;
}
#cta-nav-main #bt-news a.active {
    background-position: -630px -86px;
}

/*buttons for new menu*/
/* navigation */
#cta-nav-main2 {
    height: 43px;
}
#cta-nav-main2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#cta-nav-main2 ul li {
    display: block;
    height: 43px;
    float: left;
    margin: 0;
    padding: 0;
}
#cta-nav-main2 #bt-products2 a {
    width: 90px;
    background-position: 0 0;
}
#cta-nav-main2 #bt-products2 a:hover {
    background-position: 0 -43px;
}
#cta-nav-main2 #bt-products2 a.active {
    background-position: 0px -86px;
}
#cta-nav-main2 #bt-designs2 a {
    width: 88px;
    background-position: -90px 0;
}
#cta-nav-main2 #bt-designs2 a:hover {
    background-position: -90px -43px;
}
#cta-nav-main2 #bt-designs2 a.active {
    background-position: -90px -86px;
}
#cta-nav-main2 #bt-own-design2 a {
    width: 164px;
    background-position: -178px 0;
}
#cta-nav-main2 #bt-own-design2 a:hover {
    background-position: -178px -43px;
}
#cta-nav-main2 #bt-own-design2 a.active {
    background-position: -178px -86px;
}
#cta-nav-main2 #bt-designcover a {
    width: 131px;
    background-position: -342px 0px;
}
#cta-nav-main2 #bt-designcover a:hover {
    background-position: -342px -43px;
}
#cta-nav-main2 #bt-designcover a.active {
    background-position: -342px -86px;
}
#cta-nav-main2 #bt-coupon2 a {
    width: 94px;
    background-position: -473px 0px;
}
#cta-nav-main2 #bt-coupon2 a:hover {
    background-position: -473px -43px;
}
#cta-nav-main2 #bt-coupon2 a.active {
    background-position: -473px -86px;
}
#cta-nav-main2 #bt-help2 a {
    width: 64px;
    background-position: -567px 0px;
}
#cta-nav-main2 #bt-help2 a:hover {
    background-position: -567px -43px;
}
#cta-nav-main2 #bt-help2 a.active {
    background-position: -567px -86px;
}
/*
#cta-nav-main #bt-space a {
    width: 83px;
    background-position: -547px 0px;
    cursor: default;
}
*/
#cta-nav-main2 #bt-news2 a {
    width: 62px;
    background-position: -631px 0px;
}
#cta-nav-main2 #bt-news2 a:hover {
    background-position: -631px -43px;
}
#cta-nav-main2 #bt-news2 a.active {
    background-position: -631px -86px;
}


#cta-nav-sub-v1,
#cta-nav-sub-v2 {
    font-size: 0.9em;
    line-height: 1.25em;
    background: url(../images/bg_cta_nav_sub_v1.gif) no-repeat;
    height: 58px;
    width: 700px;
}
#cta-nav-sub-v1 .title {
    color: #999;
    font-weight: bold;
    font-size: 1.15em;
    font-family: "Times New Roman", Times, serif;
}
#cta-nav-sub-v1 .title-active {
    color: #999;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5em;
}
#cta-nav-sub-v1 .title-active a {
    text-decoration: none;
}
#cta-nav-sub-v1 .step-1-image,
#cta-nav-sub-v1 .step-2-image,
#cta-nav-sub-v1 .step-3-image {
    float: left;
    margin: 6px 0 0 19px;
    width: 38px;
    height: 38px;
    display: inline;
}
#cta-nav-sub-v1 .step-2-image {
    margin: 6px 0 0 61px;
}
#cta-nav-sub-v1 .step-3-image {
    margin: 6px 0 0 64px;
}
#cta-nav-sub-v1 .step-describtion .title-active {
    display: block;
    padding: 12px 0 0 0;
}
#cta-nav-sub-v1 .step-describtion {
    float: left;
    padding: 6px 0 0 10px;
    width: 130px;
    overflow: hidden;
}
#cta-nav-sub-v2 {
    background: url(../images/bg_cta_nav_sub_v2.gif) no-repeat;
    font-size: 1.1em;    
}
#cta-nav-sub-v2 a {
    color: #6C6C6C;
    text-decoration: none;
    margin: 0 10px;
}
#cta-nav-sub-v2 a.active {
    color: #759D05;
}
#cta-nav-sub-v2 .level-1 {
    line-height: 27px;
    padding: 0 0 0 6px;
    margin: 0 0 1px 0;
}
#cta-nav-sub-v2 .level-2 {
    line-height: 24px;
    padding: 0 0 0 6px;
}
#nav-third {
    margin: 0;
    padding: 0;
    list-style-type: none;    
}
#nav-third a {
    color: #464646;
    text-decoration: none;
}
#nav-third a.active {
    color: #7DA700;
}
#nav-third a:hover {
    text-decoration: underline;
}
#nav-third li {
    padding: 2px 0 2px 19px;
    margin: 0;
}
* html #nav-third li {
    padding: 7px 0 0 19px;
    margin: 0;
}
#nav-third li.second {
    padding: 2px 0 2px 29px;
    margin: 0;
    font-size: 0.9em;
}
#nav-third li.divider {
    padding: 5px 0;
    margin: 0;
    display: block;
    line-height: 1px;
}
* html #nav-third li.divider {
    padding: 2px 0;
}
#cta-nav-footer,
#cta-footer {
    margin: 30px 0 20px 0;
    padding: 20px 0 0 20px;
    border-top: 1px dashed #999;
    color: #717171;
    font-size: 0.85em;

}
* html #cta-nav-footer,
* html #cta-footer {
    height: 150px;
    overflow: visible;
}
#cta-nav-footer a,
#cta-footer a {
    color: #717171;
    text-decoration: none;
}
#cta-nav-footer a:hover,
#cta-footer a:hover {
    text-decoration: underline;
}
#cta-nav-footer strong,
#cta-footer strong {
    font-weight: bold;
    font-size: 1.1em;
}
#cta-nav-footer .column,
#cta-footer .column {
    float: left;
    width: 130px;
    margin: 0 20px 0 0;
}
#cta-footer .column a img{
    margin: 0 7px 7px 0;
}
#cta-footer .column-wide {
    float: left;
    width: 320px;
    margin: 0 20px 0 0;
}
#cta-footer .column-wide img {
    margin: 0 7px 0 0;
}
#cta-footer .information {
    margin: 15px 0 0 0;
    padding: 0 70px 0 0;
    font-size: 0.95em;
    line-height: 1.35em;
    color: #bababa;
}
#cta-main-bottom {
    width: 972px;
    margin: 0 auto;
}


/* content */
#cta-content-wide-right {
    width: 699px;
    margin: 0 0 0 -6px;
    float: left;
}
#cta-content-wide-left {
    width: 699px;
    margin: 0 0 0 10px;
    float: left;
    position: relative;
}
* html #cta-content-wide-left {
    margin: 0 0 0 5px;
}
#cta-content-wide-right .head,
#cta-content-wide-left .head {
    background: url(../images/bg_cta_wide_head.png) top no-repeat;
    height: 20px;
}
#cta-content-wide-right .content,
#cta-content-wide-left .content {
    background: url(../images/bg_cta_wide.png) center repeat-y;
}
* html #cta-content-wide-right .content,
* html #cta-content-wide-left .content {
    background: url(../images/bg_cta_wide_alt.gif) center repeat-y;
}
#cta-content-wide-right .footer,
#cta-content-wide-left .footer {
    background: url(../images/bg_cta_wide_footer.png) bottom no-repeat;
    height: 20px;
}
#cta-content-wider {
    width: 906px;
    margin: 0 0 0 32px;
}
#cta-content-wider .head {
    background: url(../images/bg_cta_wider_head.png) top no-repeat;
    height: 20px;
}
#cta-content-wider .content {
    background: url(../images/bg_cta_wider.png) center repeat-y;
}
* html #cta-content-wider .content {
    background: url(../images/bg_cta_wider_alt.gif) center repeat-y;
}
#cta-content-wider .footer {
    background: url(../images/bg_cta_wider_footer.png) bottom no-repeat;
    height: 20px;
}

#cta-content-widest {
    width: 922px;
    margin: 0 0 20px 18px;
}
#cta-content-widest .head {
    background: url(../images/bg_box_closed_head.png) top no-repeat;
    height: 20px;
}
#cta-content-widest .content {
    background: url(../images/bg_box_closed.png) center repeat-y;
}
* html #cta-content-widest .content {
    background: url(../images/bg_box_closed_alt.gif) center repeat-y;
}
#cta-content-widest .footer {
    background: url(../images/bg_box_closed_footer.png) bottom no-repeat;
    height: 20px;
}

.cta-content-2-3 {
    width: 608px;
    margin: 0 18px 0 18px;
    float: left;
}
* html .cta-content-2-3 {
    margin: 0 8px 0 9px;
}
.cta-content-2-3 .head {
    background: url(../images/bg_cta_2_3_head.png) top no-repeat;
    height: 20px;
}
.cta-content-2-3 .content {
    background: url(../images/bg_cta_2_3.png) center repeat-y;
}
* html .cta-content-2-3 .content {
    background: url(../images/bg_cta_2_3_alt.gif) center repeat-y;
}
.cta-content-2-3 .footer {
    background: url(../images/bg_cta_2_3_footer.png) bottom no-repeat;
    height: 20px;
}

.cta-content-1-3 {
    width: 296px;
    float: left;        
}
.cta-content-1-3 .head {
    background: url(../images/bg_cta_1_3_head.png) top no-repeat;
    height: 20px;
}
.cta-content-1-3 .content {
    background: url(../images/bg_cta_1_3.png) center repeat-y;
}
* html .cta-content-1-3 .content {
    background: url(../images/bg_cta_1_3_alt.gif) center repeat-y;
}
.cta-content-1-3 .footer {
    background: url(../images/bg_cta_1_3_footer.png) bottom no-repeat;
    height: 20px;
}
div.standalone {
    margin: 0 0 0 18px;
}

.sidebar-small-right {
    float: left;
    width: 234px;    
}
#cta-content-small-right {
    width: 234px;
    margin: 0 0 0 0;
    float: left;
}
#cta-content-small-right .head {
    background: url(../images/bg_cta_small_head.png) top no-repeat;
    height: 20px;
}
#cta-content-small-right .content {
    background: url(../images/bg_cta_small.png) repeat-y;
}
* html #cta-content-small-right .content {
    background: url(../images/bg_cta_small_alt.gif) repeat-y;
}
#cta-content-small-right .footer {
    background: url(../images/bg_cta_small_footer.png) bottom no-repeat;
    height: 20px;
}

#cta-content-small-left {
    width: 218px;
    margin: 65px 0 0 30px;
    float: left;
}
#cta-content-small-left .content-spacer {
    padding: 0 25px 0 7px;
}
* html #cta-content-small-left {
    margin: 50px 0 0 15px;
}
#cta-content-small-left .head {
    background: url(../images/bg_cta_smaller_head.png) top no-repeat;
    height: 20px;
}
#cta-content-small-left .content {
    background: url(../images/bg_cta_smaller.png) repeat-y;
}
* html #cta-content-small-left .content {
    background: url(../images/bg_cta_smaller_alt.gif) repeat-y;
}
#cta-content-small-left .footer {
    background: url(../images/bg_cta_smaller_footer.png) bottom no-repeat;
    height: 20px;
}
.content-spacer {
    padding: 0 25px;
    overflow: hidden;
}
.content-spacer .col-2 {
    float: left;
    width: 435px;
}
.content .col-2 .extra {
    padding:30px;
}
.content-spacer .col-2 .abs {
    padding-top: 100px;
    position:relative;
}
img.product-fullsize {
    margin: 0 10px;
}

img.basket-fullsize {
    margin: 0 10px;
    max-height:240px;
    max-width: 240px;
}

img.basket-thumb {
    max-height:50px;
    max-width: 50px;
}

img.design-fullsize {
    margin: 0 0 25px -10px;
    padding: 13px 21px 15px 20px;
    background: url(../images/bg_design_fullsize.png) no-repeat 0 0;    
}
table.product-datasheet td {
    line-height: 1.3em;
    padding: 0 0 8px 0;
}
table.product-datasheet-primary {
    margin: 20px 0 0 34px;
}
* html table.product-datasheet-primary {
    margin: 0 0 0 34px;
    width: 90%;
}
table.product-datasheet-primary td {
    line-height: 1.3em;
    padding: 0 0 8px 0;
}
img.product-inbasket {
    margin: 15px 0 0 34px;    
}
img.trusted-shops {
    margin: 0 0 10px 95px;    
}
img.product-divider {
    margin: 0 0 10px 0;    
}
img.section-divider {
    margin: 10px 0 0 0;    
}
.product-navigation {
    margin: 0 0 20px 0;    
}

.product-navigation img,
.describtion-navigation img {
    margin: 0 25px 0 0;    
}
.describtion-navigation {
    text-align: center;
}



/* content boxes */

.cta-nav-breadcrumb,
.cta-nav-order-breadcrumb {
    float: left;
    height: 36px;
    margin: 0 0 0 40px;
}
.cta-nav-order-breadcrumb {
    height: 36px;
    margin: 0 0 -8px 30px;
    font-size: 11px;
}
* html .cta-nav-order-breadcrumb {
    margin: 0 0 -8px 15px;
}

.cta-nav-breadcrumb ul,
.cta-nav-order-breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.cta-nav-breadcrumb ul li,
.cta-nav-order-breadcrumb ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 36px;
    height: 36px;
}
.cta-nav-breadcrumb ul li a,
.cta-nav-order-breadcrumb ul li a,
.cta-nav-order-breadcrumb ul li.icon {
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    background: #FFFFFF;    
    display: block;
    float: left;
    padding: 0 7px;
    text-decoration: none;    
}
.cta-nav-order-breadcrumb ul li a {
    color: #666;
}
.cta-nav-order-breadcrumb ul li.icon {
    padding: 0;
}
.cta-nav-order-breadcrumb ul li.icon img {
    margin: 7px 0 0 4px;
}
.cta-nav-breadcrumb ul li a.cur,
.cta-nav-order-breadcrumb ul li a.cur {
    text-decoration: none;
    color: #666;
    font-weight: bold;
}
.cta-nav-order-breadcrumb ul li a.cur {
    text-decoration: none;
    color: #729216;
    font-weight: bold;
}
.cta-nav-breadcrumb ul li a.back {
    background: none;
    border: none;
    line-height: 36px;
}
.cta-label-deal {
    float: right;
    height: 37px;
    margin: 0 40px 0 0;
    background: url(../images/bg_label_deal.gif) no-repeat right;
    padding: 0 25px 0 7px;
    color: #FFFFFF;
    line-height: 14px;
    font-size: 0.95em;
}
.cta-label-deal .txt {
    padding-top: 4px;
}

.cta-box-selector {
    float: right;
}
.cta-box-selector select {
    margin: 0 0 0 30px;
}
.cta-box-922-open,
.cta-box-922-open-bottom {
    width: 922px;
    margin: 0 0 20px 18px;
}
.cta-box-922-open-bottom .content-spacer {
    padding: 6px 0 0 6px;
    margin: 0px;
}
.cta-box-922-open-bottom {
    background: url(../images/bg_cta_922_bottomopen_v1.png) top no-repeat;
}
* html .cta-box-922-open-bottom {
    background: url(../images/bg_cta_922_bottomopen_v1.gif) top no-repeat;
}
#cta-ts-left,
#cta-ts-middle,
#cta-ts-right {
    float: left;
    width: 303px;
    height: 442px;
}
#cta-ts-middle {
    width: 305px;
}
#cta-ts-right {
    width: 301px;
}
#cta-ts-left img.title,
#cta-ts-middle img.title,
#cta-ts-right img.title {
    margin: 25px 0 20px 30px;
}
#cta-ts-left .content-spacer,
#cta-ts-middle .content-spacer,
#cta-ts-right .content-spacer {
    padding: 0 30px;
}

.cta-box-922-v1 {
    width: 922px;
    margin: 0 0 20px 18px;
    height: 665px;
    background: url(../images/bg_cta_922_v1.png) top no-repeat;
}
* html .cta-box-922-v1 {
    width: 922px;
    margin: 0 0 20px 18px;
    background: url(../images/bg_cta_922_v1.gif) top no-repeat;
}

.cta-box-922handy-open {
    width: 922px;
    margin: 0 0 20px 18px;
    background: url(../images/staticpages/l10n/bg_cta_922_open_mobiles.png) top no-repeat;
}
.cta-box-922handy-v1 {
    width: 922px;
    margin: 0 0 20px 18px;
    height: 665px;
    background: url(../images/bg_cta_922_v1.png) top no-repeat;
}
* html .cta-box-922handy-v1 {
    width: 922px;
    margin: 0 0 20px 18px;
    background: url(../images/bg_cta_922_v1.gif) top no-repeat;
}

.cta-box-297-v1,
.cta-box-297-v2 {
    width: 297px;
    height: 338px;
    margin: 0 0 20px 18px;
    background: url(../images/bg_cta_297_v1.png) top no-repeat;
}
* html .cta-box-297-v1 {
    background: url(../images/bg_cta_297_v1.gif) top no-repeat;    
}
.cta-box-297-v2 {
    background: url(../images/bg_cta_297_v2.png) top no-repeat;
}
* html .cta-box-297-v2 {
    background: url(../images/bg_cta_297_v2.gif) top no-repeat;
}

.cta-box-385-v1 {
    width: 385px;
    height: 371px;
    margin: 0 0 20px 18px;
    background: url(../images/bg_cta_385_v1.png) top no-repeat;    
}
* html .cta-box-385-v1 {
    background: url(../images/bg_cta_385_v1.gif) top no-repeat;
}

.cta-box-454-v1,
.cta-box-454-v2 {
    width: 454px;
    height: 371px;
    margin: 0 0 20px 18px;
    background: url(../images/bg_cta_454_v1.png) top no-repeat;    
}
* html .cta-box-454-v1 {
    background: url(../images/bg_cta_454_v1.gif) top no-repeat;    
}
.cta-box-454-v2 {
    background: url(../images/bg_cta_454_v2.png) top no-repeat;    
}
* html .cta-box-454-v2 {
    background: url(../images/bg_cta_454_v2.gif) top no-repeat;    
}

.cta-box-523-v1 {
    width: 523px;
    height: 371px;
    margin: 0 0 20px 18px;
    background: url(../images/bg_cta_523_v1.png) top no-repeat;    
}
* html .cta-box-523-v1 {
    background: url(../images/bg_cta_523_v1.gif) top no-repeat;    
}

p.cta-box-454-text-230px{
 width: 230px;
}
#cta-box-454-gs1495 {
 background: url(../images/bg_cta_454_gs1495.png) top no-repeat; 
}
* html #cta-box-454-gs1495 {
 background: url(../images/bg_cta_454_gs1495.gif) top no-repeat; 
}
#cta-box-454-gs2995 {
 background: url(../images/bg_cta_454_gs2995.png) top no-repeat; 
}
* html #cta-box-454-gs2995 {
 background: url(../images/bg_cta_454_gs2995.gif) top no-repeat; 
}

.cta-box-297-v1,
.cta-box-297-v2,
.cta-box-385-v1,
.cta-box-454-v1,
.cta-box-454-v2,
.cta-box-523-v1 {
    float: left;
    margin: 0 -3px 20px 12px;
}

* html .ie6-correction {
    margin-left: 9px;    
}

.content-spacer-boxes {
    padding: 20px 25px;
    overflow: hidden;
}
* html .content-spacer-boxes {
    padding: 0 25px 15px 25px;
}
* html .content-spacer-boxes .headline,
* html .content-spacer-motive .headline{
    margin-top: 15px;
}

.content-spacer-motive {
    padding: 15px 5px 15px 25px;
}
* html .content-spacer-motive {
    padding: 0 5px 15px 25px;
}
.cta-motive-thumb,
.cta-product-thumb {
    width: 132px;
    height: 122px;
    float: left;
    margin: 0 6px 0 -7px;
}
.cta-product-thumb {
    width: 112px;
    height: 144px;
    margin: 0 20px 0 0;
}
.cta-motive-thumb .title {
    padding: 5px 0;
    width: 110px;    
    text-align: center;
}
.cta-product-thumb .title {
    line-height: 15px;
    height: 30px;
    padding: 0;
    width: 100px;
    text-align: center;    
}
.cta-motive-thumb .title a,
.cta-product-thumb .title a {
    padding: 0;
    border: none;
    background: none;
    text-decoration: none;
    color: #666;
}
.cta-motive-thumb .title a:hover,
.cta-product-thumb .title a:hover {
    border: none;
    background: none;
}
.cta-motive-thumb a {
    padding: 4px;
    border: 1px solid #E2E2E2;
    background: #FFFFFF;
    display: block;
}
.cta-motive-thumb a:hover {
    background: #B4D744;
    border: 1px solid #B4D744;
}
.cta-motive-thumb img.motive {
    border: 1px solid #E2E2E2;
    position: relative;
}
.cta-motive-thumb div,
.cta-product-thumb div {
    float: left;
}
.cta-motive-thumb .middle {
    width: 112px;
    height: 131px;    
}
.cta-product-thumb .middle {
    border-top: 1px solid #A1A1A1;
    background: url(../images/pic_box_product_bg.gif) bottom no-repeat;
    width: 100px;
    height: 131px;    
}
.cta-product-thumb .bottom {
    background: url(../images/pic_box_product_bottom.png) no-repeat;
    width: 100px;
    height: 12px;
}
* html .cta-product-thumb .bottom {
    background: url(../images/pic_box_product_bottom.gif) no-repeat;
}
table.data {
    font-size: 0.95em;
}

table.data th {
    padding: 7px 6px;
    background: #E8F1D3;
    border-bottom: 1px solid #FFF;    
    text-align: left;
    font-weight: normal;
}
table.data td {
    padding: 7px 6px;
    background: #F8FBF1;
    border-bottom: 1px solid #FFF;
    color: #7DA700;
}


/* ERGAENZUNGEN 
   cta-box-454 zweispaltig: links Text, rechts img 90x90px */

div.cta-box-454-v1 div.text-image-row{
    width: 400px;
    margin-bottom: 5px;
    float: left;
}

div.cta-box-454-v1 div.text-image-row p{
    width: 240px;
    margin-right: 20px;
    float: left;
}

div.cta-box-454-v1 div.text-image-row div{
    width: 140px;
    float: left;
}


/* ERGAENZUNGEN 
   cta-box-922-open zweispaltig: links Text, rechts img 420px breit */

div.cta-box-922-open div.text-image-row{
    width: 886px;
    margin-bottom: 10px;
    float: left;
}

div.cta-box-922-open div.text-image-row p{
    width: 420px;
    margin-right: 28px;
    float: left;
}

div.cta-box-922-open div.text-image-row div{
    width: 420px;
    float: left;
}


.cta-box-454-v1-content-scrollable{
    height: 270px;
    overflow: auto;
}

.cta-box-922-open-content-half{
    float: left;
    width: 420px;
    padding-bottom: 20px;
}

.cta-box-922-open-content-half-left{
    float: left;
    width: 420px;
    margin-right: 30px;
    padding-bottom: 20px;
}

/* ENDE ERGAENZUNGEN */

/* order process */

.cta-advance-image {
    float: left;
    width: 100px;
    margin: 5px 0;
}
.cta-advance-desc {
    float: left;
    width: 145px;
    margin: 5px 0;    
}

/* forms */
form {
    margin: 0;
    padding: 0;
}
fieldset {
    border: none;
    border-top: 1px solid #CCC;
    padding: 10px 0;
    background: url(../images/bg_fieldset.gif) bottom repeat-x;
    margin: 15px 0;
}
fieldset.blank {
    border: none;
    background: none;
}
fieldset .content-spacer {
    background: none;
    padding: 10px;
}
legend {
    padding: 0 10px 0 0;
    margin: 0 0 0 -7px;
    font-size: 1.1em;
    font-weight: bold;
}
label {
    display: block;
    float: left;
    width: 190px;
    line-height: 1.7em;
}
fieldset .single-line {
    padding: 4px 0;    
}
div.buttonsPrevNext {
    width: 100%;
    float: left;
    padding: 10px 0 20px 0;
    color: #729216;
    font-weight: bold;
}
div.buttonsPrevNext a {
    color: #729216;
    font-weight: bold;
    text-decoration: none;
}
img.bt-special {
    margin: 0 0 -15px 62px;
}

div.buttonsPrevNext div#buttonPrev {
    width: 45%;
    float: left;
    vertical-align: middle;
}
div#buttonPrev p input {
    float: left;
    padding-top: 0px;
    margin-top: -3px;
    padding-right: 5px;
}
div#buttonPrev p span {
    float: left;
}
div.buttonsPrevNext div#buttonNext {
    text-align: right;
    width: 45%;
    float: right;
    vertical-align: middle;
}
div.buttonsPrevNext div#buttonPrev img,
div.buttonsPrevNext div#buttonNext img,
div.buttonsPrevNext div#buttonPrev input,
div.buttonsPrevNext div#buttonNext input {
    vertical-align: middle;
}
div#buttonNext p input {
    float: right;
    padding-top: 0px;
    margin-top: -3px;
    padding-left: 5px;
}
div#buttonNext p span {
    float: right;
}
.error, .formError {
    border:solid 2px #f00;
}
.formError {
    padding: 5px;
    margin-bottom: 5px;
}
.formError li {
    margin: 0;
    margin-bottom: 5px;
}
input[type=text] {
    margin: 0;
    padding: 2px;    
}
label.infokasten {
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 11px;
}
.label {
    width: 200px;
}
form.cmxform table {
    padding: 10px;
}
form.cmxform fieldset td {
    background: url(../images/cmxform-divider.gif) left bottom repeat-x;
    padding: 2px 0 5px 0;
}
fieldset .infotext {
    padding: 10px 12px;    
}
.alignRight {
    text-align: right;
}

.cta-alpha {
    opacity: 0.35; 
    -moz-opacity: 0.35;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter:alpha(opacity=35);
}


.faq {
    padding: 1px 0;
}
.faq h2.subhead{
    letter-spacing: 0.5px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 16px;
}
h2.subhead{
  margin-top: 0;
}
div.faq dl dt{
    margin-top: 15px;
    padding-left: 10px;
    font-weight: bold;
    background-position: top left;
    background-repeat: no-repeat;
    cursor: pointer;
}
div.faq dl dd{
    margin-left: 5px;
    margin-bottom: 25px;
    padding-bottom: 5px;
    /*display: none;*/
}
div.faq dl dd p{
    margin: 5px;
}
div.faq dl ul{
    margin: 10px 0px;
}

span.rohmotiv{
    float: left;
    margin: 5px;
    margin-right: 10px;
}

span.listHeaderTwilight{
    margin-left: 55px;
}



/* workarounds */
.clear-me {
    clear: both;
    font-size: 1px;
    height: 0;
    margin: 0;
    line-height: 0;
}
div.clear-me {
    overflow: hidden;
}

* html img,
* html .png,
* html #cta-content-wide-right .head,
* html #cta-content-wide-right .footer,
* html #cta-content-wide-left .head,
* html #cta-content-wide-left .footer,
* html #cta-content-wider .head,
* html #cta-content-wider .footer,
* html #cta-content-widest .head,
* html #cta-content-widest .footer,
* html #cta-content-small-right .head,
* html #cta-content-small-right .footer,
* html #cta-content-small-left .head,
* html #cta-content-small-left .footer,
* html .cta-box-922-open,
* html .cta-box-454,
* html .cta-box-454-float,
* html .cta-box-523,
* html .cta-box-523-float,
* html .cta-box-385,
* html .cta-box-385-float,
* html .cta-teaser-small .txt,
* html .cta-content-2-3 .head,
* html .cta-content-1-3 .head,
* html .cta-content-2-3 .footer,
* html .cta-content-1-3 .footer
{
    position: relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "/images/spec_spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

.price {
    white-space: nowrap;
}

ul#hotButtons{
  float: left;
  margin: 0;
  list-style-image: url("http://designskins.com/content/ebay/auctions/mobiles/img/haken.gif");
}
