/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce
   -----------------------------------------------------------------------------------------
   based on:
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com
   (c) 2003         nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License
   ---------------------------------------------------------------------------------------*/


/* default common settings */

body {
        color: black;
        background-color: #3a3a3b;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 0.7em;
        margin: 0;
        padding: 0;
        line-height: 1.5em; /* change this value to 1.25em to reset default */
        margin-bottom: 1em; /* give room at bottom of page */
        cursor: default; /* remove text I cursor when mouse is over text */

}



* html body {
        margin-right: 1px; /* IE 5.5 and 6.0 star-hack to remove horizontal scrollbar if possible */
}

body#popup                {
        background-color: #FFFFFF;
}

.popup    {
        margin: 15px;
}

a:link, a:visited {
        color: #b68016; /* remove standard blue of hyperlinks */
        text-decoration: none; /* remove underline */
}

a:hover, a:focus { /* mouseover and keyboard tab styles */
        color: #cab17f;
        text-decoration: underline;
}

.nounderline a  {
        color: #BC9443;
        text-decoration: none;
}


img   {
        behavior:url(pngbehavior.htc); /* PNG transparenz für ie 6 _______________________________________________ */
        border:0;
}

a img {
        behavior: url(pngbehavior.htc);
        border: none; /* remove thick blue border of images within links */
        text-decoration: none; /* remove underline of image links */
}



hr {
        height: 1px;
        overflow: hidden;
        background-color: #b68016; /* give horizontal rulers a standard color */
        color: #b68016;
        border: 0px solid #b68016;
}

abbr, acronym {
        cursor: help;
        border-bottom: none; /* remove dotted underline on quickinfo helps */
}

tr.odd th, tr.odd td {
        background-color: white;
}

tr.even th, tr.even td {
        background-color: #cccccc; /* lightblue */
}


/* generic classes */

.accessibility {
        visibility: hidden; /* hidden content only for screen readers etc. */
        display: none;
}

.left {
        text-align: left;
}
.center {
        text-align: center;
}
.right {
/*        margin: 10px 0 0 10px; */
        text-align: left;
        width: 150px;
}
.rechts  {
        margin: 10px 10px 0 10px;
        text-align: right;

}

.noUnderline, a.noUnderline {
        text-decoration: none !important;
}

a:hover .underlinehover {
        text-decoration: underline !important;
}

.noBorder {
        border: none;
}

.verticalMiddle {
        vertical-align: middle;
}

small, .small {
        font-size: 0.85em;
        line-height: 1.3em;
}

big, .big {
        font-size: 1.4em;
}

select { /* restore 9x style = disable xp themeability */
        border: 2px;  /*"border: 2px inset darkgrey;" ersetzt*/
}

th { /* table header cells */
        text-align: left;
        font-size: 115%;
}

.content_heading {
        font-weight: bold;
        font-size: 1.15em;
}

.errorbox {
        color: #666666;
        border: 1px solid #666666;
        border-left-width: 4px;
        padding: 2px;
        padding-left: 5px;
        margin-bottom: 1.5em;
        background-color: #E3D1AD; /* very light red */
}

.requiredField {
        color: red;
}

/* wholepage */

div#wrapper   {
        width: 890px;
        background: #FFFFFF;
        border: 1px solid #504e49;
}

* html div#wrapper {


}

div#wholepage {
        padding-top: 20px;
        background-color: transparent;
}


/* head */

div#head {
        width: 880px;
        padding: 10px 5px;
        text-align: right;
        height: 150px;
        color: #FFFFFF;
        background-color: #000000;
/*        position: fixed; */
        background-image: url(img/bg.jpg);
        background-repeat: repeat;
        top: 0;
        left: 0;
        z-index: 10;

}

* html div#head { /* IE6 hack */
/*        position: absolute; */
        margin: 0;
        padding: 0;
        height: 100px;
}

div#head div#languages {
        float: right;
        padding: 105px 14px 0 0;
        width: 100px;
}

*+html div#head div#languages { /* IE 7 hack */
        width: 120px;
        padding: 110px 0 0 0;
        margin: 0 -5px 0 0;
}

div#head div#headlogo {
        float: left;
        z-index: 3;
        margin-left: 20px;
}

div#head div#headlogo img         {

}



div#head div.box {
        float: right;
        width: 400px;
        margin-right: 0;
}

div#head div.box_top {
        background: none; /* hide the default background in the head */
}


div#box_cart   {
        height: 97px;
}

/* navbar on top */

div#navbartop {
        width: 400px;
        bottom: 0;
        left: 0px;
        height: 80px;
        color: #bc9443;
        padding: 0 10px;
        margin: 0;

}
* html div#navbartop {
        width: 100%;
}

div#navbartop div { /* left and right links in navbar */
        padding-top: 4px; /* vertically centered */

}

div.box_nav ul  {
        list-style-image: none;
        margin: 0;
        padding: 0;
}

div.box_nav li  {
        width: 150px;
        margin: 5px;
        float: left;
        text-align: center;
        font-family: Verdana, Tahoma, Helvetica, sans-serif;
        letter-spacing: 0.2em;
        font-size: 12px;
        list-style: none;
}


div#navcats { /* zweite Kategorienavigation oben */
        float: left;
        margin: 8px 0 0 0;
        width: 480px;
        height: 30px;
}

* html div#navcats {
        margin: 5px 0 0 0;
        width: 500px;
}

div#navcats a  {
        color: #FFFFFF;
        text-decoration: none;
}

div#navcats li { /* zweite Kategorienavigation oben */
        /*display: none; */
}

div#navcats li.main { /* zweite Kategorienavigation oben */
        display: block;
        width: 140px;
        margin: 5px;
        float: left;
        text-align: center;
}

div.box_nav li .CatLevel2  {
        display: none;
}


.main ul  {
        list-style: none;
}

div#suche  {
        float: left;
        width: 250px;
        margin: 6px 0 0 0;
        text-align: left;
/*        padding: 5px; */
        z-index: 14;

}

* html div#suche  {
        width: 240px;
        margin: 6px 0 0 6px;
        z-index: 14;

}

div#navtrail { /* breadcrumb navigation */
        float: left; /* allow linkbox on the right to float right */
        width: 880px;
        margin: 0 0 0 -5px;
        text-align: left;
        padding: 5px;
        background-color: #FFFFFF;
        color: #000000;
        z-index: 11;
        border-bottom: 0px #999999 solid;
        font-size: 10px;
}

* html div#navtrail {
        margin: 0 0 -9px 0;

}

div#navtrail a   {
        color: #797979;
}

div#navbarlinks { /* links on the right side of the bar */
        text-align: right;
        margin-right: 15px;
        float: right;
        width: 400px;
        color: #B68016;
        z-index: 10;
}

* html div#navbarlinks {
        margin: 5px 0 0 0;
}

div#navbarlinks a:link, div#navbarlinks a:visited { /* links in the bar */
        color: #FFFFFF;
}

div#navbargradient {
        height: 0;
/*        position: fixed;
        z-index: 1001;
        top: 170px;
        left: 0;
        height: 20px;
        width: 100%;
        overflow: hidden;
        background-image: url(img/gradientwhitetrans.png);
        background-repeat: repeat-x; */
}
* html div#navbargradient { /* IE6 hack */
        display: none; /* IE6 doesn't know transparent pngs */
}


/* box properties */

div#left div.box, div#right div.box {
        margin-bottom: 1.5em;
}



div.box_top { /* header of boxes, containing box title */
        color: #58585b;
        font-family: Arial, Helvetica, Verdana, sans-serif;
        letter-spacing: 0.2em;
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 0.25em;
/*        background-color: #e5d0a7;  */
        padding: 4px 0 0 10px;
}

div.box_start  {
        color: #ffffff;
        font-family: Verdana, Tahoma, Helvetica, sans-serif;
        letter-spacing: 0.2em;
        font-weight: bold;
        font-size: 12px;
        text-align: right;
                /* background-color: #e5d0a7; */
        background-color: #bc9443;
        padding: 2px 28px 2px 10px;

}

div.box_start a   {
        color: #ffffff;
}

div.box_start a:hover  {
        color: #cccccc;
        text-decoration: none;
}

div.box_content { /* content part of boxes */
        border: 0px solid #cccccc; /* black is default color, overwritten below for each box */
        padding: 0 5px 5px 0;
        text-align: left;
        line-height: 16px;
        height: auto;
        width: inherit;
}

div.box_products_account  { /* content part of boxes */
        border: 0px solid #cccccc; /* black is default color, overwritten below for each box */
        padding: 5px 5px 5px 0;
        text-align: left;
        line-height: 16px;
        width: 300px;
}

div#left div.box_content { /* content part of boxes */
        border: 0px solid #cccccc; /* black is default color, overwritten below for each box */
        padding: 5px;
        text-align: left;
        line-height: 16px;
        height: auto;
        width: inherit;
}

div.imgbox_art                {
        float: left;
        width: 320px;
        margin-right: 4em;
}
div.textbox_art     {
        float: right;
        width: 260px;
}

div.orderbox_art     {
        float: right;
        width: 260px;
}


div.imagebox  {
        width: 160px;
        float: left;
        margin: 0 0 10px 0;

}

div.textbox  {
        width: 150px;
        float: right;
        text-align: left;
        height: 50px;

}

div.preisbox  {
        width: 150px;
        float: right;
        text-align: left;

}

/* Elementhöhe: auto (Lücken!) oder Wert *//* Elementhöhe: auto (Lücken!) oder Wert *//* Elementhöhe: auto (Lücken!) oder Wert */

div.productbox   {
        width: 160px;
        height: 245px;
        float: left;
        margin:0pt 0pt 0pt 5px;
        padding:5pt 5px 10px 0pt;
        border-right: 1px #666666 solid;
}


div.box_content_inner { /* inner formerly shadowed area */
        border: 2px dotted #bc9443; /* black is default color, overwritten below for each box */
        border-color: inherit;
        padding: 5px;
}

div.box_content#navunten   {
        width: 685px;
        background-color: #F5F5F5;;
        color: #666666;
        height: 20px;
        margin-top: 5px;
}

div.box_content#navunten a  {
        color: #887242;
}

div.box ul { /* item/link list */
        margin: 0;
        padding: 0;
}

div.box li { /* item in list | hier allgemeine KATEGORIEbilder definieren*/
        margin: 0;
        padding: 0;
        margin-left: 5px;
/*        margin-left: 20px; */
        padding-left: 5px;
        list-style-type: none;
}




div.box_categories li { /* item in list | hier allgemeine KATEGORIEbilder definieren*/

}

/*standardlinks */

div.box li.main { /* main item in list */
        list-style-image: none;
/*        list-style-image: url(img/arrowminiblue.gif); */
}

div.box li.active a {
        text-decoration: underline;
}

div.box li.mainactive { /* active main item in list */
        list-style-image: none;
/*  list-style-image: url(img/arrowminiyellow.gif); */
}

div.box li.mainactive a {
        text-decoration: none;
}

div.box li.main:hover { /* active main item in list */
        list-style-image: none;
/*  list-style-image: url(img/arrowminiyellow.gif); */
}

/*N A V I G A T I O N *//*N A V I G A T I O N *//*N A V I G A T I O N *//*N A V I G A T I O N *//*N A V I G A T I O N *//*N A V I G A T I O N */

div.box_categories ul#CatNavi         {
        margin: 0;
        padding: 0;
        list-style-type: none;
        background-color: #f5f5f5;
        letter-spacing: 0.1em;
        text-align: right;

}

div.box_categories ul#CatNavi li a         {
        color: #333333;
        text-decoration: none;
        font-weight:normal;
        margin: 1px 30px 1px 0;
}

div.box_categories ul#CatNavi li a:hover         {
        color: #333333;
        font-weight:normal;
        margin:0;
        padding:0 30px 0 0;
        background-color: #E5D0A7;
        display: block;
}

div.box_categories ul#CatNavi li.CatLevel1   {
        background-color: #f5f5f5;
        display: block;
        margin: 0;

}

div.box_categories ul#CatNavi li.CatLevel2   {
        background-color: #eee3cf;
        display: block;
        margin: 0;
}

div.box_categories ul#CatNavi li.CatLevel3   {
        background-color: #e9d7b7; /*#dac9b1 Tontrennung*/
        display: block;
        margin: 0;

}

/* Farben für Cats mit Subkats */

div.box_categories ul#CatNavi li.CatLevel1.SubMenue  {

}

div.box_categories ul#CatNavi li.CatLevel2.SubMenue  {

}

div.box_categories ul#CatNavi li.CatLevel3.SubMenue  {

}

/* Farben für Cats mit Subkats */

div.box_categories ul#CatNavi li.CatLevel1.SubMenue.Current   {
        list-style-image: none;
        background-color: #e6cea8;
        display: block;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position:right top;
        background-image: url(img/arrow_down.gif);
}

div.box_categories ul#CatNavi li.CatLevel1.SubMenue.Current ul a   {
        color: #797979;
}

div.box_categories ul#CatNavi li.CatLevel1.SubMenue.CurrentParent  {
        list-style-image: none;
        background-color: #e6cea8;
        display: block;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position:right top;
        background-image: url(img/arrow_down.gif);
}


div.box_categories ul#CatNavi li.CatLevel2.SubMenue.Current   {
        list-style-image: none;
/*        color: #797979; */
        background-color: #E8D0AC;
        display: block;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position:right top;
        background-image: url(img/arrow_down.gif);
}

div.box_categories ul#CatNavi li.CatLevel2.SubMenue.CurrentParent  {
        list-style-image: none;
        background-color: #e6cea8;
        display: block;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position:right top;
        background-image: url(img/arrow_down.gif);
}

div.box_categories ul#CatNavi li.CatLevel2.SubMenue.Current ul a   {
        color: #797979;
}

div.box_categories ul#CatNavi li.CatLevel3.SubMenue.Current   {
        list-style-image: none;
/*        color: #797979; */
        background-color: #e6cea8;
        display: block;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position:right top;
        background-image: url(img/arrow_down.gif);
}

div.box_categories ul#CatNavi li.CatLevel1 a  {
        color: #797979;
}

div.box_categories ul#CatNavi li.CatLevel2 a  {
        color: #797979;
}

div.box_categories ul#CatNavi li.CatLevel3 a  {
        color: #797979;
}

div.box_categories ul#CatNavi li.CatLevel1.Current   {
        list-style-image: none;
        text-decoration: none;
        display: block;
        background-color: #d7bb90;
        background-repeat: no-repeat;
        background-position: right;
        background-image: url(img/punkt.gif);
}



div.box_categories ul#CatNavi li.CatLevel1.Current a    {
        color: #000000;
}

div.box_categories ul#CatNavi li.CatLevel2.Current a    {
        color: #000000;
}

div.box_categories ul#CatNavi li.CatLevel3.Current a    {
        color: #000000;
}

div.box_categories ul#CatNavi li.CatLevel2.Current   {
        list-style-image: none;
        text-decoration: none;
        display: block;
        background-color: #d7bb90;
        background-repeat: no-repeat;
        background-position: right;
        background-image: url(img/punkt.gif);
}

div.box_categories ul#CatNavi li.CatLevel2.Current a    {
        color: #000000;
}

div.box_categories ul#CatNavi li.CatLevel3.Current   {
        list-style-image: none;
        text-decoration: none;
        display: block;
        background-color: #d7bb90;
        background-repeat: no-repeat;
        background-position: right;
        background-image: url(img/punkt.gif);
}

div.box_categories li.main { /* main item in list */

}

div.box_categories li.active  { /* active main item in list */

}

div.box_categories li a.sub  { /* active main item in list */

}

div.box_categories li.active a:hover {

}

div.box_categories li.active a {

}



div.box_categories li.mainactive { /* active main item in list */

}

div.box_categories li.mainactive a {

}

div.box_categories li.main:hover { /* active main item in list */

}

div.box_categories li a { /* active main item in list */

}


div.box input[type=image] { /* submit images, like arrows */
        vertical-align: middle;
}

/* left side */

div#left {
        width: 15em;
/*        position: absolute; */
        left: 10px;
        float:left;
/*        border-right: 1px #666666 dotted;  */
        border-right: 1px #999999 solid;
        padding: 1px 5px 0 0;
/*        padding-bottom: 5em; */
/*        margin-top: 5px; */
        background-color: #f5f5f5;
        text-align: left;
        min-height: 49em;
}

* html div#left { /* IE 6 hack */
/*        position: static; */
        float:left;
        margin-left: 0px;


}

*+html div#left { /* IE 7 hack */
        margin-top: 32px;
}

div#left div.box_top, div#right div.box_top {
        border: 0px solid #ffcc00;
        border-bottom-width: 0;
}

div#left div.box_content, div#right div.box_content {
        margin-top:-0.27em;
/*        background-color: #eee4d1; */
        border: 0px solid #e5d0a7;
        border-top-width: 0;
}

div#left div.box_categories {


}


/* right side */

div#right {
        width: 13.6em;
/*        position: absolute; */
        right: 10px;
        float:right;
        padding-top: 1px;
        padding-bottom: 5em;
        margin-top: 10px;
        background-color: #f5f5f5;
        text-align: left;
        min-height: 49em;
}

* html div#right { /* IE 6 hack */
/*        position: static; */
        float:right;
        margin-right: -20px;
}


/* box specific */

div#box_login input#input_loginbox_email {
        width: 95%; /* so it won't go over the right page border */
}

div#box_login input#input_loginbox_pwd {
        width: 5.6em; /* so the login button will go right of it */
}

div#box_newsletter input#input_newsletter_email {
        width: 95%; /* so it won't go over the right page border */
}





/* main content */

div#content {
/*  margin: 1.3em 15.5em 0em 19.5em; */
        margin: 40px 15px 5px 185px;
        min-height: 55em;
}

/* IE 5.5 hack because IE doesn't know to deal with min-height */

* html div#content {
        margin: 40px 0 5px 185px;
        height: 60em;
}

div#content div.box_top { /* boxes in main content area */
        font-size: 1.25em;
        padding-bottom: 0.35em;
        text-align: left;
        background-color: #EFE2CF;
}

div#content div.box_content {
/*        border-width: 0;   */
        border: 0px #cccccc solid; /* no border for boxes in main content area */
}

div#content div.box_content div.box_top { /* box-in-box */
        font-size: 1.1em;
        border-bottom-width: 2px;
}

/* Kategorie-Bild in der Übersicht verstecken mit none */
div.cat-image  {

}

div.cat-image-sub  {

}

div.cat-image-no img  {
        display:none;
}


/* bottom boxes auto-added outside the template */

div.copyright2 {
        visibility: hidden;
        margin: 0em 15.5em 0em 19.5em;
        margin-top: 1em;
        border-top: 1px solid #bc9443;
        text-align: center;
        color: #bc9443;
}
div.copyright2 a:link, div.copyright2 a:visited {
        visibility: hidden;
        color: #bc9443;
}

div.copyright2 a:hover, div.copyright2 a:focus {
        visibility: hidden;
        color: #bc9443;
        text-decoration: underline;
}

div.copyright {
        visibility: hidden;
        padding: 0em 15.5em 0em 19.5em;
        text-align: center;
        color: #e5d0a7;
}

div.copyright a:link, div.copyright a:visited {
        visibility: hidden;
        color: #e5d0a7;
}

div.copyright a:hover, div.copyright a:focus {
        visibility: hidden;
        color: #bc9443;
        text-decoration: underline;
}

div.parseTime {
        visibility: hidden;
        margin: 0em 15.5em 0em 19.5em;
        text-align: center;
        color: #faf4e8;
}

div#foot  {
        margin: 0;
        width: 860px;
}

div#foot li  {
        display:block;
        float:left;
        margin:0 20px 0 20px;
        text-align:center;
        width:auto;
}

div#foot-left  {
        float: left;
        margin-left: 20px;
}

div#foot-right  {
        float: right;
        margin-right: 20px;
}

div#foot li a, a:link, a:visited  {
        color: #CAB17F;
}

div#foot li a:hover, a:focus  {
        color: #B68016;
        text-decoration: none;

}



/* page specific */

/* main_content.html = index.php */

span.greetUser {
        color: blue;
        font-weight: bold;
}

/* Elementhöhe: auto (Lücken!) oder Wert */ /* Elementhöhe: auto (Lücken!) oder Wert */ /* Elementhöhe: auto (Lücken!) oder Wert */
div.products_overview_item { /* a single product box in an overview, e.g. the home page */
        float: left; /* display the next box right of this one, if possible */
        width: 150px;
        height: 250px;
        margin:0pt 0pt 0pt 5px;
        padding:5pt 5px 10px 0pt;
        border-right: 1px #666666 solid;
}

div.products_overview_text {
        height: 55px;
        text-align: left;

}

div.products_overview_item img.product_image { /* thumbs in these boxes */
        margin: 0 0 10px 0;
/*        float: left; */
}


/* product_listing */

div#modbox_product_listing.box  {

}

div#modbox_product_listing div.box_top  {
        font-size:1.25em;
        padding-bottom:0.35em;
        text-align:left;
        background-color: #EFE2CF;

}

div#modbox_product_listing table {
        border-collapse: collapse;
}

div#modbox_product_listing td {

}

a.pageResults {
        color: #666666;
        text-decoration: underline;
}

a.pageResults:hover {
        color: #000000;
        font-weight: bold;
        /* background-color: #ffff33;  lightyellow, Fläche */
}

/* category_listing */

div#modbox_category_listing .box_top    {

        font-size:1.25em;
        padding-bottom:0.35em;
        text-align:left;
        background-color: #EFE2CF;

}

div#modbox_products_new .box_top    {

        font-size:1.25em;
        padding-bottom:0.35em;
        text-align:left;
        background-color: #EFE2CF;

}

/* category BOX Höhe: auto = Lücken */

div.categories_item { /* a single category box in an overview, e.g. the home page */
        float: left; /* display the next box right of this one, if possible */
/*        margin: 0.5em 1em 2em 0;  give room */
        width: 170px;
        height: 170px; /*        min-height: 12em; */
/*        text-align: left;  */
        border-right:1px solid #999999;
}

div.categories_item .catlink { /* a single category box in an overview, e.g. the home page */
        display: block;
        padding: 1px 1px 1px 10px;
        margin: 0 0 0 0;
        width: 160px;
        text-align: left;
        background-color: #EFE2CF;
}

div.categories_item .catlink a, a:link, a:hover, a:visited, a:active { /* a single category box in an overview, e.g. the home page */
        color: #666666;
}

* html div.products_overview_item { /* IE6 hack */
        height: 12em;
}



/* shopping_cart.html = shopping_cart.php */


div#modbox_order_details table {
        border-collapse: collapse;
}

div#modbox_order_details th {
        border-bottom: 1px solid grey;
}

div#modbox_order_details td {
        border-top: 1px solid grey;

}

div#modbox_order_details th.right {
        width: 100px;

}

div#modbox_order_details td.right {
        width: 100px;

}

div#modbox_order_details td th { /* product attributes */
        border: 0px solid black !important;
}


/* advanced_search */

div#modbox_advanced_search th, div#modbox_advanced_search td {
        vertical-align: top;
}


/* reviews.php */

div#modbox_reviews div.productsImage {
        float: left;
}


/* product_reviews.php */

div#modbox_product_reviews tr.odd td {
        background-color: white;
}

div#modbox_product_reviews tr.even td {
        background-color: #ccccff; /* lightblue */
}


/* product_reviews_info.php */



/* products_new.php */


div#modbox_products_new table {
        border-collapse: collapse;
}

div#modbox_products_new td {
        border: 0px solid grey;
        border-top-width: 1px;
}


/* product_info.php */


div#modbox_product_info div.submodule {
        display:none;
/*        padding: 1em 0;
        border-bottom: 1px solid lightgrey; */
}

div.cross_selling_item { /* a single product box in a cross-selling overview */
        float: left; /* display the next box right of this one, if possible */
        margin: 0.5em 1em 2em 0; /* give room */
        width: 17em;
        min-height: 12em;
}


/* specials.php */



/* sitemap.html = media/content/sitemap.php */



/* account.php */



/* account_edit.php */




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.boxText {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
}

.boxTextBG {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        background-color: #f5f5f5;
}
.boxTextBGII {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        background-color: #FFCC99;
}
.boxTextPrice {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #FF0000;
}

.errorBox {
        font-family : Verdana, Arial, sans-serif;
        font-size : 10px;
        font-weight: bold;
        background-color: #ffb3b5;
}
.gvBox {
        font-family : Verdana, Arial, sans-serif;
        font-size : 14px;
        font-weight: bold;
        border-color: #FFFFFF;
        border: 1px solid;
        background-color: #ffb3b5;
}
.stockWarning {
        font-family : Verdana, Arial, sans-serif;
        font-size : 10px;
        color: #cc0033;
}

.productsNotifications {
        background-color: #f2fff7;
}

.orderEdit {
        font-family : Verdana, Arial, sans-serif;
        font-size : 10px;
        color: #70d250;
        text-decoration: underline;
}



FORM {
        display: inline;
}

form#quick_find input[type=text]  {
        color: #666666;
        border: 1px #ffffff solid;
        margin: 0 0 5px 0;
        background-color: #cccccc;

}


TR.header {
        background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        color: #000000;
        font-weight : bold;
        border-bottom: 1px solid;
        border-color: #b6b7cb;
        background-color: #F6F6F6;
}

A.headerNavigation {
  color: #000000;
}

A.headerNavigation:hover {
  color: #000000;
}

TD.conditions {
  background-color: #E5D0A7;
  border: 1px #663300 solid;
}

A.confirmationEdit {
        color: #BC9443;
        font-weight: bold;
        font-style: italic;
}
A.confirmationEdit:hover {
        color: #663300;
        font-style: italic;
        font-weight: bold;
        text-decoration: none;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
        background-color: #00CC33;
}

.moduleHeading {
        font-family: Verdana, Arial, sans-serif;
        font-size: small;
        font-weight: bold;
        padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-weight:bold;
  height:17px;
  color: #000000;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: white;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-right: 4px solid;
  background: white;
  border-color: white;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: white;

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.underline {
        text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #990000;
}
SPAN.productOldPrice {
        font-family: Verdana, Arial, sans-serif;
        color: #990000;
        text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #990000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #990000;
  font-weight: bold;
}

.smallHeading {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: x-small;
        font-weight: bold;
        color: Black;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #EFE2CF;
 border: 0px solid;
 border-color: #E6E6E6;

}
.moduleRowOver {
        background-color: #E5E5E5;
        border: 1px solid;
        border-color: #ffffff;
        font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5;

        }
.moduleRowSelected { background-color: #EFE2CF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF;
        background-color: #666666;
        padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; text-align: left; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
        border-right: 1px solid;
        border-color: #b6b7cb;
        background-image: url(img/bg_left_column.jpg);
        width: 185px;
}
.navRight {
        border-color: #666666;
        border-top-width: 4px;
        border-top-style: solid;
        border-left-width: 4px;
        border-left-style: solid;
        background-color: #E6E6E6;
        width: 185px;
}

.contentsTopics {
        color:#58585B;
        font-family:Arial,Helvetica,Verdana,sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        background-color: #EFE2CF;
        padding: 2px;
}

.tableListingI {
        background-color: #eeeeee;
}

.tableListingII {
        background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
        width: 1px;
}

div.box li.benutzerkonto  {
  font-size: 12px;
  font-weight: bold;
  background-color:#EFE2CF;
  margin: 2px;
  padding: 3px;
  text-align:center;
}
