/* ::::::::: CAUPO SHOP PRO 7CSS V3.05 ::::::::: */
* { margin:0; padding:0;}

body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        width: 100%;
        color: #000;
        margin: 0px 0px 0px 0px;
        text-align: center;

}

/*---------------------------------------------------------
begin Abstände zwischen den Ebenen
----------------------------------------------------------*/
div.clear_navigation {
clear:both;
padding-top: 10px;
background-color: #fff;
}

div.clear_small {
clear:both;
padding-top:10;
}
/*---------------------------------------------------------
end Abstände zwischen den Ebenen
----------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #000;
        text-align: left;
}
h1 {
        font-size: 11pt;
        font-weight:bold;
        color: #1460ae;
        background-color:transparent;
        line-height:18px;
        margin-bottom: 5px;
}

h2 {
        font-size: 9pt;
        font-weight:normal;
        color: #000;
        background-color:transparent;
}

a {color: #000;}
a:visited {color: #000;}
a:hover {color: #9a9997;}
a:active {color: #ff0000;}

img {border: 0px none;}

input {
        color:#000;
        border:1px solid #999;
        background-color:#fff;
}

a.price_hint:link, a.price_hint:active, a.price_hint:visited {
        color:#000;
        text-decoration:underline;
}
a.price_hint:hover{
        color:#9a9997;
        text-decoration:underline;
}

.button_01 {
        height: 20px;
        color: #000;
        background-color: #ffba00;
        font-size: 9pt;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-width: 1px;
        margin: 2px 0 5px 0;
        padding: 0 5px 0 5px;
}
.button_search {
        height: 18px;
        color: #000;
        background-color: #ffba00;
        font-size: 9pt;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border-width: 1px;
        margin: 0px 0 3px 5px;
        padding: 0 5px 0 5px;
}
/* -----------------------------------------------
page structure
----------------------------------------------- */
#page {
        /*float: left; */
        /*position: absolute;*/
        left: 0;
        margin: 0px 0px 0px 0px;
        /*width: 990px;*/
        width: 900px;
        background-color: #fff;
}

#content-wrapper {
        width: 880px;
        margin: 0px 0px 0px 0px;
        padding: 10px 8px 10px 0px;
        background-color: #fff;
        /*
        border-top: 1px dotted #9a9997;
        border-right: 1px dotted #9a9997;
        border-bottom: 1px dotted #9a9997;
        */
}

/*
                To switch the sidebar to the right side, simply change
                the "float" and "clear" properties of #content and
                #sidebar from right to left and left to right.
*/
#sidebar {
        font-size:9pt;
        width:290px;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 15px;
        /*clear:left;*/
        float:left;
        background-color: #fff;
}

#content {
        float: left;
        min-height:580px;
        width: 580px;
        background-color: #fff;
        /*
        margin: 0 0 0 0;
        padding: 0 0 0 0px;
        */

}

/* -----------------------------------------------
nav top
----------------------------------------------- */
#nav-top {
        /*position: absolute;*/
        position: relative;
        top: 0px;
        left: 0px;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        /*height: 170px;*/
        width: 900px;
        background-color:#fff;
}

#nav_top_menue {
        position: absolute;
        top: 90px;
        left: 0px;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        line-height: 20px;
        width: 961px;
        background-color:#ffba00;
        z-index:10;
        background: url(../../../gra/bg_nav_top_menue.jpg) repeat-x;
}

#logo {
        position:absolute;
        left:15px; top:5px;
        margin:0 0 0 0;
        background-color: #fff;
        z-index:6;
}
#banner {
        font-size: 11pt;
        font-weight:bold;
        position:absolute;
        left:310px;
        top:40px;
        margin:0 0 0 0;
        padding:0 0 0 0;
        background-color:transparent;
/*        border: 1px solid #999;*/
        z-index:6;
}
#basket_info {
        position: absolute;
        top: 0px;
        left: 400px;
        height: 20px;
        min-width: 210px;
        padding:0 10px 0 10px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        z-index:100;
}
#home_link {
        position: absolute;
        top: 0px;
        left: 220px;
        height: 20px;
        padding:0 10px 0 10px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
}
#basket_top {
        position: absolute;
        top: 0px;
        left: 840px;
        height: 20px;
        width: 120px;
        padding:0 0 0 ;
        text-align: center;
        border-left: 1px solid #fff;
        background: url(../../../gra/bg_nav_top_basket.jpg) repeat-x;
}

a.basket:link,a.basket:active,a.basket:visited {
        color:#fff;
        text-decoration:none;
        display:block;
        cursor:pointer;
}
a.basket:hover {
        color:#000;
        text-decoration:none;
        display:block;
        cursor:pointer;
}

a.nav_top_menue:link,a.nav_top_menue:active,a.nav_top_menue:visited {
        color:#000;
        text-decoration:none;
        display:block;
}
a.nav_top_menue:hover {
        color:#ff0000;
        text-decoration:none;
        display:block;
}
/* -----------------------------------------------
nav-bottom
----------------------------------------------- */
#footer {
        text-align: center;
        width: 626px;
        clear: both;
        padding-top: 10px;
        /*
        margin: 0px 0px 0px 0px;
        padding: 10px 10px 0px 0px;
        */

}
#nav-bottom {
        font-size: 9pt;
        font-weight: normal;
        width: 626px;
        margin: 0 0 0 0;
        padding-bottom: 10px;
        color:#585858;
        text-align: center;
        /*border: 1px solid #000;*/
}
#nav-bottom ul {
        margin: 0 0 0 0;
        padding-top: 5px;
}
#nav-bottom li {
        list-style-type: none;
        display: inline;
        margin: 0 0 0 0;
        padding-left: 5px;
        font-size: 11px;
        text-align: right;
}
/* -----------------------------------------------
categories
----------------------------------------------- */
.i_m_categories_title {
        float: left;
        font-weight:normal;
        margin:0 0 0 0;
        padding:0 0 0 10px;
        line-height:18px;
        height:18px;
        width: 211px;
        color: #fff;
        font-weight: bold;
        text-align: left;
        padding-left: 20px;
        margin-left: 17px;
        /*background:url(../../../gra/bg_i_m_categories_title.gif) repeat-x;*/
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation.jpg) repeat-y;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}
.i_m_categories_title_head {
        float: left;
        font-weight:normal;
        margin:0 0 0 0;
        padding:0 0 0 10px;
        line-height:18px;
        height:18px;
        width: 211px;
        color: #fff;
        text-align: left;
        padding-left: 20px;
        margin-left: 17px;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation_top.jpg);
        background-repeat:no-repeat;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}
.i_m_categories_title_bottom {
        float: left;
        padding-left: 20px;
        margin-left: 17px;
        height:18px;
        width: 211px;
        color: #fff;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation_bottom.jpg);
        background-repeat:no-repeat;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}

.i_m_categories_active {
        float: left;
        margin-left: 17px;
        padding-left: 20px;
        color:#fff;
        text-align: left;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation.jpg) repeat-y;
        width: 211px;
        /*height: 18px;*/
}
.i_m_categories_passive {
        float: left;
        margin-left: 17px;
        padding-left: 20px;
        color:#fff;
        text-align: left;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation.jpg) repeat-y;
        width: 211px;
        /*line-height:18px;*/
}
a.i_m_categories_a_link:link,a.i_m_categories_a_link:active,a.i_m_categories_a_link:visited {
        font-size:8pt;
        color:#fff;
        text-decoration:none;
        line-height:18px;
}
a.i_m_categories_a_link:hover {
        color:#fff;
}
a.i_m_categories_p_link:link,a.i_m_categories_p_link:active,a.i_m_categories_p_link:visited {
        font-size:8pt;
        color:#fff;
        text-align: left;
        padding-left: 5px;
        margin-left: 0px;
        text-decoration:none;

}
a.i_m_categories_p_link:hover {
        text-decoration: underline;
        color: #fff;
        font-size:8pt;
}
.i_m_categories_bottom {
        line-height:6px;
        height:6px;
        background-color:transparent;
}
/* -----------------------------------------------
search
----------------------------------------------- */
.i_m_search_title {
        float: left;
        font-weight:normal;
        margin:0 0 0 0;
        padding:0 0 0 10px;
        line-height:18px;
        height:18px;
        width: 211px;
        color: #fff;
        font-weight: bold;
        text-align: left;
        padding-left: 20px;
        margin-left: 17px;
        /*background:url(../../../gra/bg_i_m_categories_title.gif) repeat-x;*/
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation.jpg) repeat-y;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}
.i_m_search {
        float: left;
        font-size:8pt;
        /*
        margin: 0 0 0 0;
        padding: 5px 0 5px 10px;
        */
        color:#000;
        width: 211px;
        padding-left: 10px;
        margin-left: 17px;
        /*background-color:#ebecf0; */
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation.jpg) repeat-y;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}
input.i_m_search_form {
        font-size:9pt;
        font-weight:normal;
        width:120px;
        border: 1px solid #7a7942;
}
.i_m_search_bottom {
        line-height:6px;
        height:6px;
        background-color:transparent;
}
/* -----------------------------------------------
service
----------------------------------------------- */
.i_m_service_title {
        float: left;
        font-weight:normal;
        margin:0 0 0 0;
        padding:0 0 0 1px;
        line-height:18px;
        height:18px;
        width: 211px;
        color: #fff;
        font-weight: bold;
        text-align: left;
        padding-left: 20px;
        margin-left: 17px;
        /*background:url(../../../gra/bg_i_m_categories_title.gif) repeat-x;*/
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation.jpg) repeat-y;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
        clear: both;
}

.i_m_service_title_head {
        float: left;
        padding-left: 20px;
        margin-left: 17px;
        height:18px;
        width: 211px;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation_top.jpg);
        background-repeat:no-repeat;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}
.i_m_service_title_bottom {
        float: left;
        padding-left: 20px;
        margin-left: 17px;
        height:18px;
        width: 211px;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation_bottom.jpg);
        background-repeat:no-repeat;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}

.i_m_service {
        float: left;
        margin: 0 0 0 0;
        color:#ffffff;
        width: 211px;
        background-color:transparent;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation.jpg) repeat-y;
        padding-left: 20px;
        margin-left: 17px;
        line-height:18px;
}
.i_m_service ul li {
        font-size:8pt;
        margin: 0 0 0 0;
        padding: 0 0 0 10px;
        list-style-type:none;
        /*background-color:#ebecf0;*/
        /*border-top:1px #ffffff solid;
        border-bottom:1px #c9cacf solid;*/
        color: #ffffff;
        font-weight: bold;
        text-align: left;

        width: 211px;
}
.i_m_service ul li a:link, i_m_service ul li a:visited {
        text-align: left;
        font-size:8pt;
        margin-left: -7px;
        color:#ffffff;
        text-decoration:none;
        display:block;
}
.i_m_service ul li a:hover, i_m_service ul li a:active {
       text-align: left;
        margin-left: -7px;
        font-size:8pt;
        color:#ffffff;
        text-decoration:underline;
        display:block;
}
.i_m_service_bottom {
        line-height: 6px;
        height: 6px;
        background-color:transparent;
}
/* -----------------------------------------------
login
----------------------------------------------- */
.i_m_log_in_title {
        float: left;
        font-weight: normal;
        margin: 0 0 0 0;
        padding: 0 0 0 10px;
        line-height: 18px;
        height: 18px;
        width: 211px;
        color: #fff;
        text-align: left;
        width: 211px;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation.jpg) repeat-y;
        padding-left: 20px;
        margin-left: 17px;
        font-weight: bold;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}

.i_m_log_in_title_head {
        float: left;
        padding-left: 20px;
        margin-left: 17px;
        height: 18px;
        width: 211px;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation_top.jpg);
        background-repeat:no-repeat;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}
.i_m_log_in_title_bottom {
        float: left;
        padding-left: 20px;
        margin-left: 17px;
        height: 18px;
        width: 211px;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation_bottom.jpg);
        background-repeat:no-repeat;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}

.i_m_log_in {
        float: left;
        font-size:8pt;
        margin: 0 0 0 0;
        padding: 5px 0 5px 10px;
        background-color:#ebecf0;
        color: #fff;
        text-align: left;
        width: 211px;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation.jpg) repeat-y;
        padding-left: 20px;
        margin-left: 17px;
}
input.i_m_log_in_form {
        font-size: 10px;
        font-weight: normal;
        width:120px;
        border: 1px solid #7a7942;
}
a.i_m_log_in_link:link, a.i_m_log_in_link:active, a.i_m_log_in_link:visited {
        font-size: 11px;
        line-height:15px;
        color:#fff;
        text-decoration:underline;
}
a.i_m_log_in_link:hover{
        color:#fff;
        text-decoration:underline;
}
.i_m_log_in_bottom {
        line-height:6px;
        height:6px;
        background-color:transparent;
}
/* -----------------------------------------------
logout
----------------------------------------------- */
.i_m_log_out_title {
        float: left;
        font-weight: normal;
        margin: 0 0 0 0;
        padding: 0 0 0 10px;
        line-height: 18px;
        height: 18px;
        width: 211px;
        color: #fff;
        text-align: left;
        width: 211px;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation.jpg) repeat-y;
        padding-left: 20px;
        margin-left: 17px;
        font-weight: bold;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}

.i_m_log_out_title_head {
        float: left;
        padding-left: 20px;
        margin-left: 17px;
        height: 18px;
        width: 211px;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation_top.jpg);
        background-repeat:no-repeat;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}
.i_m_log_out_title_bottom {
        float: left;
        padding-left: 20px;
        margin-left: 17px;
        height: 18px;
        width: 211px;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation_bottom.jpg);
        background-repeat:no-repeat;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}

.i_m_log_out {
        float:left;
        font-size:8pt;
        margin: 0 0 0 0;
        padding: 5px 0 5px 10px;
        background-color:transparent;
        color: #fff;
        text-align: left;
        width: 211px;
        background:url(http://graphicgroup.iok.net/fileadmin/template/vanycare/balken_navigation.jpg) repeat-y;
        padding-left: 20px;
        margin-left: 17px;
}
.i_m_log_out_bottom {
        line-height:6px;
        height:6px;
        background-color:transparent;
}
/* -----------------------------------------------
language
----------------------------------------------- */
.i_m_language_title {
        font-weight: normal;
        margin: 0 0 0 0;
        padding: 0 0 0 10px;
        line-height: 18px;
        height: 18px;
        color: #000;
        background: url(../../../gra/bg_i_m_language_title.gif) repeat-x;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}
.i_m_language {
        font-size:8pt;
        margin: 0 0 0 0;
        padding: 5px 0 5px 10px;
        color:#000;
        background-color:#ebecf0;
        border-bottom:1px #c9cacf solid;
}
a.i_m_language_link:link, a.i_m_language_link:active, a.i_m_language_link:visited {
        font-size:8pt;
        line-height:15px;
        color:#000;
        text-decoration:underline;
}
a.i_m_language_link:hover{
        color:#9a9997;
        text-decoration:underline;
}
.i_m_language_bottom {
        line-height:6px;
        height:6px;
        background-color:transparent;
}
/* -----------------------------------------------
currency
----------------------------------------------- */
.i_m_currency_title {
        font-weight: normal;
        margin: 0 0 0 0;
        padding: 0 0 0 10px;
        line-height: 18px;
        height: 18px;
        color: #000;
        background: url(../../../gra/bg_i_m_currency_title.gif) repeat-x;
        background-color:transparent;
        /*border-bottom:1px #c9cacf solid;*/
}
.i_m_currency {
        font-size:8pt;
        margin: 0 0 0 0;
        padding: 5px 0 5px 10px;
        color:#000;
        background-color:#ebecf0;
        border-bottom:1px #c9cacf solid;
}
a.i_m_currency_link:link, a.i_m_currency_link:active, a.i_m_currency_link:visited {
        font-size:8pt;
        line-height:15px;
        color:#000;
        text-decoration:underline;
}
a.i_m_currency_link:hover{
        color:#9a9997;
}
.i_m_currency_bottom {
        line-height:6px;
        height:6px;
        background-color:transparent;
}
/* -----------------------------------------------
content
----------------------------------------------- */
#content_info {
    width: 600px;
    padding-left: 5px;
    margin-left: 0px;
    background-color: transparent;
    border-bottom: 15px solid #fff;
}

a.content_info:link, a.content_info:active, a.content_info:visited {
        color:#000;
        text-decoration:underline;
}

a.content_info:hover{
        color:#9a9997;
}

.content_error {
        margin: 0 0 10px 0;
        padding: 10px 10px 10px 10px;
        font-weight:bold;
        color:#ff0000;
        background-color:#fff;
        border: 1px solid #ff0000;
}
.content_desc {
        color: #000;
        background: transparent;
        margin:0 0 0 0;
        padding:0px 0px 0px 0px;
        /*border: #000 1px solid;*/
}
/* -----------------------------------------------
errors
----------------------------------------------- */
.error {
        font-weight:bold;
        color:#ff0000;
        background-color:transparent;
}
/* -----------------------------------------------
structure product list 4 col
----------------------------------------------- */
.p_l_frame_4_col {
        width:630px;
        margin-bottom:10px;
        margin-left: 19px;
        padding:0 0 0 0;
        text-align:left;
        background-color: transparent;
}
.p_l_content_4_col {
        width:125px;
        padding:0px;
        float:left;
        background:#fff;
}
.p_l_spacer_4_col {
        width:20px;
        padding:0px;
        float:left;
        background:transparent;
}
/* -----------------------------------------------
product list container for list with 4 col
----------------------------------------------- */
.p_l_c_frame_4_col {
        height:100px;
        width: 125px;
        margin: 0 0 0 0;
        padding: 5px 0px 0px 0px;
        background: transparent;
        border: 1px solid #1460ae;
}
.p_l_c_text_4_col {
        float: left;
        margin: auto;
        height:33px;
        /*width: 140px;*/
        width: auto;
        font-size: 11px;
        padding: 0px 0px 0px 0px;
        text-align: left:
        background-color: transparent;
}
.p_l_c_img_4_col {
        height:100px;
        width: 125px;
        padding: 2px 5px 5px 10px;
        text-align:center;
        vertical-align:baseline;
        background-color: transparent;
}
.p_l_c_details_4_col {
        width:50px;
        margin-right:5px;
        padding: 5px;
        background-color:#fff;
}
.p_l_c_price_4_col {
        font-size: 8pt;
        float: right;
        width:150px;
        margin-left:5px;
        padding: 5px;
        background-color:#fff;
        text-align:right;
        /*border: 1px solid #ff0000;*/
}

a.p_l_c:link, a.p_l_c:visited, a.p_l_c:active {
        color: #000;
        text-decoration:none;
}
a.p_l_c:hover {
        color: #000;
        text-decoration:underline;
}
/* -----------------------------------------------
sub-categories list 3 col
----------------------------------------------- */
.sc_l_frame {
        width:620px;
        margin:10px 0 10px 0;
        padding:0 0 0 0;
        text-align:left;
        /*border: 1px solid #ff0000;*/
}
.sc_l_content_text {
        width:232px;
        min-height:30px;
        margin:0 0 0 0;
        padding:10px 0 0 0;
        float:left;
        background:transparent;
        text-align:center;
        border: 1px solid #9a9997;
}

a.sc_l_content_text_link:link, a.sc_l_content_text_link:visited, a.sc_l_content_text_link:active {
        color: #000;
        text-decoration:none;
}
a.sc_l_content_text_link:hover {
        color: #000;
        text-decoration:underline;
}

.sc_l_content_image {
        width:180px;
        min-height:30px;
        margin:0 0 0 0;
        padding:0 0 0 0;
        float:left;
        background:transparent;
        text-align:center;
}
.sc_l_spacer {
        width:15px;
        padding:0px;
        float:left;
        background:transparent;
        /*border: 1px solid #000;*/
}
/* -----------------------------------------------
page browser
----------------------------------------------- */
.pb_frame {
        line-height: 18px;
        width:732px;
        margin-right:0;
        margin-left:0px;
        margin-top:5px;
        margin-bottom:8px;
        padding:0px;
        text-align:left;
        color: #fff;
        background:#ebecf0;
        border-bottom:1px #c9cacf solid;
}
.pb_left {
        font-size: 8pt;
        width:300px;
        padding:0px 0px 0px 10px;
        float:left;
        color: #000;
        background:transparent;
}
.pb_right {
        font-size: 8pt;
        width:300px;
        padding:0px 10px 0px 0px;
        float:right;
        color: #000;
        background:transparent;
        text-align:right;
}
/* aktiv */
.browsera {
        line-height:18px;
        font-weight:bold;
        color: #000;
}
a.browser_link:link,a.browser_link:active,a.browser_link:visited {
        line-height:18px;
        color: #000;
}
a.browser_link:hover {
        color: #000;
}
/* -----------------------------------------------
product details
----------------------------------------------- */
.p_d_frame {
        float:left;
        font-size: 9pt;
        min-height:100px;
        width: 575px;
        /*
        margin: 0 0 10px 0;
        padding: 10px 10px 10px 10px;
        */
        margin-left: 5px;
        background:#fff;
        border: 1px solid #1460ae;
        text-align: left;
}
.p_d_c_left {
        float:left;
        font-size: 11px;
        width:250px;
        /*
        margin:0 0 0 0;
        padding:0px 0px 0px 0px;
        */
        margin-left: 5px;
        color:#000;
        background-color: transparent;
}
.p_d_c_right {
        float: left;
        text-align: left:
        font-size: 11px;
        width:300px;
        margin:0 0 0 10px;
        padding:0px 0px 0px 0px;
        color:#000;
        background-color: #fff;
}
.p_d_frame img {
        padding: 5px 10px 10px 0;
}

a.p_d_frame_link:link, a.p_d_frame_link:active, a.p_d_frame_link:visited {
        color:#000;
        text-decoration:underline;
}
a.p_d_frame_link:hover{
        color:#9a9997;
        text-decoration:underline;
}
.p_d_list {
        height:25px;
        /*border-bottom: 1px solid #1460ae;*/
}
.p_d_list select {
        width:80px;
        border: 1px solid #1460ae;
        background-color: #fff;
}
.p_d_button {
        height:40px;
        border-bottom: 1px solid #1460ae;
}

/* -----------------------------------------------
product details related
----------------------------------------------- */
#p_d_r_title {
        margin: 0 0 10px 0;
        padding:2px 0px 2px 5px;
        color:#000;
        background:#ebecf0;
        border-bottom:1px #c9cacf solid;
}
.p_d_r_c_frame_3_col {
        height:188px;
        width: 238px;
        margin: 0 0 0 0;
        padding: 0px 0px 0px 0px;
        position: relative;
        overflow: visible;
        background:transparent;
        border: 1px solid #7e2372;
}

.p_d_r_c_frame_4_col {
        height:210px;
        width: 175px;
        margin: 0 0 0 0;
        padding: 5px 0px 0px 0px;
        position: relative;
        overflow: visible;
        background:transparent;
        border: 1px solid #9a9997;
}
.p_d_r_c_text_4_col {
        height:33px;
        width: 175px;
        font-size: 11px;
        text-align:center;
        background-color:transparent;
}
.p_d_r_c_img_4_col {
        height:140px;
        width: 160px;
        padding: 2px 5px 5px 10px;
        text-align:center;
        vertical-align:baseline;
        background-color:transparent;
}
.p_d_r_c_details_4_col {
        width:60px;
        margin-right:5px;
        padding: 5px;
        background-color:#fff;
}
.p_d_r_c_price_4_col {
        font-size: 8pt;
        float: right;
        width:150px;
        margin-left:5px;
        padding: 5px;
        background-color:#fff;
        text-align:right;
}
/* -----------------------------------------------
formulare
----------------------------------------------- */
.form_label {
        background-color: #c9cacf;
        height: 22px;
        line-height: 22px;
        vertical-align: bottom;
        padding: 1px 3px 1px 5px;
        border-left: 1px solid #f2f2f2;
        border-bottom: 1px solid #fff;
        text-align:left;
}
.form_input {
        background-color: #ebecf0;
        height: 22px;
        line-height: 22px;
        vertical-align: bottom;
        padding: 1px 3px 1px 5px;
        border-left: 1px solid #f2f2f2;
        border-bottom: 1px solid #fff;
        text-align:left;
}
/* -----------------------------------------------

----------------------------------------------- */

.p_a {
        margin:10px 0 0 0;
        text-align:center;
}

.linksbuendig {
        text-align: left;
        margin-left: 15px;
}

/* -----------------------------------------------
EOF
----------------------------------------------- */