/* Base */
* {margin:0;padding:0}
html,body { height: 100%; position: relative; z-index: 10; background-color: #464646;}
body {font-family:Arial,"Trebuchet MS",Verdana,Sans-serif; font-size:13px; margin:0; padding:0;}

/* HEADINGS */
h1 {color:#000000;font-weight:bold;font-size:22px;margin:20px 0px 15px 0px;padding:0px;width:auto;}
h2 {color:#000000; font-weight:bold;font-size:16px;margin:15px 0px 8px 0px;padding:0px;}

/* LINKS GLOBAL */
a,a:link,a:hover {text-decoration:underline;cursor:pointer;color:#000;outline: none}
a,a:link {background:transparent;color:#000;outline: none}
a:link {color:#000;outline: none}
a:visited {color:#000;}
a:hover,a:active {color:#000;outline: none}
a img {border:none;outline: none}

/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {font-family:Arial,"Trebuchet MS",Verdana,Sans-serif; font-size:12px; outline-style: none;}
textarea {font-family:Arial,"Trebuchet MS",Verdana,Sans-serif; font-size:12px; border-width:1px; border-style:solid; border-top-color:#4E4E4F; border-left-color:#4E4E4F; border-bottom-color:#AEAEAE; border-right-color:#AEAEAE}
select {font-family:Arial,"Trebuchet MS",Verdana,Sans-serif; font-size:12px; border-width:1px; border-style:solid; border-top-color:#4E4E4F; border-left-color:#4E4E4F; border-bottom-color:#AEAEAE; border-right-color:#AEAEAE}
select option { padding:0 10px 0 0; }

input[name=conditions_accepted]{ visibility:hidden}

/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {border-width:1px; border-style:solid; border-top-color:#4E4E4F; border-left-color:#4E4E4F; border-bottom-color:#AEAEAE; border-right-color:#AEAEAE}

/* PARAGRAPH GLOBAL */
p {margin:8px 0px 8px 0px}
.box_small_img {margin:0pt 2px 3px 0pt;}

/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {padding-top:1px; height:0; overflow:hidden; margin:0; line-height:0px; background-color:#A19898}
div.hrlightgrey {padding-top:1px; height:0; overflow:hidden; margin:0; line-height:0px; background-color:#999999}

.float_left { float:left;}
.float_right { float:right;}

.clear_left { clear: left;}
.clear_right { clear: right;}
.clear_both { clear: both;}

div.clear { clear: both; }
br.clear { clear: both;font-size: 1px; height: 1px; line-height: 1px; maring: 0px; padding: 0px; }

.nopadding { padding: 0px !important }
.noborder { border: none !important; }
.paddingleft9 { padding-left: 9px !important; }
.marginleft9 { margin-left: 9px !important; }
.paddingright10 { padding-right: 10px !important; }
.paddingleft10 { padding-left: 10px !important; }
.paddingleft20 { padding-left: 20px !important; }
.nomargintop { margin-top: 0px !important; }
.padding5 { padding: 5px !important; }
.padding7 { padding: 7px !important; }
.padding10 { padding: 10px !important; }
.margintop10 { margin-top: 10px !important; }

.ta_right { text-align: right; }
.ta_left { text-align: left; }

.bgtransparent { background-color: transparent !important; }

.left  {float:left;}
.right {float:right;}

.impressum {
    margin: 0px 0px 20px 9px;
    padding-top: 10px;
}
.impressum h1 {
    margin-top: 0px;
    margin-bottom: 15px;
}
.impressum .impressumtext {
    margin-left: 30px;
}

/* Lists */
ol, ul {
    padding-left: 30px;
}
/* Forms */
form{margin-top:0px;margin-bottom:0px;}
input {color: #000;}

span.btn{background: transparent url(bg/buttons_ce_.gif) right -150px no-repeat;padding: 0 1px 0 0;height:18px;line-height:18px;display:-moz-inline-stack;display:inline-block;margin:0;outline:0;}
span.btn input, span.btn a{border:none;height:18px;line-height:10px;outline:0;position:relative;display:block;padding:2px 7px;margin:0;color:#ffffff;font-weight: bold;cursor:pointer;background: transparent url(bg/buttons_ce_.gif) no-repeat left -150px;}
span.btn a{padding:3px 8px 2px; position:relative;}


input.btn.hl {border-color:#f90;color:#f90;}
input.chbox { margin-top: 0px; margin-right: 4px;}
input.chk {margin: 1px 5px 1px 0px;}
input.fullsize {width: 100%;}
textarea.fullsize {width: 100%;}
input.openid {background: #fff url(bg/openid-icon-small.gif) no-repeat 0pt 50%; border:1px solid activeCaption; padding:1px 1px 1px 18px;}

/* Tables .....*/
table {border-collapse: collapse;}
table.min_width {width:auto}
th {text-align: left;padding: 0 5px 0 0;font-weight: normal;}
tr.row_sep td hr{display:none;}
tr.row_sep td div{background: url(bg/sepatator_ce_.gif) no-repeat center center; margin: 0;height: 15px;}
tr.sep td, tr.sep th {background: url(bg/sepatator_ce_.gif) no-repeat center center;}


/* Navigation  - menues */
ul.menue {
    padding:0;
    margin:0;
    list-style:none;
}
ul.menue li {
    margin:0;
    white-space:nowrap;
    position: relative;
}
ul.menue.horizontall li {
    float:left;
}
ul.menue.verticall li {
    float:none;
}
.dropdown {
    visibility: hidden;
    display:block;
    position:absolute;
    left:210px;
    top:5px;
    padding:0;
    margin:0;
    z-index:2000 !important;
    border-top: 1px solid #9C9391;
    border-left: 1px solid #9C9391;
    border-right: 1px solid #9C9391;
}
.open .dropdown {
    visibility: visible;
}
li.root1 a {
    background-color: #7d7666;
}
li.root1_l2 a {
    background-color: #989182;
}
li.root1 li.l2_current a,
li.root1_l2 a:hover {
    background-color: #afa899;
}
li.root2 a {
    background-color: #9A996E;
}
li.root2_l2 a {
    background-color: #b5b48d;
}
li.root2 li.l2_current a,
li.root2_l2 a:hover {
    background-color: #cccbab;
}
li.root3 a {
    background-color: #9badb1;
}
li.root3_l2 a {
    background-color: #bccbcf;
}
li.root3 li.l2_current a,
li.root3_l2 a:hover {
    background-color: #d4e1e4;
}
li.root4 a {
    background-color: #7d7666;
}
li.root4_l2 a {
    background-color: #989182;
}
li.root4 li.l2_current a,
li.root4_l2 a:hover {
    background-color: #afa899;
}
li.root5 a {
    background-color: #9A996E;
}
li.root5_l2 a {
    background-color: #b5b48d;
}
li.root5 li.l2_current a,
li.root5_l2 a:hover {
    background-color: #cccbab;
}
li.root6 a {
    background-color: #9badb1;
}
li.root6_l2 a {
    background-color: #bccbcf;
}
li.root6 li.l2_current a,
li.root6_l2 a:hover {
    background-color: #d4e1e4;
}
li.root7 a {
    background-color: #B6848C;
}
li.root7_l2 a {
    background-color: #cea5ab;
}
li.root7 li.l2_current a,
li.root7_l2 a:hover {
    background-color: #e3bfc4;
}
li.root8 a {
    background-color: #7d7666;
}
li.root8_l2 a {
    background-color: #989182;
}
li.root8 li.l2_current a,
li.root8_l2 a:hover {
    background-color: #afa899;
}

/* Navigation - tree */
ul.tree {padding:0;margin:0;}
ul.tree ul {padding:0;margin:0 0 0 15px;}
ul.tree li {padding:0;margin:0;list-style: none;}
ul.tree li a{line-height: 100%;}

/* Layout     */
div#page {
    margin:0 auto;
    position:relative;
    top:0;
    width:900px;
    padding-bottom: 101px;
    background-color: #fff;
    z-index: 1000;
}
#topspace{height: 5px;}
#bgBodyLeft {
    background-color: #464646;
    width: 424px;
    left: -424px;
    top: 0px;
    position: absolute;
    z-index: 5;
}
div#bgBodyLeftLoopH {
    background-color: #464646;
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
    width: 50%;
    height: 1200px;
}
#bgBodyLeft div#bgBodyLeftLoopV {
    background-color: #464646;
    margin-top: 1200px;
    height: 1200px;
}
#bgBodyRight {
    background-color: #464646;
    width: 168px;
    left: 900px;
    top: 0px;
    position: absolute;
    z-index: 5;
}
div#bgBodyRightLoopH {
    background-color: #464646;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1200px;
}
#bgBodyRight div#bgBodyRightLoopV {
    background-color: #464646;
    margin-top: 930px;
    height: 1200px;
}
#bgBodyRight a,
#bgBodyRight a:visited,
#bgBodyRight a:hover,
#bgBodyRight a:link,
#bgBodyRight a:active {
    color: #fff !important;
    display: block;
    width: 20px;
    height: 95px;
    margin-right: 139px;
    border: none;
    text-decoration: none;
    position: relative;
    top: 545px;
    left: 9px;
}
#bgBodyRight a.right_links,
#bgBodyRight a.right_links:visited,
#bgBodyRight a.right_links:hover,
#bgBodyRight a.right_links:link,
#bgBodyRight a.right_links:active
{ height: 175px;}
#bgBottom {
    position: absolute;
    left: -212px;
    width: 1280px;
    background: none;
    background-color: #464646;
    z-index: 1000;
    height: 121px;
}
.header_spaceline {
    width: 900px;
    height: 7px;
    line-height: 7px;
    font-size: 1px;
    background:url(bg/bg_top.gif) left top repeat-x #fff;
    margin: 0px;
    padding: 0px;
}
#pflanzer {
    position: absolute;
    left: 0px; top: 0px;
    z-index: 2000;
}
div#contentWrap {
    width:884px;
    padding: 8px 8px 8px 8px;
    background-color: #f4eac7;
}
div#header {
    clear:both;
    background:#ffffff;
}
* html div#header {
    margin-top: -7px;
    background:#ffffff;
}
.header_topline {
    height: 39px;
    color: #000000;
    font-size: 11px;
    background: url(bg/tc_cartbalken.jpg) top left  transparent;
}
.header_topline a {
    color: #000000;
    font-size: 11px;
}
* html .header_topline {
    height: 39px;
    margin-top: 15px;
}
.header_topline_left {
    width: 220px;
    height: 39px;
    background: none;
    float: left;
    text-align: right;
    padding-right: 20px;
}
div.language {
    padding: 14px 0px 0px 35px;
    height: 25px;
}
div.language a img {
    margin:0px 0px 0px 5px;
}
div.loggedinas {
    height: 32px;
    padding-top: 14px;
    text-align: left;
}
.header_topline_right {
    height: 36px;
    line-height: 36px;
    width: 603px;
    background: none;
    float: left;
    padding: 3px 20px 0px 20px;
}
.header_topline_right a,
.header_topline_right a:hover {
    color: #000000;
}
.myaccount_,
.myaccount_de {
    width: 77px;
    height: 36px;
    margin-right: 30px;
}
.myaccount_en {
    width: 82px;
    height: 36px;
    margin-right: 30px;
}
.myaccount_ div,
.myaccount_de div {
    width: 77px;
    height: 36px;
    background: url(bg/myaccount_bg.gif) right 14px no-repeat transparent;
}
.myaccount_en div {
    width: 82px;
    height: 36px;
    background: url(bg/myaccount_bg.gif) right 14px no-repeat transparent;
}
.mywishlist_,
.mywishlist_de {
    width: 109px;
    height: 36px;
    margin-right: 115px;
}
.mywishlist_en {
    width: 95px;
    height: 36px;
    margin-right: 135px;
}
.mywishlist_ div,
.mywishlist_de div {
    width: 109px;
    height: 36px;
    background: url(bg/mywishlist_bg.gif) right 11px no-repeat transparent;
}
.mywishlist_en div {
    width: 95px;
    height: 36px;
    background: url(bg/mywishlist_bg.gif) right 11px no-repeat transparent;
}
.header_banner {
    height: 314px;
}
* html .header_banner {
    height: 299px;
    margin-top: 7px;
}
.header_banner_left {
    height: 299px;
    width: 240px;
    float: left;
}
.header_banner_right {
    height: 299px;
    width: 636px;
    float: left;
    margin-left: 8px;
}
.header_categories {
    height: 40px;
    margin-top: 0;
}
.header_categories_left {
    float: left;
    height: 40px;
    width: 249px;
    border:none;
}
.header_categories_right {
    height: 40px;
    width: 635px;
    float: left;
    margin-left: 0px;
    background: none;
}
.header_categories_right a,
.header_categories_right a:hover {
    text-decoration: none;
}
div#path  {
    margin:0 0 0 249px;
    background: url(bg/breadcrumb.gif) top left no-repeat transparent;
    color: #FFF;
    text-indent: 30px;
    font-size:11px;
    height:23px;
    width:635px;
    line-height: 23px;
}
div#path a {
    color: #fff;
}
div#body {
    margin:0 0 0 240px;
    padding:0 0 0 0;
    width: 644px;
    background-color: #ffffff;
}

div#body.list{
    padding-bottom: 9px;
    background-color: #F4EAC7;
}

div#left {
    float:left;
    width:240px;
    height:600px;
    background: none;
    background-color: #F4EAC7;
}
div#content {
    clear:both;
    background-color: #F4EAC7;
}
div#footer {
    clear:both;
    background:#ffffff;
    font-size:11px;
    margin-bottom: 8px;
}
div#footer a {
    font-size:11px;
}
#body div.contact_contentheader {
    background-image: url(bg/kontakt.gif) ;
    background-position: left top !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    padding: 0px !important;
    height: 188px;
    width: 635px !important;
    border: none !important;
    margin: 0px 0px 0px 9px !important;
    float: none !important;
}
div.contact_contentheader div {
    width: 164px;
    padding: 65px 33px 0px 33px;
    float: left;
    line-height: 18px;
    color: #fff;
}
div#body div.contact_contentheader a {
    color: #fff !important;
}
div#body div.contact_contentheader._welpen a,
div#body div.contact_contentheader._katzen a {
}
div#body div.contact_contentheader a:hover {
    color: #fff;
    text-decoration: underline;
}
div#body div.contact_contentheader._welpen a:hover,
div#body div.contact_contentheader._katzen a:hover {
    text-decoration: underline;
}
div#body div.box.contact_content {
    padding:10px 5px 15px 25px ;
    width: 601px;
    margin-top: 10px;
}
div.contact_content select,
div.contact_content option,
div.contact_content input,
div.contact_content textarea {
    background-color: #fff;
    border: 1px solid #444444;
    color: #444444;
    font-size: 11px;
    padding: 2px 0px 2px 10px;
}
#test_contactSend{
    border:none !important;
}
div.contact_content select {
    padding: 0px 0px 0px 5px;
    vertical-align: middle;
}
div.contact_content select option {
    padding: 0px 5px 0px 10px;
}
div.contact_content textarea {
    padding-top: 10px;
    text-decoration: none;
}
div.contact_content td {
    vertical-align: top;
}
div.contact_content td label {
    font-weight: bold;
}
div.contact_content td label.msg_label {
    display: block;
    padding-top: 10px;
}
#body div.history {
    padding: 25px 15px 15px 25px;
    width: 591px;
    text-align: justify;
    margin-top: 10px;
}
#body div.withdrawal,
#body div.shipping,
#body div.howtoorder,
#body div.privacy,
#body div.breeder,
#body div.partner,
#body div.agb,
#body div.faq,
#body div.guestbookentry
 {
    padding: 25px 15px 15px 25px;
    width: 591px;
    text-align: justify;
    margin-top: 10px;
}
#body div.guestbookentry {
    border-bottom: none;
    margin-bottom: 0px ;
}
#body div.faq {
    width: 631px;
    padding-left: 0px;
    padding-right: 0px ;
    margin-bottom: 9px;
}
#body div.faq h6 {
    display: block;
    height: 25px;
    line-height: 25px;
    background-color: #a19794;
    color: #fff;
    font-size: 11px;
    text-indent: 25px;
}
#body div.faq p {
    padding: 10px 25px;
    margin: 0px;
}
#body div.presse {
    padding: 10px 25px 15px 25px;
    width: 581px;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 0px;
}
#body div.presse div {
    border-bottom: 1px solid #A29794;
    padding: 15px 0px;
}
#body div.presse dl dt {
    float: left;
    height: 40px;
}
#body div.presse dl dd {
    float: left;
    padding: 0px 0px 0px 15px;
    line-height: 20px;
    height: 40px;
}
#body div.pressebottom {
    background: transparent url(bg/bg_press_bottom.gif) left top no-repeat;
    margin-left: 9px;
    float: left;
    width: 635px;
}
#body div.loginbox {
    padding: 10px 10px 10px 25px !important;
    margin: 0px;
    margin-top: 10px;
    color: #979797;
    font-size: 12px;
    border: 2px solid #A29794;
    width: 596px !important;
    margin-left: 9px;
}
#body div.loginbox .link,
#body div.useroptboxbig .link {background:url(bg/oxid_ce_.gif) no-repeat 0 -385px;padding-left:14px;font-size:10px;text-decoration:none;color:#a29794 !important;}
#body div.loginbox .redlink,
#body .redlink {
    background:url(bg/oxid_ce_.gif) no-repeat 0 -299px !important;
    padding-left:14px !important;
    text-decoration:none !important;
    color:#790916 !important;
    font-size:11px !important;
    padding-bottom:1px !important;
}
#body div.loginbox .link:hover,
#body div.useroptboxbig .link:hover,
#body div.loginbox .redlink:hover {text-decoration: underline !important;}
#body div.registerbox {
    margin: 0px 0px 0px 9px !important;
    color: #979797;
    font-size: 12px;
    border: 2px solid #A29794;
    padding: 0px !important;
    width: 631px !important;
}
#body div.useroptboxbig .err {
    color: #9F091A;
}
#body span.registerbtn {
    padding-left: 25px;
    background: none;
    margin-top: 5px;
}
#body span.registerbtn input {
    border: none;
    background: none;
    color: #790916;
    padding: 0px;
    cursor: pointer;
}
#body div.registerbox td {
    color: #979797;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 0px !important;
}
#body div.registerbox td label {
    padding-left: 25px;
}
#body div.registerbox td select option {
    padding-right: 10px;
}
#body span.registernote {
    display: block;
    padding: 5px 25px;
}
#body div.registersuccess {
    margin: 0px 0px 0px 9px !important;
    color: #979797;
    font-size: 12px;
    border: 2px solid #A29794;
    padding: 20px 0px 20px 30px !important;
    width: 601px !important;
}
#body div.registersuccess strong {
    height:20px;line-height:20px; font-size: 11px;font-weight: bold;color:#5e5e5e;
}
#body div.registersuccess_prevnext {
    margin-bottom: 10px;
    width: 635px;
    border: none;
    background: url(bg/bg_basket_submit.gif) top left no-repeat #fff;
    height: 47px;
    float: left;
    margin-left: 9px;
}
div.box.basket {
    border-color:#efefef;
    float: left;
    width: 190px;
    padding-left: 2px;
    height: 36px;
}
div.box.basket a {
    color: #000000;
}
.test_TopBasketHeader_link_de {
    display: block;
    background: url(bg/mycart_bg.gif) right 12px no-repeat transparent !important;
    float: left;
    width: 74px;
    padding-left: 2px;
    margin-right: 10px;
}

.test_TopBasketHeader_link_en {
    display: block;
    background: url(bg/mycart_bg.gif) right 12px no-repeat transparent !important;
    float: left;
    width: 41px;
    padding-left: 2px;
    margin-right: 10px;
}

.test_TopBasketHeader_products {
    float: left;
    padding-top: 1px;
}

#body span.textbtn input {
    border: none;
    background: none;
    color: #790916;
    padding: 0px;
    cursor: pointer;
    font-weight: bold;
}


/* Blank pages, popups */
div#body.plain {margin: 0; padding: 0; width: auto;}

/* + layout - header */
#header div.bar .fixed {min-width:184px;border-right:1px solid #ffffff;float:left;}

#body .wellcome {
    width:640px;
    margin: 0 0 0 9px;
    padding-top: 45px;
}

#body .wellcome .welcometext {
    padding: 15px 95px 10px 75px;
    text-align: justify;
    line-height: 20px;
    font-size: 12px;
    font-style: Arial;
    margin: 0px;
}
#body .wellcome .welcometext_first {
    background: url(bg/startseite_stern.gif) 80px 7px no-repeat transparent !important;
}
#body .wellcome .welcometext_last {
    padding: 5px 310px 100px 75px;
    background: url(bg/startseite_dosen.jpg) right 10px no-repeat transparent !important;
    overflow: visible;
}

#body .wellcome .welcometext_last {
    padding: 5px 310px 100px 75px;
    margin-right: 5px;
    background: url(bg/startseite_dosen.jpg) right 10px no-repeat transparent !important;
    overflow: visible;
}

div.bar.oxid        {background:#ffffff;}
div.bar.oxid .logo  {padding:18px 0;float:left;}
div.bar.oxid dl.box {min-height: 98px;min-width:150px;margin:0 0 1px 2px;}

dl.box           {background:#ffffff;border:1px solid #efefef;width:150px;}
dl.box dt        {background:#efefef;color:#a29794;}
dl.box dt a      {color:#a29794;padding:0 0 0 10px;background:transparent url(bg/oxid_ce_.gif) 0 -10px no-repeat;display:block;}
dl.box dd        {color:#a29794;}
dl.box dd ul     {margin:0;}
dl.box.open dt   {background-color:#580109;color:#ffffff;}
dl.box.open dt a {background-position:0 -35px;color:#ffffff;}
dl.box.open dd.dropdown { top:2em;margin-top:3px;width:150px;padding:0;}
dl.box.open dd.dropdown ul li a  { display:block;padding:0 5px 0 15px; line-height: 20px; text-decoration: none;background:#efefef url(bg/oxid_ce_.gif) 0 -50px no-repeat;color:#a29794;}
dl.box.open dd.dropdown ul li a:hover{background-color:#580109;color:#ffffff;background-position:0 -75px;}

dl.box.service dd ul{padding:0}
dl.box.service dd ul li{list-style: none;padding:1px 0;}
dl.box.service dd ul li a{color:#a29794;padding-left:10px;background:transparent url(bg/oxid_ce_.gif) 0 -100px no-repeat;text-decoration: none;}
dl.box.service dd ul li a:hover {text-decoration: underline;}

dl.box.account dd {line-height: 150%;}



div.bar.links      {background:#efefef;border-bottom:1px solid #ffffff;}
div.bar.links a    {line-height: 11px;color:#a29794; font-weight: bold; float:left;vertical-align: bottom;padding:7px .5em; border-left:1px solid #ffffff;}
div.bar.links a.currency {padding:0 0 0 .5em ;margin:7px 0 7px .5em;}
div.bar.links a.currency.sep{padding:7px 0 7px 1em;margin:0 0 0 1em;}
div.bar.links a.currency.act{color:#580109;}
div.bar.links .right a { padding: 7px 1em;}
div.bar.links .left a { padding: 7px 1em;border-left:none;border-right:1px solid #ffffff;}

div.bar.links.single{background:#580109;}
div.bar.links.single a{color:#ffffff;}
div.bar.links.single a.act{color:#efefef;}

div.bar.categories a { text-align:center;color:#ffffff;text-decoration: none;display:block; padding: 10px;font-size:12px;}
div.bar.categories li a.more{ text-indent: 10px;}
div.bar.categories li a.exp.more { }
div.bar.categories li.open a.more{ }
div.bar.categories a.fixed { padding: 10px 0; text-align: center; background-color: #580109;color:#ffffff;}
div.bar.categories a.fixed:hover { background-color: #efefef;color:#a29794;text-decoration: none; }

div.bar.categories ul.menue.horizontall li {float:left; border-right : 1px solid #ffffff;}
div.bar.categories ul.menue.verticall   li {float:none;}
* html div.bar.categories ul.menue.verticall   li { border-bottom: 1px solid #bbb; }
div.bar.categories ul.menue.verticall li a {
    text-align:left;
    padding: 6px 10px 6px 30px;
    color:#ffffff;
    font-weight: bold;
    width: 200px;
}
div.bar.categories ul.menue.verticall   ul li a{color: #000; font-size: 12px;}
div.bar.categories ul.menue.verticall   li li{
    border-bottom: 1px solid #bbb;
}

div.bar.categories ul.menue.verticall   ul.dropdown li { border: 1px solid #bbb; border-bottom: none;}
div.bar.categories ul.menue.verticall   ul.dropdown li a:hover{ color:#000000;}
div.bar.categories ul.menue.verticall   ul.dropdown { border-bottom: 2px solid #bbb; }
div.bar.categories ul.menue.verticall   li li a,
div.bar.categories ul.menue.verticall   li li a:hover,
div.bar.categories ul.menue.verticall   li li a:visited {
    background-image: none;
    width: 180px;
    padding: 6px 10px 6px 50px;
    font-weight: normal;
}
div.bar.categories ul.menue.verticall   li li a:hover{
    color: #000;
}
div.bar.categories ul.menue.verticall   li a:hover { color:#ffffff; text-decoration: none;}

/* + layout - footer*/
#footer a{text-decoration: none;}
#footer a:hover{text-decoration: underline;}
#footer .shopicons {padding: 0 150px;}
#footer .footertext {text-align: center; font-size: 10px; padding: 5px 0; clear: both;color:#a29794}
div.bar.copy{ height:13px;background:url;color:#000000;padding:5px 10px 5px 20px;}
div.bar.copy a,div.bar.copy a:hover,div.bar.copy a:visited{color:#ffffff;}
div.bar.shop{ background:#ffffff;color:#a29794;padding:0px 0px 0px 255px;}
div.bar.shop div { float:left; margin-right:20px; text-align:left; width:135px;}
div.bar.shop div a {float:left;font-size:11px !important;line-height:15px;width:134px;padding-left: 1px;}
div.bar.shop div h1 {border-bottom:1px solid #969696;font-size:12px;line-height:16px;margin: 10px 0px 5px 0px;text-indent: 1px;}
div.bar.icons{text-align: right;}
div.bar.shop div#moreinfo { width:140px; }
div.bar.shop div#paymenttypes { float:left; margin-right:20px; text-align:left; width:135px;}
div.bar.shop div#paymenttypes img { margin-bottom: 6px; }

/* minibasket */
.box.minibasket .hr {background: url(bg/sepatator_ce_.gif) no-repeat center center; height: 15px;}
.box.minibasket .tocart { height:18px;  line-height:18px; width: 149px; background: transparent url(bg/buttons_ce_.gif) no-repeat right 0; margin-left:auto; border: 0 none;padding:0 1px 0 0;}
.box.minibasket .tocart input{ width: 149px; height:18px;text-align:center; background: transparent url(bg/buttons_ce_.gif) no-repeat left 0; margin:0; border:0;color:#ffffff;padding:2px 0 0 23px;cursor:pointer;font-weight: bold;}

/* + layout - left */
#left strong.h2{display: block;}
#left strong.h2{background:#efefef;padding:10px 5px 5px;margin:0;color:#a29794;}
#left strong.h2 a {text-decoration: none; color: #a29794}
#left strong.h2 a:hover {text-decoration: underline;}
#left p {padding:3px 10px;margin:0;}
#left form.search{padding:5px 0;}
#left .search input.txt {width:122px;margin-top:2px;padding:1px 0;}
#left .search select {width:126px;margin-top:2px;padding:1px 0;}
#left .search span.btn input {font-weight: bold;width:28px;text-align: center;}

#left hr {margin: 3px 10px;}

/* left minibasket */
#left .box.minibasket {padding:7px 10px;}

/* information list */
#left ul.info {margin:0;padding:0 0 30px 0;}
#left ul.info li {list-style: none; padding: 0; margin: 0;}
#left ul.info li a {background:url(bg/oxid_ce_.gif) no-repeat right -250px; text-indent: 10px; color: #a29794;display: block;padding:10px 0; border-bottom:1px solid #efefef;}

/* news list */
#left dl.news {margin: 7px 0; padding-left: 10px;}
#left dl.news dt {margin-bottom: 9px;}
#left dl.news dt a {color: #a29794; text-decoration: none;}
#left dl.news dt a:hover {text-decoration: underline;}
#left dl.news dd {margin: 0 0 9px 0;}

/* partners list */
#left .partners {margin: 7px 0;}
#left .partners .logo {text-align: center; margin-top: 20px;}

ul.tree li a {background:#ffffff url(bg/oxid_ce_.gif) no-repeat right  500px;color:#a29794;display:block;padding:10px 2px;border-top:1px solid #efefef;}
ul.tree li a.has{padding-right:15px;background-position:right -175px;}
ul.tree li a.root{text-indent:15px;padding-right:0;background-position:0 -175px;font-weight: bold;border-color:#efefef;}
ul.tree li a.exp{text-indent:15px;padding-right:0;background-position:0 -200px;}
ul.tree li a.act{background-color:#580109;color:#ffffff;}
ul.tree li a.exp.act{background-position: 0 -225px;}

/* + layout - right */
#right strong.h2 {display: block;}
#right strong.h2{position:relative;border-left:4px solid #efefef;background:#efefef;padding:10px 5px 5px;margin:0;color:#a29794;}
#right strong.h2 a {text-decoration: none; color: #a29794}
#right strong.h2 a:hover {text-decoration: underline;}
#right div.box {border-left:4px solid #efefef;padding:7px 10px;}
#right div.box p{padding:7px 10px;}
#right form label {color:#a29794;}
#right span.btn input {width: 119px;}
#right input.fullsize {width: 116px; padding: 0;}

#right div.forms strong.h2 {background-color: #efefef;color:#a29794;border-left-color:#efefef;}
#right div.forms strong.h2 a{color:#a29794;}
#right div.forms div.box{border-left-color:#efefef;background-color:#ffffff;}

#right .listitem {margin: 2px 0 7px; padding-left: 66px; position: relative; min-height: 45px; height:auto; color: #a29794; width: 114px;}
#right .listitem .picture{position: absolute; display: block; left: 0; top: 0; width: 56px; height: 42px; text-align:center; background: #ffffff; border: 1px solid #efefef;}
#right .listitem a.title{overflow:hidden;width:108px;display:block;}
#right .listitem a {text-decoration: none; color: #a29794;}
#right .listitem a:hover {text-decoration: underline;}
#right .listitem tt {display: block;}
#right .actions {margin: 3px 0 5px;}
#right .actions a {display: block;}

#right .listitem.bargain a.link {color: #a29794;}

#right .listitem.rightlist {border-bottom: 1px solid #efefef; height:auto;}
#right .listitem.rightlist.lastinlist {border: none; margin-bottom: 3px;}
#right .listitem.rightlist .price{font-size: 14px; font-weight: bold; color: #a29794; margin: 16px 24px 9px 0; width: 90px; position: relative;}
#right .listitem.rightlist .price a {font-weight: normal; color: #a29794;}
#right .listitem.rightlist .price a:hover {color: #a29794;}
#right .listitem.rightlist .price .tocart{ width: 18px; height: 16px; position: absolute; left: 92px; top: 0;}
#right .listitem.rightlist .price .btn{ width: 20px; height: 18px; margin:0; border:0;background: transparent url(bg/buttons_ce_.gif) 0 0 no-repeat;padding: 0;cursor:pointer;}
#right .listitem.rightlist .link {background: url(bg/oxid_ce_.gif) no-repeat 0 -385px;padding-left:14px;font-size:10px;text-decoration:none;color: #a29794 !important; line-height:1.1em;}
#right .listitem.rightlist .link:hover {text-decoration: underline;}

/* right minibasket */
#right .box.minibasket {color: #a29794;}
#right .box.minibasket .tocart{ width: 149px; height: 18px; line-height: 18px;}
#right .box.minibasket .tocart input{ width: 149px; height: 18px; text-align:center; margin:0; border:0;color:#ffffff;padding:2px 0 0 23px;cursor:pointer;font-weight: bold;line-height: 1.1em;}

#right .recommlist .btn{border:1px solid #a29794;background: #a29794;color:#ffffff;font-weight: bold;width:30px;text-align: center;line-height: 100%;}

#right dl.actionslist {color: #a29794;  margin-bottom: 5px;}
#right dl.actionslist dt {background: url(bg/sepatator_ce_.gif) no-repeat top center; font-weight: bold; padding-top: 5px;}
#right dl.actionslist dd {margin: 0; height: 12px;}
#right dl.actionslist dd tt {width: 80px; float: left;}
#right dl.actionslist dd span {float: left;}
#right dl.actionslist .link {background:url(bg/oxid_ce_.gif) no-repeat 0 -385px;padding-left:14px;font-size:10px;text-decoration:none;color:#a29794 !important; line-height:1.1em; float: right;}
#right dl.actionslist .link:hover {text-decoration: underline;}

#right .recommlistsearch .btn {width: auto;}
#right .recommlistsearch .search_input {width: 120px;}
#right input.openid {width: 99px; background: #fff url(bg/openid-icon-small.gif) no-repeat 0pt 50%; border:1px solid activeCaption; padding:1px 1px 1px 18px;}

/* RSS */
#right .box  {position:relative;}
a.rss{display:block;position:absolute;right:0;bottom:0; width:14px;height:14px; background: transparent url(bg/rss.gif) 0 0 no-repeat;text-decoration: none;bottom:5px;right:6px;}
#body strong.head a.rss, #body strong.head2 a.rss, #body .product strong.h4 a.rss, #body .boxhead a.rss {bottom:8px;}
#body strong.head, #body strong.head2 {position:relative; display: block;}
#right strong.h2 a.rss{bottom:6px;}

/* Path    */
#path{ position:relative;}
#path a{color:#a29794; text-decoration: none;}
#path a:hover{text-decoration: underline;}
#path a.dinfo{position:absolute;right:0;}

/* Basket */
#body .basket {
    float: left;
    /*margin: 0px 0px 0px 10px;*/
    /*border: 2px solid #a29794;*/
    empty-cells: show;
    width:631px;
    margin-bottom: 1px;

}
#body .basket tbody td {padding-top: 10px;}
#body .basket th {background: #ffffff; color: #a29794; font-weight: bold; height: 25px; padding-left: 6px;}
#body .basket th.ta_right { text-align: right; }
#body .basket th.brd {padding: 0;border-left: 1px solid #a29794;}
#body .basket th .brd_line {background: #a29794; width: 7px; height: 25px;}
#body .basket th.lastcol {padding-left: 0;}
#body .basket td.brd {
    /*border-left: 2px solid #a29794;*/
    text-align: center;
}

#body .basket .bsk_sep td {height: 9px; padding-top: 0;}
#body .basket .bsk_sep .line {border-bottom: 1px solid #efefef;}
#body .basket .bsk_sep .bigline {border-bottom: 4px solid #efefef;}

#body .basket .picture {border: 1px solid #efefef; background: #ffffff; text-align: center; display: block; height: 42px; width: 56px;}
#body .basket .art_title a {font-size: 10px; font-weight: bold;}
#body .basket .art_num {font-size: 10px; color: #a29794;}

#body .basket .btn, #body .basket .amount {margin-bottom: 7px;}
#body .basket .upd { width: 91px; cursor: pointer; padding: 1px; background: none; color: #790916 !important;}
#body .basket .price {padding-right: 15px; text-align: right;}
#body .basket .orderprice {padding-right: 20px; text-align: right;}
#body .basket .vat {padding-right: 15px; text-align: right; }
#body .basket .vat_order {padding-left: 15px;}
#body .basket .amount {padding-right: 20px;}
#body .basket .totalprice {padding-right: 10px; text-align: right;}
#body .basket .notice td {padding-top: 5px; font-size: 10px; color: #a29794;}
#body .basket .sumrow td {padding-top: 3px;}
#body .basket .sumrow.total td {padding: 7px 0 4px;}
#body .basket .sumdesc {padding-right: 15px !important; text-align: right;}
#body .basket .discount, #body .basket .coupon {color: #a29794; font-size: 10px;}
#body .basket .bottrow {height: 14px;}
#body .basket a.remove {display: block; width: 97px; height: 17px; line-height: 17px; border: 1px solid #a29794; color: #ffffff;  background: #a29794;text-align: center; font-weight: bold; font-size: 10px; text-decoration: none;}
#body .basket a.wrapremove  {width: 70px;}

#body .basket .wrapmod { display:block;height:18px;line-height:1;width: 85px; background: transparent url(bg/buttons_ce_.gif) no-repeat right -100px; margin:0; border: 0 none; padding:0 1px 0 0;float: left}
#body .basket .wrapmod a {font-size: 10px; text-align: center; text-decoration: none; display: block; height:14px;line-height:1;width: 62px; background: transparent url(bg/buttons_ce_.gif) no-repeat 0 -100px; margin:0; border:0;color:#ffffff;padding:4px 0 0 23px;font-weight: bold; }

#body .basket .frombasket { height:18px;line-height:1;width: 100px; margin:0; border: 0 none; padding:0 1px 0 0;float: left}
#body .basket input.basketbtn, #body .guestbookentry input.guestbooksubmit{
    cursor:pointer;
    padding:2px 20px;
    color:#ffffff;
    font-weight:lighter;
    font-size:13px;
    background: #a29794;
    border:1px solid #888;
}
#body .basket .frombasket a { width: 77px; background: transparent; margin:0; border:0;color:#ffffff;padding:2px 0 0 23px;font-weight: bold; font-size: 10px; text-align: center; text-decoration: none; display: block;}

/* user */
#body .user {
    border: 2px solid #a29794;
    width: 631px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    margin-left: 9px !important;
    color: #7c7270;
}
#body .user table.form {
    margin: 5px 10px 5px 45px;
}
#body .user table.form td.label {
    padding: 3px 0px !important;
}
#body .user span.registerbtn {
    padding-left: 47px;
}
#body .user div.fs10 {
    padding-left: 50px;
    padding-right: 20px;
}
#body .user input,
#body .user select,
#body .user option,
#body .user label {
    color: #7c7270;
}
/* Content    */
#body a{font-size: 11px; text-decoration: none; color: #a29794;}
#body a:hover{text-decoration: underline; color: #580109;}

#body, #body td, #body th {font-size: 11px;}
#body strong.head, #body h1.head{margin:0 5px;background: #ffffff;color:#a29794;font-size:14px;font-weight: bold;padding:8px .5em;border-left:1px solid #a29794;border-top:1px solid #a29794;border-right:1px solid #a29794;position:relative;}
#body strong.head2 {
    margin:0 5px 10px 9px;
    background: #ffffff;
    color:#a29794;
    border:1px solid #a29794;
    border-left-width:1px;
    float:left;
    width:621px;
    padding:8px 6px;
}
#body .boxhead {margin:0 0 0 9px;background:#ffffff; padding:6px 5px 6px 7px;height:20px;line-height:20px; font-size: 11px;font-weight: bold;color:#5e5e5e;width:610px;float:left;position:relative;}
#body .boxpagelabel {
    margin: 0;
    padding:0px;
    font-size: 11px;
    font-weight: lighter;
    color:#a29794;
    width:644px;
    position:relative;
}
#body .boxpagelabel h1 { font-weight: lighter !important; padding: 0px 0px 0px 30px !important; font-size: 20px !important;margin: 0px;}
#body .infoboxhead {height: 36px; width: 599px; padding: 5px 15px 0 30px; margin: 0;}
#body .infoboxhead span {display: block; padding-left: 12px; line-height: 15px; color: #fff; background: url(bg/arrow_white_closed.gif) 0px 4px no-repeat transparent; }
#body .infoboxhead._nassfutter{background-color: #F4EAC7; border-right: 1px solid #e4d8be; border-bottom: 1px solid #e4d8be; width:598px; height: 35px;}
#body .infoboxhead._nassfutter span{color:#464646; background: url(bg/arrow_black_closed.gif) 0px 4px no-repeat transparent; }
#body .infoboxhead._trockenfutter{background-color: #ecdca1;}
#body .infoboxhead._getreidefrei{background-color: #cbcaa4;}
#body .infoboxhead._hundesnacks{background-color: #cbcaa4;}
#body strong.head em, #body h1.head em, #body .boxhead em{font-weight: normal;font-style:normal;font-size:11px;line-height: 11px;}
#body strong.head small, #body h1.head small, #body .boxhead small{font-weight: bold;font-size:11px;line-height: 11px;display:block;position:absolute;top:9px;right:3.5em;}
#body .boxhead small{top:12px;}
#body strong.head h1, #body .boxhead h1{margin:0; padding: 0; display: inline;}

#body .box{
    padding:8px 6px;
    margin:0 0 0 9px;
    width:610px;
    background:#ffffff;
    float: left;
}
#body .empty {
    padding:0 6px !important;
    height: 0px;
    overflow: hidden;
}
#body .box img{border:none;padding:0;margin:0;}
#body .box p {margin:0 0 1em 0;}
#body .box p.sofortueberweisung {margin: 0 0 0 15px;}
#body .box ul.list{margin:0;padding:0;}
#body .box ul.list li{background:url(bg/oxid_ce_.gif) no-repeat 0 -675px;display:inline;padding-left:8px;margin-right:10px;}
#body .box ul.list li a{text-decoration: none;color:#a29794;}
#body .box ul.list li a:hover{text-decoration: underline;color:#580109;}
#body .box.info {
    padding:6px 5px 6px 7px;
    width:632px;
}
#body .box.info.newsletter {
    padding:30px 5px 15px 30px;
    width:596px;
    border: 2px solid #A29794;
    margin-top: 10px !important;
}
#body .box.info.newsletter .newsletterform {
    margin:20px 0px 0px 0px;
}
#body .box.info.newsletter .newsletterform input,
#body .box.info.newsletter .newsletterform select,
#body .box.info.newsletter .newsletterform select option {
    color: #464646;
    padding: 2px 3px;
}
#body .box.info.newsletter .newsletterform select {
    padding: 2px 0px;
}
#body .box.info.newsletter .newsletterform select option {
    padding: 0px 10px 0px 0px;
}
#body .box.info.linksbox {
    width: 619px;
    margin-top: 10px ;
}
#body .box.info.productinformationbox {
    padding-top: 20px;
    position: relative;
    background-color: #ffffff;
    min-height: 850px;
    margin: 0;

}
#body .box.info.productinformationbox img{margin: 30px 0 20px 32px; padding: 0 0 5px 2px; border-bottom: 3px dotted #5d051e;}
#body .productinformationbox p {
    padding: 5px 45px 10px 35px;
    text-align: justify;
    line-height: 20px;
    font-size: 12px;
    font-style: Arial;
}
#body .productinformationbox img.backgroundimage {
    position: absolute;
    top: 360px;
    left: 320px;
}
#body .productinformationbox img.backgroundimage_baender {
    position: absolute;
    top: 340px;
    left: 320px;
}
#body .box.info.forgotpwdbox {
    border: 2px solid #A29794 !important;
    width: 596px !important;
    padding: 25px 10px 15px 25px !important;
}
#body .box.notice  {padding: 5px 0 0; width:568px; border: none;}
#body .box .catfilter {margin: 5px 5px 10px 0;}
#body .box .catfilter label {margin-right: 7px;}
#body .box .catfilter select {margin: 3px;}

#body.plain .boxhead {margin: 5px 5px 0 5px; width: auto; float:none;}
#body.plain .box {width: auto; float:none;}

#body div.bar.prevnext {
    background-color:#efefef;
    border:1px solid #a29794;
    margin:0px 0px 10px 9px;
    padding:0;
    height: 27px;
    float: left;
    width: 633px;
}
#body div.bar.prevnext input {
    background:#580109;
    color:#ffffff;
    border:1px solid #efefef;
    cursor:pointer;
    font-size: 11px;
    font-weight:bold;
    padding:5px 35px 4px 35px;
    margin:0;
    line-height: 1.1em;
}
#body div.bar.prevnext.bottom {margin-bottom:15px;}

#body div.basket_prevnext {
    margin-bottom: 10px;
    width: 635px;
    border: none;
    background: url(bg/bg_basket_submit.gif) top left no-repeat #fff;
    height: 47px;
    float: left;
    margin-left: 9px;
}


#body .form th {text-align: left;padding: 7px 0;font-weight: bold;font-size:11px; }
#body .form th.mid {/*border-top:1px dotted #000;*/padding-top:3em;}
#body .form th small{font-weight: normal; font-size: 10px;}
#body .form td{padding: 3px 0;}
#body .form td label {padding-left: 5px;}
#body small{font-weight: inherit; font-size:69% ;}

/* Other */
#body .dot_sep{background: url(bg/sepatator_ce_.gif) no-repeat center center; border:0px none;height:10px;margin:0px;}
#body .dot_sep.mid {margin: 5px 0;}
#body .errorbox{font-size:10px;font-weight:bold;border:2px solid #9F091A;color: #9F091A; padding: 5px; margin:10px 0px 10px 9px; width:612px; float: left;}
#body .errorbox p{margin: 0; }
#body .errorbox.inbox {margin:0px 0px 10px 0px; width:606px; float: none;}

/* Plain errors*/
#body.plain .errorbox {width: auto; font-size:10px; font-weight:bold; color:#D81F01; margin: 20px; padding: 0; border: none; width: 500px;}
#body.plain .errorbox a {color:#D81F01; text-decoration: underline;}
#body.plain .errorbox a:hover {color:#666;}
#body.plain .errorbox .errhead {background: #D81F01; color: #fff; padding: 5px 15px;}
#body.plain .errorbox .errbody {border: 1px solid #D81F01; padding: 15px;}

/* Locator */
#body .locator {
    margin:0 0 0 9px;
    color: #a29794;
    width:635px;
    background-color: #580109;
    height: 33px;
    line-height: 33px;
    float: left;
}
#body .locator div {
    height: 33px;
}
#body .locator .lochead {background: #efefef; color: #a29794; padding: 8px .6em; height: 1.1em;}
#body .locator .lochead strong.h4 {margin: 0; padding: 0; color: #a29794; font-size: 11px; font-weight: bold; float: left;}
#body .locator .locbody { padding: 0px 30px; text-align: right; height: 1.3em; overflow: visible;}
#body .locator .locbody, #body .locator .locbody a {font-size: 10px;}
#body .locator .arrow {font-size: 10px; font-weight: bold;}
#body .locator  a.active, #body .locator  a:hover {color: #fff; text-decoration: none;}
#body .locator .sep {padding: 0 2px; color: inherit;}

#body .locator .sort_row a.none {background:url(bg/oxid_ce_.gif) no-repeat right -750px; padding-right: 20px;}
#body .locator .sort_row a.asc  {background:url(bg/oxid_ce_.gif) no-repeat right -775px; padding-right: 20px;}
#body .locator .sort_row a.desc {background:url(bg/oxid_ce_.gif) no-repeat right -800px; padding-right: 20px;}
#body .locator .btn {margin-bottom: 6px;}

#body .locator.compare .locbody {height: auto;}

/* Products */
#body .product {
    border:2px solid #a29794;
    float:left;
    width:299px;
    margin:10px 0px 0px 9px;
    padding:5px;
    position:relative;
    background:#ffffff;
    height:280px;
}
#body .product .picture {display:block;width: 115px;text-align: center;position:absolute;top:8px;left:8px;overflow: hidden; height: 125px; text-decoration: none;font-size: 10px;}
#body .product .picture:hover {text-decoration: none;}
#body .product strong.h3 { background: url(bg/bg_productlist_label.gif) 10px 0px no-repeat; padding-left: 30px; margin: 0;height: 40px;display: block;}
#body .product strong.h3 a{font-size: 12px; font-weight: bold; color:#4c4c4c;}
#body .product tt {color:#a29794;display:block;}
#body .product .flag {width:6px;height: 6px;border:1px solid #969696;float:left;margin:3px 8px 0 0;}
#body .product .flag.red{background-color:#f00;}
#body .product .flag.orange{background-color:#ffb200;}
#body .product .flag.green{background-color:#00ab1f;}
#body .product .desc {color:#a29794;font-size: 10px;}
#body .product .actions a{text-decoration: none; color: #a29794; padding-left: 12px; background: url(bg/oxid_ce_.gif) no-repeat 0 -300px;font-size: 10px;display:block;width: 1%; white-space: nowrap;}
#body .product .actions a:hover{text-decoration: underline;}
#body .product .variants {height: 35px;}
#body .product .variants label{display:block;color:#a29794;font-size: 9px;padding-bottom:3px;}
#body .product .variants select{width: 136px;}
#body .product .amprice {clear: left;}
#body .product .amount {padding-top:.5em;}
#body .product .amount label{margin-right:.5em;color:#a29794;font-size: 10px;}
#body .product .neckband_length {padding-top:.5em; float: left; margin-left: 28px;}
#body .product .neckband_length label{margin-right:.5em;color:#a29794;font-size: 10px;}
#body .product .price {margin-bottom:2px; }
#body .product .price big {font-size: 18px;line-height: 100%; font-weight: bold;white-space:nowrap;}
#body .product .price sup.dinfo {vertical-align:super;margin:0;padding:0;}
#body .product .price sup.dinfo a{color: inherit;text-decoration: none;font-weight: bold;font-size: 13px;}
#body .product .price sup.dinfo a:hover{text-decoration: underline;color: inherit;}
#body .product .price small {font-weight: inherit; font-size:69% ;}
#body .product .productlist_price { padding: 35px 20px 50px 125px; text-align: right; }
#body .product .productlist_price big { font-size: 20px; font-weight: bold; color: #940000; }
#body .product .productlist_price sup.dinfo {color: #9e9592;font-size: 11px;}
#body .product .productlist_price sup.dinfo a {color: #9e9592;text-decoration: none;}
#body .product .productlist_price sup.dinfo a:hover{text-decoration: underline;color: #9e9592;}
#body .product .productlist_desc {padding-left: 10px; padding-right: 30px; height: 75px;}
#body .product .productlist_amount {padding: 0.5em 0px 0px 10px; width: 100px; float:left;}
#body .product .productlist_amount label{margin-right:.5em;color:#a29794;font-size: 10px; }
#body .product .productlist_amount input {padding: 1px 0px}
#body .product .productlist_neckband_length { padding: .5em 0px 0px 10px; width: 155px; float: left;}
#body .product .productlist_neckband_length label{margin-right:.5em;color:#a29794;font-size: 10px;}
#body .product .productlist_actions { padding: 0px 0px 10px 10px; }
#body .product .productlist_actions a{text-decoration: none; color: #2f1e14; padding-left: 12px; background: url(bg/oxid_ce_.gif) no-repeat 0 -300px;font-size: 10px;display:block;width: 1%; white-space: nowrap;}
#body .product .productlist_actions a.moreinfo {color: #790916; font-size: 12px; font-weight: bold; background-position: 0 -299px;padding-bottom: 1px;}
#body .product .productlist_actions a:hover{text-decoration: underline;}



#body .product .tocart { height:23px;line-height: 1;width: 134px; background: transparent url(bg/buttons_ce_.gif) no-repeat right 0; margin:0; border: 0 none;padding:0 1px 0 0;clear:left; margin-top: .7em; }
#body .product .tocart input{ height:23px;line-height: 23;width: 164px; border:0;color:#ffffff;padding:0 0 0 10px;cursor:pointer;font-weight: bold;}

#body .product.head {margin-top:30px;border-color:#a29794;}
#body .product.head strong.h4{display: block;margin:0;background:#ffffff; padding:8px 5px 1px 7px;height:20px; position:absolute;top:-30px;left:-1px;border-top:1px solid #a29794;border-left:1px solid #a29794;border-right:1px solid #a29794;width:259px;line-height:20px; font-size: 11px;font-weight: bold;color:#a29794;}
#body .product.head strong.h4 small{display:block;position:absolute;top:8px;left:49%;color:#a29794;font-size:10px;font-weight: normal;}

#body .product.head strong.h4.big{width: 549px;}

#body .product.head.topshop strong.h4{color:#a29794;border-color:#580109;}
#body .product.head.topshop{border-color:#580109}

#body .product.big {
    width:347px;
    height:208px;
    padding-left:281px;
    margin-top: 10px !important;
}
#body .product.head strong.h4.big {
    width: 621px;
    display: block;
}
#body .product.big .picture{width: 250px;}
#body .product.big strong.h3 {margin-top:10px; display: block;}
#body .product.big strong.h3 a{font-size: 12px;color:#000000;}
#body .product.big .actions a{display:inline;margin-right:10px;}
#body .product.big .price big{font-size: 23px;}
#body .product.big .price .old {font-weight: bold;font-size: 11px;}
#body .product.big .price sub.only {display:block;float:left;font-weight: bold;font-size: 11px;margin-right:.5em;height: 3em;}
#body .product.big .price .desc {color:#a29794;font-size: 10px;}

#body .product.small {
    width:140px;
    height:147px;
    padding-left:5px;
    padding-top:125px;
}
#body .product.small .variants {height: 3em; margin-bottom:2px;}
#body .product.small .picture {height: 118px;}
#body .product.small .price {white-space:nowrap;}
#body .product.small .tocart {width:121px;}
#body .product.small .tocart input{width:121px;}
#body .product.small .variants select{width: 123px;}

#body .product.thin{
    width:498px;
    height:130px;
    border-color: #a29794;
}
#body .product.head strong.h4{margin:0;background:#ffffff; padding:8px 5px 1px 7px;height:20px; position:absolute;top:-30px;left:-1px;border-top:1px solid #a29794;border-left:1px solid #a29794;border-right:1px solid #a29794;width:259px;line-height:20px; font-size: 11px;font-weight: bold;color:#a29794;}
#body .product.head strong.h4.thin {
    width: 621px;
    border-color:#a29794;
    color:#a29794;
    background:#efefef;
    padding:1px 5px 8px 7px;
}
#body .product.thin .price {position:absolute; top:5px; right:5px;}
#body .product.thin .amount {position:absolute; bottom:25px; right:5px;}
#body .product.thin .tocart {position:absolute; bottom:5px; right:5px;}
#body .product.thin .variants {position:absolute; bottom:25px; right:100px;}
#body .product.thin .actions {margin-top:2em;}
#body .product.thin tt {float: left;}
#body .product.thin .flag {float: left;margin-left:4px;}

#body .product.thinest{ width:479px;height:50px; padding-left: 72px; margin: 0; border: none;}
#body .product.thinest .picture {left: 0; height: 42px; width: 56px;border:1px solid #CBCBCB;}
#body .product.thinest strong.h3 {height: 26px; margin-top: 3px; display: block;}
#body .product.head strong.h4.thinest{width: 556px;border-color:#a29794;color:#a29794;background:#efefef;padding:1px 5px 8px 7px;}
#body .product.thinest .price {position:absolute; top:15px; right:5px;}
#body .product.thinest .price big {font-size: 14px;line-height: 100%;}
#body .product.thinest .price sup.dinfo a{font-size: 11px;}
#body .product.thinest .amount {position:absolute; bottom:5px; right:170px;}
#body .product.thinest .tocart {position:absolute; bottom:5px; right:5px;}
#body .product.thinest .actions {margin-top:0em;}
#body .product.thinest tt {float: left;}
#body .product.thinest .flag {float: left;margin-left:4px;}
#body .product.thinest .variants {height: auto;}

#body .product.firstinlist {border-bottom:none;margin-bottom:0;}
#body .product.inlist {border-top:none;border-bottom:none;margin-bottom:0;}
#body .product.lastinlist {border-top:none;}

#body .separator {height: 10px;background:transparent url(bg/sepatator_ce_.gif) no-repeat center center;margin:0 5px;float:left;width: 568px;border:1px solid #a29794;border-top:none;border-bottom: none;}
#body .separator.inbox {width: 555px; border: none; margin: 0;}
#body .txtseparator {height: 10px; margin:0 5px;float:left;width: 568px;border:1px solid #a29794;border-top:none;border-bottom: none;}
#body .txtseparator.inbox {margin:0; width: 555px; border: none; border-bottom:1px solid #a29794}


#body .product.details {height:auto;min-height: 260px; margin-bottom: 0; margin-top: 0px; border: none; padding: 0px 0px 20px 0px; width: 631px;}
#body .product.details strong.h3 { height: 20px; background-position: 20px 0px; padding-left: 40px; }
#body .product.details strong.h4 {border-color:#a29794;color:#a29794;background:#efefef;padding:1px 5px 8px 7px; display: block;}
#body .product.details h1 {border:none;margin:8px 0 0 0;padding:0;color:#000000;background: none;font-size:12px;font-weight: bold;}
#body .product.details tt {margin:15px 0 0 0; padding-left: 301px;}
#body .product.details .desc {margin:3px 0 0 0;font-size: 11px;color:#a29794;}

#body .product.details .picture {text-align: left; height: 200px; padding: 10px 0px 20px 281px; width: 350px; position: static;}
#body .product.details .picture_halsband {text-align: left; height: 225px; padding: 0px; width: 635px; position: relative; top: -2px; left:-2px; margin-bottom: 40px;}



#body .product.details .exturls {position:absolute;top:210px;left:301px; width: 210px;}
#body .product.details .exturls a {color:#580109;font-size:10px;margin-right:1em;}

#body .product.details .exturls_halsband {position:absolute;top:240px;width: 210px;}

#body .product.details .product_longdesc_column1 { width: 220px; float: left; margin-left: 40px; }
#body .product.details .product_longdesc_column2 { width: 220px; float: left; margin-left: 40px; }

#body .product.details .cats {margin:1em 0 0 0;font-size:10px;color:#a29794;}
#body .product.details .cats a{font-size:10px;color:#a29794;}
#body .product.details .cats img{margin-right:1em;}

#body .product.details .status {padding-top:1em;padding-left:301px;font-size:10px;color:#a29794;}

#body .product.details .product_details_form {margin-left:25px; float:left}
#body .product.details div.priceWrapper {margin-left:276px; margin-bottom:20px; float:none;}
#body .product.details div.vdAboWrapper {margin-left:0; float:left; width:276px;}
#body .product.details div.toBasketWrapper {margin-left:0px; float:left}

#body .product.details .vdAboHow {padding-left:25px; margin-top:15px; width:276px; float:left}
#body .product.details .question {padding-left:0; margin-top:15px; float:left}

#body .product.details .variants {padding-top:1em;}

#body .product.details .actions {padding-top:1em;clear:left;}
#body .product.details .actions a{display:block;color:#a29794;}
#body .product.details .actions a.reqlogin{background:none;padding-left:0;}

#body .product.details .price {margin:1em 0;}
#body .product.details .price big{display:block;float:left;margin-right:8px;}
#body .product.details .price .old {font-weight: bold;font-size: 11px;}
#body .product.details .price sup.dinfo {font-size:10px;font-weight: normal;color:#9e9592;vertical-align:top;/*width:120px;display:block;word-wrap:break-word;*/float:left;line-height: inherit;width:120px;}
#body .product.details .price sup.dinfo a {font-size: 11px; font-weight: bold; color: #9e9592; }
#body .product.details .price sub.only {display:block;float:left;font-weight: bold;font-size: 11px;margin-right:.5em;height: 3em;}
#body .product.details .price .desc {color:#a29794;font-size: 10px;}

#body .product.details .packing{clear:left;padding-top:.5em;font-size:10px;color:#757C83;}

#body .product.details .pperunit{clear:left;padding-top:.5em;font-size:10px;color:#000;}

#body .product.details .amprice th{font-size: 10px; font-weight: bold;}
#body .product.details .amprice td{font-size: 10px; padding: 0;}
#body .product.details .amprice .am{color:#a29794;}
#body .product.details .amprice .pr{font-weight: bold;}

#body .product.details .amount {float:left;}
#body .product.details .amount input { padding: 1px 0px; width: 65px;}

#body .product.details .pricealarm {float: left; margin-top: 2px;}
#body .product.details .pricealarm a {font-size: 10px;}
#body .product.details .persparam {clear: left; padding-top: 7px;}
#body .product.details .persparam label {font-size: 10px; margin-right: 10px; color: #a29794;}

#body .product.details .tocart { margin-top:5px; margin-right: 40px; }

#body .product.details .socialbookmarks {padding-top:1em;}
#body .product.details a.sbookmarks {border-right:1px solid #efefef; height: 20px; display:block; float:left; padding: 0px 3px 0px 3px; margin: 0px;}
#body .product.details a.sbookmarks.noborder {border:none; height: 20px; display:block; float:left; padding: 0px 3px 0px 3px; margin: 0px;}

#body .product.moredetails {
    margin:0 0 10px 9px;
    height: auto;
    width: 619px;
    border-top: none;
    padding: 5px 6px;
    border-color:#a29794;
}

#body .product.moredetails .morepics{margin-top: 10px; padding: 5px 0; height: 44px; border-top: 1px solid #efefef; }
#body .product.moredetails .morepics a{border: 1px solid #efefef; width: 56px; height: 42px; margin: 0 11px 0 2px; float: left;}

#body .product.moredetails .longdesc {margin-top: 10px;padding: 15px 0 0; border-top: 1px solid #efefef; line-height: normal;}
#body .product.moredetails .longdesc strong.h3 {font-size: 12px; height: auto; margin: 0px; padding-bottom: 7px; font-weight: bold; display: block;}
#body .product.moredetails .longdesc p{margin: 0; padding:7px 0px;}
#body .product.moredetails .longdesc .question {margin: 10px 0 1px; padding-top: 11px; border-top: 1px solid #efefef;}
#body .product.moredetails .longdesc .question a {font-size: 10px; font-weight: bold; color:#580109;}

#productsummary { float: left; }
#productsummary .productsubsummary h1 { margin: 15px 0px 0px 14px; font-size: 13px; }


#body .box .attributes td{border-bottom:1px solid #efefef;font-size:10px;padding:.5em 0}
#body .box .attributes .last td {border-bottom:none}

#body .box .pricealarm {border-top:1px solid #efefef;}
#body .box .pricealarm th {padding-top:.5em;}
#body .box .pricealarm th label{font-weight: bold;font-size: 10px;color:#a29794;}

#body .box .guestbook {margin-bottom: 9px;}
#body .box .guestbook .head td { height: 27px; line-height: 27px; background-color: #a19795; color: #fff;}
#body .box .guestbook .head td.name {color: #fff; text-indent: 30px;}
#body .box .guestbook .body td {font-size: 11px; padding: 5px 0;}

#body div.guestbook_newentry {
    padding: 15px 5px 15px 30px ;
    width: 596px ;
    margin-bottom: 0px;
    margin-top: 10px ;
    float: none;
}
#body div.guestbook_newentry a {
    color: #790916;
    padding-left: 23px;
}
#body div.guestbook_content {
    padding: 0px;
    width: 631px;

}
#body div.guestbook_content table.guestbook tr.body td {
    padding-left: 30px;
    padding-right: 20px ;
}
#body strong.guestbook_boxhead {
    width: 596px ;
    height: 21px ;
    line-height: 21px;
    padding-left: 30px;
    margin: 10px 0px 0px 9px ;
    font-size: 15px;
}

/* Links */
#body .box dl.links {margin: 0; padding: 20px 15px 10px 20px; }
#body .box dl.links dt {margin: 0 0 12px;}
#body .box dl.links dt a {color: #a29794;}
#body .box dl.links dt a:hover {color: #a29794;}
#body .box dl.links dd {background: url(bg/sepatator_ce_.gif) no-repeat bottom center; padding-bottom: 10px; margin: 0 0 10px; }
#body .box dl.links dd.last {background: none; margin: 0; padding: 0; }

/* News list */
#body .newsbox {
    margin: 10px 0px 0px 9px;
    padding: 0px;
    width: 635px;
}
#body .newsbox span {
    display: block;
    padding: 25px;
}
#body dl.news {margin: 0;}
#body dl.news dt { height: 40px; line-height: 40px; background-color: #F4EAC7; color: #464646; padding: 0px 20px; font-weight: bold; font-size: 13px; margin-right: 8px; border:1px solid #e4d8be;}
#body dl.news dt div.right{font-size: 12px; font-weight: normal;}
#body dl.news dd {padding: 25px;}

/* Compare */
#body .box.compare {margin-bottom: 20px;}
#body .box.compare .reorder {margin-bottom: 5px; height: 10px; clear: both;}
#body .box.compare .reorder a {font-size: 10px; font-weight: bold; border: 1px solid #a29794; padding-left: 2px; line-height: 10px; width: 11px; color: #a29794; display: block;}
#body .box.compare .reorder a:hover {text-decoration: none; color: #a29794;}

#body .box.compare .product{border: none; float: none; display: block;}
#body .box.compare .product .picture{display:block; width: 115px; text-align: center; position:absolute; top:8px; left:4px;}
#body .box.compare .product.small {width:123px;height:147px;margin: 0 auto; padding: 125px 0 0 0;}
#body .box.compare .actions {padding-top:1em; margin-bottom: 5px; width:123px;text-align:left;}
#body .box.compare .actions a{text-decoration: none; color: #a29794; padding-left: 12px; background: url(bg/oxid_ce_.gif) no-repeat 0 -300px;font-size: 10px;display:block;width: 1%; white-space: nowrap;}
#body .box.compare .actions a:hover{text-decoration: underline;}

#body .box.compare .fromcompare {height:18px;line-height:1; width: 121px; background: transparent url(bg/buttons_ce_.gif) no-repeat right -50px; margin: 0; border: 0 none;padding:0 1px 0 0;clear:left;}
#body .box.compare .fromcompare input {height:18px;line-height:1;width: 121px; background: transparent url(bg/buttons_ce_.gif) no-repeat 0 -50px; margin:0; border:0;color:#ffffff;padding:0 0 0 23px;cursor:pointer;font-weight: bold;}

#body .box.compare table.cmp_tbl {margin-left: auto; margin-right: auto; width: 97%;}
#body .box.compare table.cmp_tbl td, #body .box.compare table.cmp_tbl th {font-size: 10px; padding: 3px 6px 3px 6px; border-left:1px dotted #efefef; border-bottom:1px dotted #efefef;}
#body .box.compare table.cmp_tbl th {font-weight: bold;}
#body .box.compare .no_left_brd {border-left: none !important;}
#body .box.compare .no_bot_brd td, #body .box.compare .no_bot_brd th {border-bottom: none !important;}

#body.plain .box.compare table.cmp_tbl {margin: 0; width: auto;}
#body.plain .box.compare .product.small {height: auto;}
#body.plain .box.compare .actions {display: none;}
#body.plain .box.compare .tocart {display: none;}
#body.plain .box.compare table.cmp_tbl th {width: 121px;}

/* ORDER */

/* Order steps */
#body .ordersteps {
    margin: 9px 0px 9px 0px;
    float:left;
}
#body .ordersteps dl {
    width: 110px;
    height: 63px;
    padding: 3px;
    margin: 0 0 0 9px;
    float:left;
    border: 2px solid #a29794;
    background: #efefef;
    color: #a29794;
}
#body .ordersteps dt {padding:0; margin: 0;}
#body .ordersteps dt, #body .ordersteps dt a {font-size: 10px; font-weight: bold;}
#body .ordersteps dl big {font-size: 21px; line-height: 19px;}
#body .ordersteps dt a:hover big {text-decoration: underline;}
#body .ordersteps dd, #body .ordersteps dd a {font-size: 9px; margin: 0;}
#body .ordersteps .lastinrow {margin-right: 0; width: 109px;}
#body .ordersteps dl.active {background: #ffffff;}
#body .ordersteps dl.active dt, #body .ordersteps dl.active dt a {color: #000000;}
#body .ordersteps.nofinalstep dl {width: 124px;}
#body .ordersteps.nofinalstep .lastinrow {width: 126px;}

/* Order back/next step button */
#body div.bar.prevnext .arrowdown input {background: url(bg/oxid_ce_.gif) no-repeat 15px -342px; background-color: #580109; padding-left: 38px; padding-right: 25px;}
#body div.bar.prevnext .arrowright input {background: url(bg/oxid_ce_.gif) no-repeat 15px -318px; background-color: #580109;}
#body div.bar.prevnext .minorderprice {font-size: 12px; font-weight: bold; line-height: 27px; text-align: center; width: auto;}
#body div.bar.prevnext .termsconfirm {width: auto; margin: 0 10px;}
#body div.bar.prevnext .termsconfirm td {font-size: 10px; color: #a29794; padding: 3px 3px 3px 0;}
#body div.bar.prevnext .termsconfirm a {font-size: 10px; color: #a29794; text-decoration: underline;}
#body div.bar.prevnext .termsconfirm a:hover {color: #a29794;}
#body div.bar.prevnext .termsconfirm .chkbox {background: none; border: none; vertical-align: middle; margin: 0px; padding: 0;}
#body div.bar.prevnext.terms {height: auto; margin-bottom: 10px;}

#body div.bar.prevnext.terms.order_prevnext { border: none; width: 635px; }
#body div.bar.prevnext.terms.order_prevnext input { background: none; padding: 0px; border: none; margin-top: 15px;}
#body div.bar.prevnext.terms.order_prevnext input.chkbox { margin-right: 5px }
#body div.bar.prevnext.terms.order_prevnext .confirmagb { width: 543px; height: 29; padding: 10px 46px; background-color: #837b6e;}
#body div.bar.prevnext.terms.order_prevnext .confirmagb table td { color: #fff; }
#body div.bar.prevnext.terms.order_prevnext .confirmagb table td a { color: #fff; }


/* user options step */
#body strong.useroptboxhead {margin:10px 5px 0;background: #ffffff; padding:4px 5px 5px 7px;height:20px;border:1px solid #a29794;border-left:1px solid #a29794;border-right:1px solid #a29794;line-height:20px; font-size: 12px;font-weight: bold;color:#a29794;width:162px; display: block;}
#body strong.useroptboxheadbig {
    margin:0 0 0 9px;
    background: #ffffff;
    padding:4px 5px 5px 7px;
    height:20px;
    border:2px solid #a29794;
    border-left:2px solid #a29794;
    border-right:2px solid #a29794;
    line-height:20px;
    font-size: 12px;
    font-weight: bold;
    color:#a29794;
    width:297px;
    display: block;
}
#body .useroptbox {border:1px solid #a29794; border-top: none; width:151px;height:310px;margin:0 5px 10px 5px;padding:5px 15px;position:relative; font-size: 12px;}
#body .useroptboxbig {
    border:2px solid #a29794;
    border-top: none;
    width:279px;
    height:280px;
    margin:0 0 10px 9px;
    padding:5px 15px;
    position:relative;
    font-size: 12px;
}
#body .useroptbox .link {font-size: 10px;}
#body .useroptbox .err {margin-bottom: 10px; font-size: 10px; color: #a29794;}

/* payment step */
#body .paymentboxhead, #body .thankyouboxhead {margin-top: 5px;}
#body .paymentbox {
    border: 2px solid #A29794;
    padding: 0px !important;
    margin-left: 9px !important;
    margin-bottom: 0px !important;
    width: 631px !important;
}
#body .paymentbox .paymentsum,
#body .orderbox .paymentsum {
    padding: 10px 10px 20px 50px;
}

#body .paymentbox .payment_deliveryinfo {
    padding: 10px 10px 10px 50px;
}
#body .paymentbox .payment_deliveryinfo td a {
    background:transparent url(bg/oxid_ce_.gif) 0 -385px no-repeat;
    padding-left: 14px;
    display: block;
    margin-bottom: 1px;
}
#body .paymentbox table.form {
    margin: 10px 10px 10px 50px;
}
#body .paymentbox .payment_prevnext {
    border-top: 2px solid #A29794;
    position: relative;
    left: -2px;
    top: 2px;
    margin: 0px !important;
}

/* order step */
#body .orderbox {
    border: 2px solid #A29794;
    padding: 0px !important;
    margin-left: 9px !important;
    margin-bottom: 0px !important;
    width: 631px !important;
}
#body .orderbox .info {
    margin-left: 0px !important;
    padding: 0px !important;
}
#body .orderbox .basket {
    margin-left: 0px !important;
    border: none !important;
}
#body .orderbox .basket .amount,
#body .orderbox .basket .orderprice,
#body .orderbox .basket .vat_order,
#body .orderbox .basket .totalprice {
    padding-left: 0px;
    padding-right: 0px;
    text-align: right;
}
#body .orderbox .basket .totalprice {
    padding-right: 10px;
}
#body .orderbox .orderremark {
    padding: 10px 40px;
    margin: 10px;
    border-top: 1px solid #ccc;
}

#body dl.orderinfocol {margin: 20px 0px 20px 50px; width: 200px; float:left;}
#body dl.orderinfocol dt {padding:0; margin: 0 0 5px 0; height: 23px;}
#body dl.orderinfocol dd {padding:0; margin: 0;}
#body .giftwrap {height:18px;width: 20px; background: transparent url(bg/buttons_ce_.gif) 0 -100px no-repeat; margin:0; border: 0 none; padding:0; display: block;}



#body .etrustlogocol {float: left; width: 100px;}
#body .etrustdescocol {float: left; width: 443px;}

/* Thank you step */
#body div.thankyou_prevnext {
    margin-bottom: 10px;
    width: 635px;
    border: none;
    background: url(bg/bg_basket_submit.gif) top left no-repeat #fff;
    height: 47px;
    float: left;
}
#body div.box.info.thankyoubox {
    padding: 30px 30px 70px 30px ;
    margin-left: 9px;
    margin-bottom: 0px;
    width: 571px;
    background: transparent url(bg/bg_thankyou_footprint.gif) no-repeat scroll 310px 180px;
}

#body div.box.info.thankyoubox .thankyou_label {
    padding-left: 20px;
    background: transparent url(bg/startseite_stern.gif) no-repeat scroll 0px 0px;
    font-weight: bold;
    font-size: 14px;
}

/* Wrapping */
#body .wrapping {float: left; margin: 0 5px 10px 6px; border: 1px solid #a29794; border-left:none; empty-cells: show;}
#body .wrapping tbody td {padding-top: 10px;}
#body .wrapping th {background: #ffffff; color: #a29794; font-weight: bold; height: 25px; padding-left: 6px;}
#body .wrapping th.brd {padding: 0;border-left: 1px solid #a29794;}
#body .wrapping th .brd_line {background: #a29794; width: 7px; height: 25px;}
#body .wrapping td.brd {border-left: 1px solid #a29794;}
#body .wrapping .wrp_sep td {height: 9px; padding-top: 0;}
#body .wrapping .wrp_sep .line {border-bottom: 1px solid #efefef;}
#body .wrapping .picture {border: 1px solid #efefef; background: #ffffff; text-align: center; display: block; height: 42px; width: 56px; margin-left: 5px;}
#body .wrapping .art_title a {font-size: 10px; font-weight: bold; color: #000000;}
#body .wrapping .art_title a:hover {color: #000000;}
#body .wrapping .art_num {font-size: 10px; color: #a29794;}
#body .wrapping .wrapping_items td {padding-top: 0;}
#body .wrapptop {margin-top: 10px;}
#body .giftbigimg {padding-right: 12px;}

#body dl.orderinfocol.greetingcard {width: 540px; margin: 0;}
#body .cardbox {width: 257px; float: left; margin: 0 10px 5px 0;}
#body .cardbox .card_title {}
#body .cardbox .card_body {padding: 5px 0 5px 25px;}
#body .card_sep {clear: both;}
#body .giftmessage {width: 100%; height: 100px;}

/* More categories */
#body .morecats {margin: 0 5px; width: 569px; float: left;}
#body .morecats dl {margin: 0 0 25px;}
#body .morecats dt {background: #efefef; border-bottom: 1px solid #ffffff;}
#body .morecats dd {background: #efefef; border-bottom: 1px solid #ffffff; margin: 0; padding: 0;}
#body .morecats dl a {color:#a29794; padding: 4px 10px; display: block;font-weight:normal;}
#body .morecats dl dt a{font-weight:bold;}
#body .morecats dl a:hover {color:#a29794;}
#body .morecats dd a {background: url(bg/oxid_ce_.gif) no-repeat 10px -650px; padding-left: 22px;}

#body div.box.info.accountbox {
    margin: 0px 0px 0px 5px;
    color: #979797;
    font-size: 12px;
    border: 1px solid #dddddd;
    padding: 0px ;
    width: 631px ;
    padding-top: 5px ;
}
#body div.account_prevnext {
    margin-bottom: 10px;
    width: 634px;
    border: none;
    background: url(bg/bg_basket_submit.gif) top left no-repeat #fff;
    height: 47px;
    float: left;
    margin-left: 5px;
}
#body strong.account_boxhead {
    background: url(bg/startseite_stern.gif) 24px 8px no-repeat #fff;
    width: 300px;
    padding-left: 45px;
    margin-left: 0px;
}
#body .btn_account_submit { position: relative; left: -2px; top: 2px; margin-top: 10px;}

#body div.account_inboxmessage {
    padding: 10px 50px;
}

/* Account header */
#body .account_header { margin: 0px !important; width: 500px !important; padding-left: 42px !important; float: none !important; }
#body .account_header dl{border-bottom: 1px solid #efefef; margin: 2px 0; padding-bottom: 5px; width: 97%;}
#body .account_header dl.lastInCol{border-bottom: 0; margin: 0; padding-bottom: 0px;}
#body .account_header dt a{font-weight: bold; font-size: 10px; text-decoration: none; color: #a29794; padding-left: 8px;}
#body .account_header dt a:hover{text-decoration: underline; color: #a29794;}
#body .account_header dt a.active{color: #580109;}
#body .account_header dd{margin: 2px 0; font-size: 10px; color: #a29794; padding-left: 8px;}

/* Account pages */
#body .account select,
#body .account option,
#body .account input {
    color: #979797;
}

#body .account strong.h4 { font-size: 11px; font-weight: bold; margin: 0; padding: 0; display: block; padding-left: 45px; }
#body .account small { font-size: 10px; padding: 0px 0px 0px 50px; }
#body .account table { margin-left: 45px; }

/* Account remove from list button */
#body .product .fromlist { right: 155px; top: 117px; height:18px; width: 100px; background: transparent url(bg/buttons_ce_.gif) 0 -50px no-repeat; margin:0; border: 0 none; padding:0; border-right: 1px solid #a29794; position: absolute;}
#body .product .fromlist input { width: 100%; background: transparent; margin:0; border:0;color:#ffffff;padding:2px 0 0 23px;cursor:pointer;font-weight: bold;}

/* Account wishlist */
#body .wishlist .product {padding: 5px 0 5px 130px; margin: 0; border: none;}
#body .wishlist .product.thin {width: 413px;}
#body .wishlist .separator {margin: 0; width: 541px; border: none;}
#body .wishlist .dot_sep {clear: both;}


/* Account wishlist search results */
#body .wishsearchresults .searchitem {background: url(bg/wishlist.jpg) no-repeat; line-height: 50px; margin: 5px 0;}
#body .wishsearchresults .searchitem a {padding-left: 60px; line-height: 50px; font-weight: bold; color: #000; display: block; width: 1%; white-space: nowrap;}
#body .wishsearchresults .searchitem a:hover {color: #000;}

/* Account order history */
#body .form.orderhistory td {font-size: 10px; padding: 2px 0;}
#body .form.orderhistory th {font-weight: bold; font-size: 10px; border: none; background: none; padding: 2px 0;}
#body .form.orderhistory tr.headrow td, #body .form.orderhistory tr.headrow th {font-size: 11px;}
#body .form.orderhistory a.tocart {height:18px; width: 20px; background: transparent url(bg/buttons_ce_.gif) 0 0 no-repeat; margin:0; border: none; padding:0; display: block;}
#body .form.orderhistory a.artlink {margin-right: 7px; color: #000; font-size: 10px;}
#body .form.orderhistory a.artlink:hover {color: #000;}
#body .form.orderhistory .amount {padding-right: 7px;}

/* Account reccomend list */
#body .recommendlist .product {padding: 5px 0 5px 130px; margin: 0; border: none;}
#body .recommendlist .product.thin {width: 413px;}
#body .recommendlist .separator {margin: 0; width: 541px; border: none;}
#body .recommendlist .dot_sep {clear: both;}

/* Suggest */
#body ul.suggest {margin: 0;}

/* Mall shops start page */
#body .mallbox {width: 980px; margin: 15px auto;}
#body .mallbox .mallhead {position: relative; clear: both; height: 75px;}
#body .mallbox .mallhead .mallmenu {position: absolute; right: 7px; top: 55px; margin: 0; padding: 0; list-style-type: none;}
#body .mallbox .mallhead .mallmenu li {float: left; margin: 0 5px; padding-right: 10px; border-right: 1px solid #999;}
#body .mallbox .mallhead .mallmenu li.last {border: none;}
#body .mallbox .mallhead .mallmenu li a {font-size: 10px;}
#body .mallbox .langbox {background:#24316E; border-bottom: 1px solid #fff; padding: 8px 7px; color: #fff;}
#body .mallbox .langbox a {font-size: 10px; color: #fff;}
#body .mallbox .langbox a.lang_active {font-weight: bold;}
#body .mallbox .locationbox {padding: 15px 0 2px 0; margin: 0 0 15px 15px; font-size: 10px; color: #A7A7A7; border-bottom: 1px solid #CBCBCB;}
#body .mallbox .welcomebox {position: relative; margin-left: 15px; width: 480px;}
#body .mallbox .welcomebox .shopselectbox {position: absolute; left: 510px; top: 7px; width: 400px; font-size: 10px;}
#body .mallbox .mallfooter {margin: 55px 0 0; position: relative;}
#body .mallbox .mallfooter .copyright {background: #24316E; color:#fff; height: 15px; margin: 2px; padding: 6px 0px; text-align:right;}
#body .mallbox .mallfooter a {font-size: 10px; color: #fff;}

/* Basket popup */
#mask{visibility: hidden;display:none;}
#mask iframe{visibility: hidden;border:none;}
#mask.on {visibility: visible;display:block;position:fixed;opacity:0.7;top:0;left:0;width:100%;height: 100%;background:#000;z-index: 1500;}

div.popup{visibility: hidden;display:none;}
div.popup strong{display: block; margin: 9px 0; font-size: 11px;}
div.on.popup{visibility: visible;display:block;position:fixed;top:50%;left:50%;width:250px;height: 150px;background: #ffffff;z-index: 2000;margin-top:-75px;margin-left:-125px;border:1px solid #000000;padding:10px;}
div.on.popup.load {background: #fff url(bg/ajax-loader.gif) center center no-repeat;}
div.on.popup table {width:100%;}
div.on.popup input {color:#a29794;background:#efefef;border:1px solid #a29794;font-weight: bold;padding:2px;width:120px;}
div.on.popup input.disabled {color:#cbcbcb;background:#fff;border:1px solid #cbcbcb;font-weight: bold;padding:2px;width:120px;}
div.on.popup input.bl{position:absolute;bottom:10px;left:10px;}
div.on.popup input.br{position:absolute;bottom:10px;right:10px;}

#zoom {padding:0;overflow:auto;min-width:250px;min-height: 150px;background:#efefef;border-color:#000000;}
#zoom ul.tabs{padding:0;margin:0;background:#ffffff;height: 28px;width:100%;}
#zoom ul.tabs li{list-style: none;margin:1px;float:left;}
#zoom a{display:block;padding:5px;background:#efefef;width:20px;text-align: center;border:1px solid #a29794;color:#a29794;font-weight: bold;}
#zoom ul.tabs li.close{float:right;}

/* Message boxes */
#body .msg {
    float:left;
    width:609px;
    background: #dadada;
    border: 2px solid #976340;
    margin: 10px 5px 10px 5px;
    padding: 5px 10px;
    font-weight: bold;
}
#body .msg .err{color: #a29794;font-weight: bold;}

/* Tags */
#body .box .tags {text-align: center;}
#body .box .tags a{line-height: 100%;padding:0 .2em;cursor: pointer;color:#000;}
#body .box .tags a.sel{color:green;font-weight: bold;}

/* Ratings */
#write_review {display: none;}
#body .rating_review_background { width:89px; height:16px; margin:0; padding:0; background: url(bg/stars.jpg) no-repeat 0 0;}
#body .onestar {background-position:-72px -38px}
#body .twostar {background-position:-54px -38px}
#body .threestar {background-position:-36px -38px}
#body .fourstar {background-position:-18px -38px}
#body .fivestar {background-position:0 -38px}
#body ul.rating {width:89px; height:16px; margin:0 0 3px; padding:0; list-style:none; clear:both; position:relative; background: url(bg/stars.jpg) no-repeat left top;}
#body ul.rating li {cursor: pointer; float:left;}
#body ul.rating li a {position:absolute; left:0; top:0; width:18px; height:16px; text-decoration:none; z-index: 200;}
#body ul.rating li a b {display: none;}
#body ul.rating li.one a {left:0}
#body ul.rating li.two a {left:17px;}
#body ul.rating li.three a {left:34px;}
#body ul.rating li.four a {left:51px;}
#body ul.rating li.five a {left:68px;}
#body ul.rating li a:hover {z-index:2; width:89px; height:16px; overflow:hidden; left:0; background: url(bg/stars.jpg) no-repeat 0 -18px}
#body ul.rating li.one a:hover {background-position: -72px -18px;}
#body ul.rating li.two a:hover {background-position: -54px -18px;}
#body ul.rating li.three a:hover {background-position: -36px -18px;}
#body ul.rating li.four a:hover {background-position: -18px -18px;}
#body ul.rating li.five a:hover {background-position: 0 -18px;}
#body .rating_review_input {margin:0; height:16px;}
#body .rating li.current_rate{background: url(bg/stars.jpg) left bottom; position: absolute; height: 16px; z-index: 1;}

#body dl.review { margin: 5px 0; padding-top: 5px; border-top: 1px solid #ccc;}
#body dl.review dt {margin-bottom: 7px; height: 1em;}
#body dl.review dd {clear: both; margin: 0;}
#body dl.review .param {margin-left: 20px; color: #757C83;}

/* Recommendation lists */
#body dl.recommlistdesc {margin: 0 0 10px;}
#body dl.recommlistdesc dt {font-size: 10px; padding: 3px 0 7px; background: url(bg/sepatator_ce_.gif) no-repeat bottom center;}
#body dl.recommlistdesc dt a {font-size: 10px;}
#body dl.recommlistdesc dd {font-size: 10px; margin: 3px 0;}

#body .recommitems .article {width: 125px; margin-right: 9px; float: left; color: #787F87; font-size: 10px;}
#body .recommitems .article a {font-size: 10px;}
#body .recommitems .article .picture {width: 56px; height: 42px; text-align: center; border:1px solid #CBCBCB; margin-bottom: 3px;}
#body .recommitems input.btn {border:1px solid #a29794;border-width: 1px 0;}

#body .recomm_author {font-weight: normal;}
#body .recomlistdesc {float: left; width: 415px;}

.verification_code {border: 1px solid #000; color: #000; padding: 2px; text-align:center; width:80px;}

#body #demoAdminLink {border: 1px solid; position:absolute; left:778px; top:160px;  height: 80px; width: 200px; opacity:0.7;z-index:1000;}
#body #demoAdminLink .closeAdminLink {display: block; width: 15px; height: 12px; border: none; margin-left: 185px;}
#body #demoAdminLink .openAdminLink  {display: block; width: 185px; height: 18px; border: none; margin-left: 7px; margin-top: 32px;}

/* paypal bar top start */
#body div.bar.prevnext.paypaltop {
    background-color:#f0f0f0;
    border:1px solid #969696;
    padding:0;
    height: 100%;
    float: left;
}
/* paypal bar top end */
/* paypal button style start */
#body div.bar.prevnext input[class=paypalbutton] {background-color:#f0f0f0;border:0px;padding:0px;margin-top:5px;}
/* paypal button style end*/
/* paypal bar bottom start */
#body div.bar.prevnext.paypalbottom {margin-bottom:15px;height: 100%;}
/* paypal bar bottom end */
#test_HeaderHome{margin-left:6px;}


#footer .bar.copy{ background: url(bg/tc_abschlbalken.jpg) top left no-repeat transparent; height: 37px; padding-bottom: 0;}
#footer .bar.copy a, #footer .bar.copy .right, #footer .bar.copy .right a{color:#777;}
#footer .bar.copy .left, #footer .bar.copy .right{margin-top:11px;}
#footer .bar.copy .left{margin-left: 20px;}
#footer .bar.copy .right{margin-right:30px;}

#footer .bar.shop{background-color: #447799; margin-bottom: 8px; height:201px; padding-top: 60px; background: url(bg/tc_footer.jpg) top left no-repeat transparent; color:#ffffff;}
#footer .bar.shop h1, #footer .bar.shop a, #footer .bar.shop a:hover{color:#ffffff;}
#footer .bar.shop .facebook{position: absolute; bottom: 125px; left:263px;}

div#body .impressumtext{padding: 0 9px 0 9px;}

div#left{height: auto;}
#leftnews{float: left; width:190px; margin: 65px 10px 50px 20px; }
#leftnews img{margin: 0 0 0 -5px;}
#leftnews .entry{margin-left:10px;}
#leftnews h1{font-size: 13px; font-weight: normal; padding: 30px 0 7px 0; margin: 0; color:#464646;}
#leftnews p{font-size: 11px; line-height: 17px; text-align: justify; margin: 0; padding: 0; color:#464646;}
#leftnews a{margin:0; margin-left:10px; display: inline; float: right; color: #777777; font-size: 10px; text-decoration: none;}
#leftnews a:hover{ font-weight: bold;}
#showPressNext{margin-bottom: 30px;}
div#content hr{margin: 15px 0;}

div.productlist_price div.pperunit{font-size: 9px; color:#555555;padding-bottom: 3px;}
