body {
    font-size: 100.01%;
    font-family: Arial; Helvetica; sans-serif;
    color: #333;
    background-color: #fff;
}

body.catalog-category-view .noscript.content-wrapper,
.noscript.content-wrapper {
    border: 0 none;
    background-color: #333;
    color: #fff;
}

.noscript .content {
    padding: 0;
}

.noscript .noscript-inner {
    padding: 5px 0 5px 43px;
    background: #333 url(../images/no_js_warning.png) no-repeat 5px 0;
}

.noscript .noscript-inner p {
    font-size: 12px;
}

.hide_me {
    position: absolute;
    top: -9999px;
    left: -9999px;
    text-indent: -9999px;
}

p {
    line-height:135%;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #3cb1e1;
}

a:hover, a:active, a:focus {
    background-color: #333;
    color: #fff;
}

.link_arrow_right {
    padding-right: 15px;
    background: transparent url(../images/arrow_right.png) no-repeat right 2px;
    color: #333;
}

.link_arrow_right:hover,
.link_arrow_right:active,
.link_arrow_right:focus {
    background-color: transparent;
    color: #333;
}
.link_arrow_right:hover span,
.link_arrow_right:active span,
.link_arrow_right:focus span {
    background-color: #333;
    color: #fff;
}

/*** HEADER, CONTENT, FOOTER ***/
.header-wrapper,
.content-wrapper,
.footer-wrapper {
    min-width: 960px;
    max-width: 1174px;
}

.content-wrapper {
    border-top:30px solid #F7F7F7;
}

.content-wrapper.alt,
.content-wrapper.alt.cms,
.content-wrapper.cms {
    border: none;
}

.header-wrapper,
.footer-wrapper {
    overflow: hidden;
}
.header-wrapper,
.footer-wrapper {
    background-color: #F7F7F7;
}
.header-container,
.content-container,
.footer-container {
    min-width: 960px;
    max-width: 1117px;
}
.header-container,
.footer-container {
    overflow: hidden;
}
.header,
.content,
.footer {
    width: 960px;
    float: right;
}


/*** HEADER ***/
.header {
    padding: 9px 0 118px 0;
    position: relative;
}
.header h1 a:focus { outline: 1px dotted #fff; }
.header form { width: 190px; float: right; }
.header form label { position: absolute; top: -9999px; left: -9999px; visibility: hidden; width: 0; height: 0; }

.header .links {
    display: inline;
    float: right;
}
.header .links li {
    display: inline;
    float: left;
    margin-right: 20px;
}
.header .links li a {
    display: block;
    height: 22px;
    padding-right: 15px;
    font-size: 11px;
    line-height: 22px;
    color: #666;
    background: transparent url(../images/arrow_right.png) no-repeat right center;
}
/*
.header .links li a span {
   float: left;
}
*/
.header .links li a:hover span,
.header .links li a:active span,
.header .links li a:focus span {
    color: #fff;
    background-color: #515151;
}

.header .links li a span.bold {
    font-weight: bold;
    margin-left: 5px;
    /*float: right;*/
}

body.cms-home .header-wrapper { background: #F7F7F7 url(../images/header_pic01.jpg) top right no-repeat; }
body.cms-home .header { height: 460px; } 

#logo {
    position: absolute;
    bottom: 22px;
    left: 0px;
    width: 182px;
    height: 45px;
}
#logo a:hover,
#logo a:active,
#logo a:focus {
    background-color: transparent;
}

#logo a:focus img {
    outline: 1px dotted #333;
}

#main_nav {
    padding-top: 10px;
    /*overflow: hidden; */
    position: absolute;
    right: 0px;
    bottom: 87px;
}

#shop_search {
    float: left;
    display: block;
    margin: 0;
    border: 0;
    padding: 4px 0 0 3px;
    height: 18px;
    width: 162px;
    background-color: #fff;
    color: #666;
    vertical-align: middle;
    font-size: 11px;
}

#shop_search_button {
    background: transparent url(../images/searchbutton_bg.png) no-repeat 0 0;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: right;
    height: 22px;
    width: 25px;
    text-indent: -9999px;
    vertical-align: middle;
    text-transform: capitalize; /* hides text in IE7 */
    line-height: 0px; /* hides text in IE6 */
    overflow: hidden;
}

#header_cart {
    position: relative;
    float: right;
    margin-top: 0px;
    width: 160px;
}

#header_cart p {
    display: inline;
    float: left;
    font-size: 11px;
    line-height: 22px; color: #666;
}
#header_cart a {
    float: left;
    padding-right: 15px;
    text-decoration: none;
    color: #666;
    background: transparent url(../images/arrow_right.png) no-repeat right 6px;
    font-size: 11px;
    line-height: 22px;
}

#header_cart span {
    padding-right: 15px;
    background: transparent url(../images/arrow_right.png) no-repeat right 2px;
}

#header_cart a span {
    padding-right: 0;
    background: none;
}

#header_cart a:hover span,
#header_cart a:active span,
#header_cart a:focus span {
    color: #fff;
    background-color: #515151;
}

/*** CONTENT ***/
.content {
    padding-top: 30px;
    padding-bottom: 20px;
}

/* content width grey background */
.content-wrapper.cms,
body.catalog-category-view .content-wrapper,
.alt {
    background-color: #f7f7f7;
}

#designer.content-wrapper.cms {
    background-color: #fff;
}

.content h1 {
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 110%;
    font-weight: normal;
}

.content h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.note-msg {
    padding: 50px 0;
    text-align: center;
}

#assocText {
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 18px;
}

/*** FOOTER ***/

.footer-wrapper { background-color: #F7F7F7; }
.footer { padding-top: 20px; height: 100px; background-color: #f7f7f7; font-size: 11px; color: #999; }
.footer ul { float: left; width: 700px; background-color: #fff; }
.footer ul li { margin: 0 15px 0 10px; padding:16px 0 10px; display: inline; float: left; }
.footer ul li a { text-decoration: none; color: #999; }
.footer ul li a:hover, .footer ul li a:active, .footer ul li a:focus { color: #333; background-color: transparent;}
.footer div { background-color:#fff; color:#999; float:right; overflow:hidden; padding:16px 10px 10px 0; text-align:right; width:250px; }
.footer p { position: relative; top: 10px; padding-right: 10px; clear: both; text-align: right; font-size: 11px; }


/*** TOOLBAR ***/

.toolbar {
    margin-top: 24px;
    margin-bottom: 23px;
    clear: both;
    font-size: 11px;
    line-height: 18px;
}

.catalogsearch-result-index .toolbar {
    margin-top: 0;
}

.colorpicker label,
.pager label,
.order label {
    float: left;
    line-height: 20px!important;
    padding: 0 5px 0 10px;
}

.tb_bottom .colorpicker,
.tb_bottom .designer,
.tb_bottom .currently,
.tb_bottom .order {
    display: none;
}

.tb_bottom .toolbar {
    padding-top: 16px;
}

.colorpicker {
    display: inline;
    float: right;
}

input.color_picker_input {
    float: left;
    border: 1px solid #F7F7F7;
    padding: 0;
    width: 54px;
    height: 17px;
    background: transparent url(../images/color_picker_handle.png) no-repeat 0 0;
    text-indent: -9999px;
    line-height: 0;
    cursor: pointer;
}

input.color_picker_input:hover, input.color_picker_input:active, input.color_picker_input:focus {
    border: 1px dotted #000;
}

.color_picker_list {
    display: none;
    position: absolute;
    border: 1px solid #DDDDDD;
    padding: 7px;
    width: 108px;
    background-color: #fff;
    overflow: hidden;
    z-index: 9999;
}

.color_picker_list.open {
    display: block;
}
.color_picker_list ul {
    clear: both;
}
.color_picker_list li {
    float: left;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    margin: 3px;
    text-indent: -9999px;
    cursor: pointer;
    background: transparent url(../images/color_picker_mask.png) no-repeat 0 0;
}

.color_picker_list li.gold,
.choosen_color.gold {
    background: transparent url(../images/farbbuttons.png) no-repeat 0px 0px;
}

.color_picker_list li.silber,
.choosen_color.silber {
    background: transparent url(../images/farbbuttons.png) no-repeat -15px 0px;
}

.color_picker_list li.platin,
.choosen_color.platin {
    background: transparent url(../images/farbbuttons.png) no-repeat -30px 0px;
}

.color_picker_list li.birke,
.choosen_color.birke {
    background: transparent url(../images/farbbuttons.png) no-repeat -44px 0px;
}

.color_picker_list li.brushed,
.choosen_color.brushed {
    background: transparent url(../images/farbbuttons.png) no-repeat -60px 0px;
}

.color_picker_list li.polished,
.choosen_color.polished {
    background: transparent url(../images/farbbuttons.png) no-repeat -75px 0px;
}

.color_picker_list li.multi,
.choosen_color.multi {
    background: transparent url(../images/farbbuttons.png) no-repeat -90px 0px;
}

.color_picker_list li.alpha,
.choosen_color.alpha {
    background: transparent url(../images/farbbuttons.png) no-repeat -105px 0px;
}

.color_picker_list li.porzelan,
.choosen_color.porzelan {
    background: transparent url(../images/farbbuttons.png) no-repeat -120px 0px;
}

.color_picker_list li.picker_reset {
    clear:both;
    display: block;
    float: none;
    padding-top: 0px;
    width: auto;
    height: 17px;
    text-align: center;
    text-indent: 0;
    font-size: 11px;
}

.color_picker_list li:hover,
.color_picker_list li:active,
.color_picker_list li:focus {
    border: 1px solid #979797;
}

.color_picker_list h3 {
    display: inline;
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 10px;
}
.color_picker_list .close {
    background: transparent url(../images/btn_trash.gif) no-repeat scroll 0 0;
    display: block;
    float: right;
    height: 15px;
    text-indent: -9999px;
    width: 15px;
    cursor: pointer;
}

.pager {
    float: right;
    margin: 0 1px 0 10px;
}

.pager div {
    position: relative;
    top: -2px;
    float: left;
    padding: 2px;
    background-color: #fff;
}
.pager .current, .pager a {
    position: relative;
    top: 1px;
    float: left;
    display: block;
    width: 19px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #555;
    text-decoration: none;
}
.pager .current,
.pager a:hover,
.pager a:active,
.pager a:focus {
    color: #fff;
    border: 1px solid #fff;
    background-color: #666;
}
.pager a.arrow_next,
.pager a.arrow_prev {
    text-indent: -1000em;
}
.pager a.arrow_next {
    background: #fff url(../images/arrow_right.png) 6px 4px no-repeat;
}
.pager a.arrow_prev {
    background: #fff url(../images/arrow_left.png) 6px 4px no-repeat;
}

.pager a.arrow_next:hover,
.pager a.arrow_next:active,
.pager a.arrow_next:focus {
    border: 1px solid #fff;
    background: #666 url(../images/arrow_white_right.png) 6px 4px no-repeat;
}
.pager a.arrow_prev:hover,
.pager a.arrow_prev:active,
.pager a.arrow_prev:focus {
    border: 1px solid #fff;
    background: #666 url(../images/arrow_white_left.png) 6px 4px no-repeat;
}

.order { float: right; overflow: hidden; }
.order a.asc, .order a.desc { float: left; display: block; width: 19px; height: 18px; text-indent: -1000em; background-color: red; margin-right: 1px; }
.order a.asc { background: transparent url(../images/sort_order.png) no-repeat scroll -25px 0px; }
.order a.asc:hover,
.order a.asc:focus,
.order a.asc.active { background: transparent url(../images/sort_order.png) no-repeat scroll -25px -19px; }
.order a.desc { background: transparent url(../images/sort_order.png) no-repeat scroll 5px 0px; }
.order a.desc:hover,
.order a.desc:focus, 
.order a.desc.active { background: transparent url(../images/sort_order.png) no-repeat scroll 5px -19px; }


.designer,.language_list {
    float: right;
    margin: 0 0 0 10px;
    line-height: 20px;
}
.designer a.open_popup{
    color: #333;
    background: transparent url(../images/sort_order.png) no-repeat 52px -3px;
    padding-right:20px;
}
.designer a.open_popup:hover{
    color: #333;
    background: transparent url(../images/sort_order.png) no-repeat 52px -22px;
    padding-right:20px;
}
.designers_list_popup {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
}


/* HOMEPAGE */

.intro_box {
    background-color: #fff;
    height: 241px;
    display: block;
    float: left;
    padding: 10px;
    position: relative;
}

.intro_box p {
    font-size: 23px;
    line-height: 27px;
    letter-spacing: -0.045em;
    color: #999;
    font-weight: bold;
}

.intro_box a {
    position:absolute;
    top:0;    
    left:0;
    display: block;
    padding:240px 10px 10px;
    position:absolute;
    text-decoration:none;
    top:0;
    width:382px;    
    font-size: 11px;
    color: #333;
    background:transparent url(../images/arrow_right.png) no-repeat scroll 385px 240px;
    border-bottom:4px solid #fff;
}

.intro_box a:hover {
    border-bottom:4px solid #333333;
}



/* Product-Box */

.product_item {
    position: relative;
    margin-bottom: 5px;
    height: 265px;
    overflow: hidden;
    background-color: #fff;
}

.product_item h3 {
    margin-bottom: 2px;
    padding: 0 15px;
    padding-top: 180px;
    height: 14px;
    overflow: hidden;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 14px;
}

.product_item p {
    padding: 0 5px 0 15px;
    clear: both;
    line-height: 14px;
    font-size: 11px;
    height: 30px;
    overflow: hidden;    
}

.product_item p.designer {
    margin:0;
    float: none;
    height: 16px;
}

.product_item div.price {
    position: absolute;
    bottom: 4px;
    left: 0;
    padding: 0 15px;
    width: 160px;
    z-index: 3;
}
.product_image_wrapper {
    position: absolute;
    top: 11px;
    left: 15px;
    width: 160px;
    height: 160px;
    z-index: 2;
    overflow: hidden;
}

.product_of_the_month, .product_sale {
    position: absolute;
    top: 145px;
    left: 0;
    z-index: 3;
}

.product_item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    width: 188px;
    height: 263px;
    text-indent: -9999px;
    background: transparent url(../images/arrow_right.png) no-repeat 175px 245px;
    z-index: 10;
}

.product_item a:hover, .product_item a:active, .product_item a:focus {
    border: 1px solid #DDD;
    background-color: transparent; 
}

/* Category-Teaser */

.category_teaser {
    position: relative;
    margin-bottom: 5px;
    height: 265px;
    overflow: hidden;
}

.category_teaser h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 51px;
    text-indent: -9999px;
    z-index: 1;
}

.category_teaser a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding-top: 215px;
    height: 50px;
    width: 100%;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    background: transparent url(../images/category_teaser_bg.png) no-repeat 0 215px;;
    cursor: pointer;
    z-index: 2;
}

.category_teaser a span {
    display: block;
    padding: 10px 0 0 10px;
    background: transparent url(../images/arrow_right.png) no-repeat 360px 13px;
}

.category_teaser a:hover,
.category_teaser a:active,
.category_teaser a:focus {
    background: transparent url(../images/category_teaser_bg.png) no-repeat -382px 215px;;
}
.category_teaser a:hover span,
.category_teaser a:active span,
.category_teaser a:focus span {
    color: #fff;
    background: transparent url(../images/arrow_white_right.png) no-repeat 360px 13px;
}

/* catergory */

.category_image {
    float: left;
    margin-right: 2px;
}

.catergory_description {
    height:535px;
    margin-bottom:5px;
    overflow: hidden;
}

.catergory_description img {
    float: left;
    margin-bottom: 5px;
}

.catergory_description p {
    float: left;
    padding: 10px 15px;
    height: 245px;
    background-color: #fff;
    color: #999;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    width: 352px;
}

/* Breadcrump */

.breadcrump {
    float: left;
    padding-left: 50px;
    padding-bottom: 20px;
    width: 330px;
}
.breadcrump ul li {
    display: inline;
    float: left;
}

.breadcrump a {
    padding-left: 15px;
    background: transparent url(../images/arrow_left.png) no-repeat 0 2px;
    font-size: 11px;
    text-decoration: none;
    color: #333;
}

.breadcrump a:hover span,
.breadcrump a:active span,
.breadcrump a:focus span {
    background-color: #333;
    color: #fff;
}

/* Product Detail Page */

#product_addtocart_form {
    padding: 30px 0;
    width: 672px;
    background: transparent url(../images/product_description_bg.png) repeat 0 0;
}

#product_gallery, #product_description {
    float: left;
    margin-bottom: 20px;
}

#product_gallery .detail_image {
    cursor: crosshair;
}

#product_gallery .mainimage {
    width: 286px;
    height: 286px;
}

#product_description {
    padding-bottom: 20px;
}

#product_description h2 {
    font-weight: normal;
    font-size: 18px;
}

#product_gallery ul li {
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    height: 94px;
    width: 94px;
}
#product_gallery ul li.last{
    margin-right: 0;
}
#product_description .inner {
    padding-left: 50px;
    padding-right: 10px;
    padding-bottom: 20px;
}

#product_description .product_text,
#product_description p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
}

#product_description .additional {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
}

#product_description .availability {
    margin-bottom: 20px;
}

#product-options-wrapper .required {
    display: none;
}

#product_colors {
    position: relative;
    padding-left: 45px;
    overflow: hidden;
}

#product_colors h3 {
    position: absolute;
    top: 2px;
    left: 0px;
    font-weight: normal;
    font-size: 90%;
    width: 45px;
}

#product_colors ul {
    display: inline;
}

#product_colors li {
    float: left;
    margin: 0 3px 3px 3px;
    cursor: pointer;
}

#product_colors li a {
    display: block;
    border: 1px solid #eee;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
}

#product_colors li a.gold,
#product_colors li a span.gold {
    background: transparent url(../images/farbbuttons.png) no-repeat 1px 1px;
}

#product_colors li a.silber,
#product_colors li a span.silber {
    background: transparent url(../images/farbbuttons.png) no-repeat -14px 1px;
}

#product_colors li a.platin,
#product_colors li a span.platin {
    background: transparent url(../images/farbbuttons.png) no-repeat -29px 1px;
}

#product_colors li a.birke,
#product_colors li a span.birke {
    background: transparent url(../images/farbbuttons.png) no-repeat -44px 1px;
}

#product_colors li a.brushed,
#product_colors li a span.brushed {
    background: transparent url(../images/farbbuttons.png) no-repeat -59px 1px;
}

#product_colors li a.polished,
#product_colors li a span.polished {
    background: transparent url(../images/farbbuttons.png) no-repeat -74px 1px;
}

#product_colors li a.multi,
#product_colors li a span.multi {
    background: transparent url(../images/farbbuttons.png) no-repeat -89px 1px;
}

#product_colors li a.alpha,
#product_colors li a span.alpha {
    background: transparent url(../images/farbbuttons.png) no-repeat -104px 1px;
}

#product_colors li a.porzelan,
#product_colors li a span.porzelan {
    background: transparent url(../images/farbbuttons.png) no-repeat -119px 1px;
}
/*
#product_colors li a:hover,
#product_colors li a:active,
#product_colors li a:focus,*/
#product_colors li.active a {
    border: 1px solid #767676;
}

#product_colors li a span {
    float: left;
    display: block;
    height: 15px;
}

#product_colors li a span.border {
    float: none;
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
}

#product_description label {
    display: block;
    float: left;
    width: 80px;
    font-size: 12px;
}
#product_description .validation-advice {
    margin-left: 80px;
}

.in_cart {
    margin: 5px 0;
    border: 1px solid #e4e3e3;
    padding: 5px 5px 5px 60px;
    height: 30px;
    background: #fff url(../images/product_in_cart.png) no-repeat 0 0;
    font-size: 80%;
    font-weight: bold;
    color: #333;
}

.send_to_friend {
    overflow: hidden;
}

.add_to_wishlist a,
.send_to_friend a {
    margin-bottom: 2px;
    border: 1px solid #fff;
    border-bottom: 1px solid #e5e3e3;
    display: block;
    padding: 0 25px 0 15px;
    height: 27px;
    width: 187px;
    text-decoration: none;
    color: #333;
    font-size: 11px;
    line-height: 26px;
    background: #fff url(../images/arrow_right.png) no-repeat 208px 8px;
    cursor: pointer;
}

.add_to_wishlist a:hover span,
.add_to_wishlist a:active span,
.add_to_wishlist a:focus span,
.send_to_friend a:hover span,
.send_to_friend a:active span,
.send_to_friend a:focus span {
    background-color: #333;
    color: #fff;
}

.add_to_wishlist a:hover,
.send_to_friend a:hover {
    background-color: #fff;
    color: #fff;
}

#rating_wrapper {
    position: relative;
    border: 1px solid #fff;
    padding: 0 0 0 15px;
    height: 27px;
    width: 212px;
    color: #333;
    font-size: 11px;
    line-height: 26px;
    background-color: #fff;
}

#rating_wrapper div {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 75px;
}

.in-stock {
    padding-left: 15px;
    background: transparent url(../images/product_available.png) no-repeat 0 4px;
    font-size: 12px;
}

.out-of-stock {
    padding-left: 15px;
    background: transparent url(../images/product_outofstock.png) no-repeat 0 4px;
    font-size: 12px;
}

.preorder {
    padding-left: 15px;
    background: transparent url(../images/product_preorder.png) no-repeat 0 4px;
    font-size: 12px;
}

.qty {
    margin-bottom: 10px;
}

.qty label {
    position: relative;
    top: 3px;
    margin-right: 10px;
    width: auto;
}

#qty {
    width: 50px;
}

#product_description .price-box {
    margin: 20px 0;
}

#product_description .price-box .old-price span,
#product_description .price-box .old-price img,
#product_description .price-box .special-price span,
#product_description .price-box .special-price img {
    vertical-align: middle;
}

#product_description .tax-details {
    display: none;
}

.content-wrapper.alt .content.related_products {
    padding-top: 20px;
}

.design_prices {
    margin-bottom: 20px;
}

.design_prices ul li {
    display: inline;
    float: left;
    padding: 2px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

/* Designer Detail */

.designer_detail {
    overflow: hidden;
    margin-bottom: 20px;
}

.designer_detail h2 {
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #000;
    font-weight: normal;
}

.designer_detail img {
    float: left;
    margin-right: 50px;
}

.designer_detail p {
    margin-bottom: 10px;
    padding-right: 150px;
    font-size: 14px;
    line-height: 20px;
}

.designer_detail blockquote p{
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 140%;
    font-weight: bold;
    color: #9E9FA3;
    line-height:110%;
}

.designer_detail blockquote span {
    position: relative;
    color: #da334d;
    font-size: 44px;
    line-height: 10px;
}

.designer_detail blockquote span.start {
    top: 11px;
}

.designer_detail blockquote span.end {
    top: -11px;
}

.designer_detail a {
    text-decoration: none;
    color: #3cb1e1;
    font-size: 80%;
}

.designer_detail a:hover, .designer_detail a:active, .designer_detail a:focus {
    color: #fff;
    background-color: #333;
}

.designer_product_list {
    margin-top: 20px;
}

.designer_list {
    background-color: #f7f7f7;
    padding: 10px 0;
    min-height: 83px;
    height: 83px;
}

.designer_list li {
    display: block;
    margin-bottom: 5px;
    padding-left: 10px;
    height: 12px;
    overflow: hidden;
    vertical-align: top;
}

.designer_list a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #333;
}

.designer_list a:hover,
.designer_list a:active,
.designer_list a:focus,
.designer_list li.active a {
    color: #fff;
    background-color: #333;
}

/* Designer Teaser */

.designer_teaser {
    position: relative;
    margin-bottom: 5px;
    height: 265px;
    background-color: #fff;
}

.designer_teaser img {
    position: absolute;
    top: 0;
    left: 0;
}

.designer_teaser h3 {
    position: absolute;
    top: 200px;
    left: 0;
    padding: 0 11px;
    width: 160px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #333;
}

.designer_teaser p {
    position: absolute;
    top: 10px;
    left: 200px;
    right: 10px;
    height: 169px;
    overflow: hidden;
    font-size: 11px;
    line-height: 15px;
}

.designer_teaser.span_4 h3 {
    width: 352px;
    font-size: 16px;
}

.designer_teaser a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 188px;
    height: 263px;
    border: 0;
    background: transparent url(../images/arrow_right.png) no-repeat 174px 202px;
    text-indent: -9999px;
}

.designer_teaser.span_4 a {
    background-position: 366px 202px;
    width: 380px;
}

.designer_teaser a:hover,
.designer_teaser a:active,
.designer_teaser a:focus {
    border: 1px solid #ddd;
    background: transparent url(../images/arrow_right.png) no-repeat 173px 201px;
}
.designer_teaser.span_4 a:hover,
.designer_teaser.span_4 a:active,
.designer_teaser.span_4 a:focus {
    background-position: 365px 201px;
}


/* Page Switches */

.page_switch_left,
.page_switch_right {
    display: block;
    position: absolute;
    text-indent: -9999px;
    width: 30px;
    height: 58px;
}

.page_switch_left {
    left: 0;
    background: transparent url(../images/button_page_left.png) no-repeat 0 0;
}

.page_switch_right {
    right: 0;
    background: transparent url(../images/button_page_right.png) no-repeat 0 0;
}

.page_switch_right:focus,
.page_switch_left:focus {
    overflow: hidden;
}

.designer_switch .page_switch_left,
.designer_switch .page_switch_right {
    top: 545px;
}

.page_switch_left.prev,
.page_switch_right.next {
    top: 200px;
}

.page_switch_left.presse,
.page_switch_right.presse {
    top: 275px;
}

#product_navi .page_switch_left,
#product_navi .page_switch_right {
    top: 445px;
}

/* Callouts */

.callouts {
    margin-bottom: 2px;
    height: 265px;
    overflow: hidden;
}

.callouts a {
    display: block;
}

.first_callout {
    margin-bottom: 5px;
}

.newsletter_callout,
.blog_callout {
    padding: 12px;
    background-color: #fff;
}

.newsletter_callout h4,
.blog_callout h4 {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 80%;
    text-transform: uppercase;
}

.newsletter_callout p,
.blog_callout p {
    margin-bottom: 14px;
    font-size: 75%;
}

.blog_callout p {
    padding-right: 35%;
    background: transparent url(../images/new_bubble.png) no-repeat right bottom;
}

.blog_callout a {
    font-size: 80%;
    color: #fd8901;
    text-decoration: none;
    background: transparent url(../images/arrow_right.png) no-repeat right 2px;
}

.blog_callout a:hover span, .blog_callout a:active span, .blog_callout a:focus span {
    background-color: #333;
    color: #fff;
}

#newsletter_email {
    float: left;
    border: 1px solid #999;
    border-right: 0px;
    width: 134px;
}

#newsletter_submit {
    display: block;
    float: left;
    border: 1px solid #999;
    border-left: 0px;
    width: 28px;
    height: 20px;
    text-indent: -9999px;
    background: #fff url(../images/arrow_orange_right.png) no-repeat center center;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

/* Press */

.press_overview {
    margin-bottom: 20px;
}

.press_overview h2 {
    font-size: 18px;
    font-weight: normal;
}

.press_overview h2 a,
.press_overview h2 a:hover, .press_overview h2 a:active, .press_overview h2 a:focus {
    background-color: transparent;
    color: #333;
}

.press_overview p {
    margin-bottom: 10px;
    font-size: 14px;
}

.press_overview ul li {
    padding: 5px 0 5px 15px;
    background: transparent url(../images/arrow_right.png) no-repeat left 9px;
}

.press_overview ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.press_overview ul li a:hover, .press_overview ul li a:active, .press_overview ul li a:focus {
    color: #fff;
    background-color: #333;
}

.press_image_wrapper {
    float: left;
    margin:0 10px 10px 0;
    width: 286px;
    height: 286px;
    overflow: hidden; 
}

.press_image_wrapper img {
    margin: 0 0 2px 0;
}

.press_assets {
    float: right;
}

.press_article h3 {
    margin-bottom: 20px;
}

.press_article p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 135%;
}

.press_article p a {
    text-decoration: none;
    color: #3cb1e1;
}

.press_article p a:hover, .press_article p a:active, .press_article p a:focus {
    background-color: #333;
    color: #fff;
}

.press_article img {
    float: left;
    margin-right: 15px;
}

.press_downloads,
.press_contact,
.press_links,
.press_links_extern,
.press_pictures {
    padding: 12px;
    background-color: #fff;
    margin-bottom: 5px;
    font-size: 11px;
    color: #64656B;
}

.press_downloads p,
.press_contact p,
.press_links p,
.press_links_extern p,
.press_pictures p {
    font-size: 11px;
    color: #64656B;
}

.press_downloads h3,
.press_downloads h4,
.press_contact h4,
.press_links h4,
.press_links_extern h4,
.press_pictures h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 11px;
    color: #333;
    letter-spacing: 1px;
    
}

.press_contact address {
    line-height: 16px;
}

.press_contact address {
    font-style: normal;
}

.press_contact a {
    color: #fd8901;
    text-decoration: none;
}

.press_contact a:hover, .press_contact a:active, .press_contact a:focus {
    color: #fff;
    background-color: #333;
}

.press_downloads ul li {
    padding-left: 30px;
    padding-bottom: 20px;
}

.press_downloads ul li.pdf {
    background: transparent url(../images/icon_pdf.png) no-repeat 0 0;
}

.press_downloads ul li a {
    color: #333;
    text-decoration: none;
}

.press_downloads ul li a:hover, .press_downloads ul li a:active, .press_downloads ul li a:focus {
    color: #fff;
    background-color: #333;
}

.press_links_extern a, .press_links a {
    color: #333;
    text-decoration: none;
}

.press_links_extern ul li, .press_links ul li {
    margin-bottom: 5px;
    padding: 5px 0 5px 15px;
    background: transparent url(../images/arrow_right.png) no-repeat left 6px;
}

.press_links_extern a:hover, .press_links_extern a:active, .press_links_extern a:focus,
.press_links a:hover, .press_links a:active, .press_links a:focus {
    color: #fff;
    background-color: #333;
}

.press_end {
    margin-bottom: 20px;
}
.press_end .top_link {
    display: block;
    width: 85px;
}

/** LOGIN / REGISTER ***/
.account-login .span_5 {
    background-color: #fff;
    width: 408px;
    padding:20px 35px;
    position: relative;
    height: 250px;
}

.account-login .new-users {
    background-color: transparent;
}

.account-login legend {
    display: none;
}
.account-login h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.account-login p {
    margin-bottom: 10px;
}
.account-login .buttons-set {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.account-login .form-list {
    width: 200px;
}
.account-login .form-list .input-text {
    border: 1px solid #e9e9e9;
    width: 150px;
    background-color: #e9e9e9;
    padding: 4px;
}
.account-login .form-list .input-text:focus {
    border: 1px solid #3CB1E1;
}
.account-login .form-list label {
    display: block;
    margin: 5px 0 10px 0;
    font-size: 11px;
}
.account-login .f-left {
    background: transparent url(../images/arrow_right.png) no-repeat left center;
    padding-left: 15px;
    font-size: 11px;
    color: #333;
    text-decoration: none;
}
.account-login .f-left:hover  span,
.account-login .f-left:active span,
.account-login .f-left:focus span {
    color: #fff;
    background-color: #333;
}

.absolute_required {
    position: absolute;
    bottom: 5px;
    left: 35px;
    font-size: 11px;
}

.login .absolute_required {
    bottom: 25px;
}


/*** GLOBAL ELEMENTS ***/

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.centered_message_box {
    text-align: center;
    padding: 50px 0;
}

.big_margin_top {
    margin-top: 50px!important;
}

.big_margin_bottom {
    margin-bottom: 50px!important;
}

.style_01 {
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-bottom: 2px solid #adadad;
    border-right: 2px solid #adadad;
    padding: 0px 40px 0px 10px;
    height: 27px;
    outline: none;
    overflow: visible;
    line-height: 22px;
    background: #fff url(../images/button_arrow_blue.png) no-repeat right center;
    cursor: pointer;
}
table .style_01 {
    text-align: left;
    min-width: 150px;
}

.style_01:hover,
.style_01:active,
.style_01:focus {
    background-color: #fff;
    border-top: 2px solid #adadad;
    border-left: 2px solid #adadad;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.style_01 span {
    color: #3CB1E1;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.style_02 {
    border-top: 1px solid #e3e3e3; 
    border-left: 1px solid #e3e3e3; 
    border-bottom: 2px solid #adadad; 
    border-right: 2px solid #adadad; 
    padding: 0px 40px 0px 10px; 
    height: 27px;
    outline: none;
    background: #fff url(../images/button_arrow_blue.png) no-repeat right center;
    cursor: pointer;
    color:#3CB1E1; font-family:arial; font-size:14px; font-weight:bold; text-transform:uppercase;
    float: right;
}

.style_02_hover {
    border-top: 2px solid #adadad;
    border-left: 2px solid #adadad;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 0px 40px 0px 10px; 
    height: 27px;
    outline: none;
    background: #fff url(../images/button_arrow_blue.png) no-repeat right center;
    cursor: pointer;
    color: #3CB1E1;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;   
}

#product_description button.style_01 {
    width: 229px;
    padding-left: 15px;
    padding-right: 25px;
    text-align: left;
    margin-bottom: 2px;
}

.top_link {
    border-top: 1px solid #e3e3e3; 
    border-left: 1px solid #e3e3e3; 
    border-bottom: 2px solid #adadad; 
    border-right: 2px solid #adadad; 
    padding: 5px 70px 5px 10px;
    outline: none;
    background: #fff url(../images/button_arrow_blue_up.png) no-repeat 135px center;
    cursor: pointer;
    color: #3cb1e1;
    font-weight: bold;
    text-decoration: none;
}
.top_link:hover, .top_link:active, .top_link:focus {
    border-top: 2px solid #adadad;
    border-left: 2px solid #adadad;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    background-color: #fff;
    color: #3cb1e1;
}

/* carousel */

#carousel {
    position: absolute !important;
    left: auto !important;
    right: 1px;
    bottom: 130px;
    width: 189px !important;
}

#carousel ul li div {
    position: relative;
    padding: 10px 12px;
    width: 164px;
    height: 100px;
    background: transparent url(../images/teaser_fullpage_description_bg.png) repeat 0 0;
    color: #fff;
    overflow: hidden;
}

#carousel ul li div h3 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
}

#carousel ul li div p {
    height: 65px;
    overflow: hidden;
    font-size: 11px;
    line-height: 16px;
}

#carousel ul li div p.price {
    position: absolute;
    bottom: 9px;
    left: 11px;
    height: 16px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

#carousel .teaser_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    height: 120px;
    text-indent: -9999px;
    background: transparent url(../images/arrow_white_right.png) no-repeat 175px 100px;
}

#carousel .teaser_link:hover,
#carousel .teaser_link:active,
#carousel .teaser_link:focus {
    border-bottom: 4px solid #fff;
    height: 116px;
}

#carousel .imagelink {
    display:none;
}

/* textteaser */

.textteaser {
    position: relative;
    margin-bottom: 5px;
    height: 265px;
    overflow: hidden;
    background-color: #fff;
}

.textteaser p {
    padding: 11px 14px;
    font-size: 23px;
    font-weight: bold;
    color: #9E9FA3;
    line-height: 26px;
    letter-spacing: -0.4px;
}

.textteaser a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border: 1px solid #fff;
    padding: 13px;
    padding-top: 240px;
    height: 8px;
    width: 354px;
    text-decoration: none;
    font-size: 11px;
    color: #333;
    background: transparent url(../images/arrow_right.png) no-repeat 365px 245px;
}

.textteaser a:hover,
.textteaser a:active,
.textteaser a:focus {
    border: 1px solid #ddd;
}

/* linkteaser */

.linkteaser {
    position: relative;
    margin-bottom: 5px;
    height: 265px;
    overflow: hidden;
    background-color: #fff;
}

.linkteaser li {
    margin: 10px 0;
    height: 37px;
    overflow: hidden;
}

.linkteaser a {
    display: block;
    padding-left: 11px;
    padding-right: 30px;
    width: 150px;
    color: #333;
    text-decoration: none;
    background: transparent url(../images/arrow_right.png) no-repeat 173px 2px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 13px;
}

.linkteaser a:hover span, .linkteaser a:active span, .linkteaser a:focus span {
    color: #fff;
    background-color: #333;
}

/* productteaser */

.productteaser {
    position: relative;
    margin-bottom: 5px;
    height: 265px;
    overflow: hidden;
    background-color: #fff;
}

.productteaser img {
    position: absolute;
    top: 11px;
    left: 13px;
}

.productteaser h3 {
    margin-bottom: 2px;
    padding: 0 13px;
    padding-top: 175px;
    height: 14px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 14px;
}

.productteaser p {
    padding: 0 5px 0 13px;
    height: 42px;
    overflow: hidden;
    font-size: 11px;
    line-height: 14px;
}

.productteaser p.price {
    position: absolute;
    bottom: 3px;
    left: 0px;
    height: 35px;
    width: 160px;
    font-size: 16px;
    font-weight: bold;
}

.productteaser a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    width: 188px;
    height: 263px;
    text-indent: -9999px;
    background: transparent url(../images/arrow_right.png) no-repeat 175px 242px;
    z-index: 10;
}

.productteaser a:hover,
.productteaser a:active,
.productteaser a:focus {
    border: 1px solid #ddd;
    background-color: transparent; 
}


/* Tell-A-Friend */

.standardform .span_2 { padding-right: 20px; }
.standardform label,
.standardform input,
.standardform span { display: block; }
.standardform label { display:block; font-size:11px; margin: 10px 0 2px 0; }
.standardform textarea,
.standardform input.text { background-color: #E9E9E9; border: 1px solid #E9E9E9; padding: 3px; width: 180px; }
.standardform textarea { width: 498px; }
.standardform .span_4 textarea { width: 392px; }
.standardform span.errorMessage { color:red; font-size:11px; line-height:14px; padding:3px 0 0; }
.standardform textarea.errorInput,
.standardform input.errorInput { border: 1px solid red; }
.standardform input.text:focus, .standardform textarea:focus { border: 1px solid #3CB1E1 }
.standardform .buttons { clear: both; padding-top: 15px; }
.standardform .buttons button { float: right; }


/* Messages */

.messages {
    padding: 15px 0;
    font-size: 12px;
}

.success-msg {
    color: #fff;
    background: #333 url(../images/feedback_positiv.png) no-repeat 0 0;
    padding-left: 43px;
    line-height: 23px;
}

.success-msg a {
    color: #3cb1e1;
}

.success-msg ul,
.notice-msg ul
.error-msg ul {
    display: inline;
}
.error-msg,
.notice-msg {
    color: #fff;
    background-color: #333;
    padding-left: 20px;
    line-height: 23px;
}

/* Service
 * 
 */

.service {
    margin: 15px 0;
}

.service img {
    float: left;
    margin-right: 15px;
}

.cms_tilte {
    font-size: 24px;
    font-weight: normal;
    text-transform: none !important;
    letter-spacing: 0px !important;
    line-height: 121%;
}

.cms_subtitle {
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 126%;
}

hr {
    clear: both;
}

.site_404 {
    padding-top: 20px;
    background: #fff url(../images/404.gif) no-repeat right bottom;
}
.site_404_head h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}
.site_404 p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 19px;
}
.site_404 p strong {
    font-size: 16px;
}

.site_404 .links {
    padding-top: 10px;
}

.site_404 .links a {
    background: transparent url(../images/arrow_right.png) no-repeat scroll right center;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    padding-right:15px;
}

.site_404 .button-set {
    margin-top: 55px;
    text-align: right;
}

.site_404 a.style_01 {
    margin-right:100px;
    padding-top: 5px; 
    padding-bottom: 5px; 
}

/* Search Result */

#shopsearchresult h2,
#cmssearchlistresult h2 {
    font-size: 18px;
    font-weight: normal;
}

#cmssearchlistresult h2 {
    margin-bottom: 30px;
}

#cmssearchlistresult h3 {
    margin-bottom: 5px;
}

#cmssearchlistresult li {
    margin-bottom: 20px;
    padding-left: 14px;
    background: transparent url(../images/arrow_right.png) no-repeat left 3px;
}

#cmssearchlistresult a {
    padding: 3px;
    color: #333;
    font-weight: normal;
    font-size: 14px;
}

#cmssearchlistresult a:hover,
#cmssearchlistresult a:active,
#cmssearchlistresult a:focus {
    color: #fff;
}

#cmssearchlistresult p,
#cmssearchlistresult p a {
    font-size: 12px;
    line-height: 12px;
}

/* Blog */

.blog_article {
    font-size: 14px;
    line-height: 135%;
    margin-bottom: 50px;
}

.blog_article h2 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 125%;
    text-transform: uppercase;
}
.blog_article div, .blog_article img {
    margin-bottom: 20px;
}

.blog_article p {
    font-size: 11px;
    margin-bottom: 20px;
}

.blog_article p span {
    margin: 0 10px;
}

.blog_article p span.date {
    margin-left: 0;
}

.close_box {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 15px;
    height: 15px;
    background: transparent url(../images/btn_trash.gif) no-repeat 0 0;
    text-indent: -9999px;
}

.comment_box {
    position: relative;
}

.comment_link {
    background: transparent url(../images/icon_comment.png) no-repeat 0 3px;
    padding-left: 20px;
}

#comment_form hr {
    margin: 20px 0;
    border: 0;
    height: 2px;
    background-color: #E9E9E9;
}

.comment {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid #E9E9E9;
    padding-left: 30px;
}

.comment_number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    color: #e9e9e9;
}

.comment_name {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.comment_name span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}

.comment p.comment_text {
    font-size: 12px;
}

.blog_navigation {
    margin-right: 269px;
    background-color: #fff;
    padding: 12px;
    width: 166px;
}

.blog_navigation h2 {
    color: #333333;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.blog_navigation li {
    margin-bottom: 10px;
    padding: 0 0 0 15px;
    background-position: left 2px;
    font-size: 11px;
}

.blog_navigation li a {
    color: #333;
}

.blog_navigation li a:hover,
.blog_navigation li a:active,
.blog_navigation li a:focus {
    color: #fff;
}

/*** Other ***/

.ie7_focus {
    border: 1px solid #3CB1E1 !important;
}

#product_view {
    position: relative;
    padding: 0;
    min-height: 690px;
}

#messages_product_view .messages {
    padding-top: 0;
}

#gallery li a {
    display: block;
    padding-bottom: 2px;
    width: 94px;
    height: 94px;
    overflow: hidden;
}

.gallery_window {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    border: 1px solid #e5e3e3;
    padding: 29px 12px 62px 12px;
    width: 575px;
    height: 430px;
    background-color: #fff;
    z-index: 99999;
    overflow: hidden;
}
.gallery_window.open {
    display: block;
}

.gallery_window .mainimage {
    float:left;
}

.gallery_window ul {
    float: right;
    width: 94px;
    height: 482px;
    overflow: hidden;
}

.gallery_window ul li {
    display: block;
    margin: 2px 0;
    width: 94px;
    height: 96px;
}

.gallery_window ul #thumbli_0 {
    margin-top: 0;
}

.gallery_window ul li a {
    display: block;
    padding-bottom: 2px;
    width: 94px;
    height: 94px;
    overflow: hidden;
}

.gallery_window ul li.active a {
    background-color: #333;
}

.gallery_window p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    height: 33px;
    font-size: 12px;
    color: #000;
    line-height: 140%;
    overflow: hidden;
}

.gallery_window .close {
    background: transparent url(../images/btn_trash.gif) no-repeat scroll 0 0;
    display: block;
    position: absolute;
    top: 8px;
    right: 13px;
    height: 15px;
    text-indent: -9999px;
    width: 15px;
    cursor: pointer;
}

/* Shop by Navigation */

.currently {
    float: right;
    margin-left: 10px;
}

.currently li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.currently a:hover,
.currently a:active,
.currently a:focus {
    background-color: transparent;
}

.currently li.color_filter a,
.currently li.color_filter span {
    float: left;
    padding-right: 5px;
    line-height: 19px;
}

.currently img,
.currently span {
    vertical-align: middle;
}
.currently li.color_filter span.choosen_color {
    float: left;
    position: relative;
    top: 2px;
    display: block;
    border: 1px solid #ddd;
    padding: 0;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
}

#ordercatalog .span_5 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
}

#mag_cms h3,
#mag_cms h4 {
    margin-bottom: 15px;
}

#mag_cms p,
#mag_cms table {
    margin-bottom: 20px;
}

#mag_cms table th {
    text-align: left;
}

#mag_cms ul {
    margin-bottom:20px;
    font-size:14px;
    line-height:135%;
}

#mag_cms dd, #mag_cms dt {
    line-height:135%;
    font-size: 14px;
}

#mag_cms dt {
    font-weight: bold;
}

/* Marginalteaser */

.marginal {
    float: right;
}

.teaser_box_4 {
    height: 265px;
    overflow: hidden;
    margin-bottom: 5px;
}

.teaser_box_4 img,
.teaser_box_4 a {
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
}

.teaser_box_4 a img {
    float: none;
    margin-right: 0px;
}


.teaser_box_4 a:hover,
.teaser_box_4 a:active,
.teaser_box_4 a:focus,
.marginal a:hover,
.marginal a:active,
.marginal a:focus {
    background-color: transparent;
}

.metabox {
    margin-bottom: 20px;
}

#superteaser_img {
    position: absolute;
    top: 0;
    left: 0;
}

/*** Rotation Teaser ***/

.rotation_teaser {
    float: left;
    margin: 0 1px 5px;
    width: 190px;
    height: 265px;
    overflow: hidden;
}

#roationteaser ul li {
    display: inline;
}

.rotation_teaser .span_2 {
    margin: 0;
}

.rotation_teaser .span_4.textteaser {
    width: 190px;
}

.rotation_teaser .textteaser a {
    width: 162px;
}

.rotation_teaser .textteaser p {
    font-size: 14px;
    line-height: 18px;
}

.rotation_teaser .linkteaser ul {
    position: static !important;
    left: 0 !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
}

.rotation_teaser .linkteaser li {
    float: none !important; 
    margin: 10px 0 !important;
    height: 37px !important;
    width: auto !important;
    overflow: hidden !important;
}




#iframe_form .input-box{
    display:inline;
    display:block;
    clear:both;
    font-size:11px;
    margin:10px 0 5px;
}
.v-fix{
    float:left;
}

#payone_cc_expiration{
    width: 125px;
}

#payone_cc_expiration_yr{
    width: 100px;
}
#payone_cc_cc_type{
    width: 125px;
}

#checkoutSteps input.input-text {
background-color:#E9E9E9;
border:1px solid #E9E9E9;
padding:3px;
width:220px;
}

#payone_cc_cc_number,#payone_cc_cc_owner {
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
}

#payoneDisplayCcFormLink{
    font-size:11px;
}

.open_popup{
    font-size:11px;
}

.language_list {
    display: inline;
    float: right;
    margin-right: 20px;
    width: 95px;
    padding-top: 3px;
}

.language_list h3 {
    display: none;
}

.language_list li {
    display: inline;
    float: right;
    margin-right: 5px;
}

.language_list a {
    display: block;
    width: 20px;
    height: 14px;
    text-indent: -9999px;
    background: transparent url(../images/spr_flags.png) no-repeat scroll 0 0;
}

.language_list .flag_default {
    background-position: 0 0;
}

.language_list .active .flag_default,
.language_list .flag_default:hover,
.language_list .flag_default:active,
.language_list .flag_default:focus {
    background-position: 0 -50px;
}

.language_list .flag_authentics_en {
    background-position: 0 -100px;
}
.language_list .active .flag_authentics_en,
.language_list .flag_authentics_en:hover,
.language_list .flag_authentics_en:active,
.language_list .flag_authentics_en:focus {
    background-position: 0 -150px;
}

