* { margin:0; padding:0; }
body
{
        background-color: #FFFFFF;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #525252;

        margin: -5px auto;
}

#art-main
{
        position: relative;
        width: 995px;
        margin: 0px auto;
}

#art-page-background-simple-gradient
{
        position: absolute;
        background-image: url('images/Page-BgSimpleGradient.jpg');
        background-repeat: repeat-x;
        top:0;
        width: 100%;
        height: 1px;
}

.cleared
{
        float: none;
        clear: both;
        margin: 0;
        padding: 0;
        border: none;
        font-size:1px;
}


form
{
        padding:0 !important;
        margin:0 !important;
}

table.position
{
        position: relative;
        width: 100%;
        table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.header
{
        position:relative;
        width: 500px;
        margin-left:25px;
}

.art-Sheet-body
{
        position: relative;
        z-index:1;
        padding: 1px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl
{
        position:absolute;
        z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl
{
        width: 2px;
        height: 2px;
        background-image: url('images/Sheet-s.png');
}

.art-Sheet-tl
{
        top:0;
        left:0;
        clip: rect(auto, 1px, 1px, auto);
}

.art-Sheet-tr
{
        top: 0;
        right: 0;
        clip: rect(auto, auto, 1px, 1px);
}

.art-Sheet-bl
{
        bottom: 0;
        left: 0;
        clip: rect(1px, 1px, auto, auto);
}

.art-Sheet-br
{
        bottom: 0;
        right: 0;
        clip: rect(1px, auto, auto, 1px);
}

.art-Sheet-tc, .art-Sheet-bc
{
        left: 1px;
        right: 1px;
        height: 2px;
        background-image: url('images/Sheet-h.png');
}

.art-Sheet-tc
{
        top: 0;
        clip: rect(auto, auto, 1px, auto);
}

.art-Sheet-bc
{
        bottom: 0;
        clip: rect(1px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl
{
        top: 1px;
        bottom: 1px;
        width: 2px;
        background-image: url('images/Sheet-v.png');
}

.art-Sheet-cr
{
        right:0;
        clip: rect(auto, auto, auto, 1px);
}

.art-Sheet-cl
{
        left:0;
        clip: rect(auto, 1px, auto, auto);
}

.art-Sheet-cc
{
        position:absolute;
        z-index:-1;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        background-color: #FAFAFA;
}


.art-Sheet
{
        margin-top: 10px !important; position:relative;top:85px;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
        min-width:1000px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
        text-align:left;
        text-decoration:none;
        outline:none;
        letter-spacing:normal;
        word-spacing:normal;
}

.art-menu, .art-menu ul
{
        margin: 0;
        padding: 0;
        border: 0;
        list-style-type: none;
        display: block;
}

.art-menu li
{
        margin: 0;
        padding: 0;
        border: 0;
        display: block;
        float: left;
        position: relative;
        z-index: 5;
        background:none;
}

.art-menu li:hover
{
        z-index: 10000;
        white-space: normal;
}

.art-menu li li
{
        float: none;
}

.art-menu ul
{
        visibility: hidden;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        background:none;
}

.art-menu li:hover>ul
{
        visibility: visible;
        top: 100%;
}

.art-menu li li:hover>ul
{
        top: 0;
        left: 100%;
}

.art-menu:after, .art-menu ul:after
{
        content: ".";
        height: 0;
        display: block;
        visibility: hidden;
        overflow: hidden;
        clear: both;
}
.art-menu, .art-menu ul
{
        min-height: 0;
}

.art-menu ul
{
        background-image: url(images/spacer.gif);
        padding: 10px 30px 30px 30px;
        margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
        padding: 30px 30px 30px 10px;
        margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
        padding: 2px 2px 0px 2px;
}

.art-nav
{
        margin-left:7px;
        margin-right:7px;
        position: relative;
        height: 27px;
        z-index: 100;
}

.art-nav .l, .art-nav .r
{
        position: absolute;
        z-index: -1;
        top: 0;
        height: 27px;
        background:#f1f1f1;
}

.art-nav .l
{
        left: 0;
        right:0px;
}

.art-nav .r
{
        right: 0;
        width: 998px;
        clip: rect(auto, auto, auto, 998px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
        clear: both;
}

.art-menu a
{
        position:relative;
        display: block;
        overflow:hidden;
        height: 23px;
        cursor: pointer;
        text-decoration: none;
        margin-right: 2px;
        margin-left: 2px;
}


.art-menu a .r, .art-menu a .l
{
        position:absolute;
        display: block;
        top:0;
        z-index:-1;
        height: 69px;
        background:#f1f1f1;
}

.art-menu a .l
{
        left:0;
        right:6px;
}

.art-menu a .r
{
        width:412px;
        right:0;
        clip: rect(auto, auto, auto, 406px);
}

.art-menu a .t
{
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        color: #fd0000;
        padding: 0 7px;
        margin: 0 6px;
        line-height: 23px;
        text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
        top:-23px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
        top:-23px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
        top:-23px;
}
.art-menu a:hover .t
{
        color: #000;
}

.art-menu li:hover a .t
{
        color: #000;
}

.art-menu li:hover>a .t
{
        color: #000;
}


.art-menu a.active .l, .art-menu a.active .r
{
        top: -46px;
}

.art-menu a.active .t
{
        color: #fd0000;
}


/* end MenuItem */

/* begin MenuSubItem */
.art-menu ul a
{
        display:block;
        text-align: center;
        white-space: nowrap;
        height: 26px;
        width: 220px;
        overflow:hidden;
        line-height: 26px;
        margin-right: auto;


        background-image: url('images/subitem-bg.png');
        background-position: left top;
        background-repeat: repeat-x;
        border-width: 0px;
        border-style: solid;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
        display: inline;
        float: none;
        margin: inherit;
        padding: inherit;
        background-image: none;
        text-align: inherit;
        text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
        text-align: left;
        text-indent: 12px;
        text-decoration: none;
        line-height: 26px;
        color: #FAFAFA;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 13px;
        font-style: normal;
        font-weight: bold;
}

.art-menu ul ul a
{
        margin-left: auto;
}

.art-menu ul li a:hover
{
        color: #FAFAFA;
        background-position: 0 -26px;
}

.art-menu ul li:hover>a
{
        color: #FAFAFA;
        background-position: 0 -26px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
        color: #FAFAFA;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
        color: #FAFAFA;
}


/* end MenuSubItem */

/* begin ContentLayout */
.art-contentLayout
{
        position: relative;
        margin-bottom: 0px;
        width: 998px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
        position:relative;
        z-index:0;
        margin:0 auto;
        min-width:15px;
        min-height:15px;
}

.art-Block-body
{
        position: relative;
        z-index:1;
        padding: 0px;
        border: 1px solid #aba9a9;
}
.art-Block-body2
{
        position: relative;
        z-index:1;
        padding: 0px;
        border: 1px solid #aba9a9;
        overflow: auto;
        height: 350px;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl, .art-Block-tc, .art-Block-bc,.art-Block-cr, .art-Block-cl
{
        position:absolute;
        z-index:-1;
}

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl
{
        width: 14px;
        height: 14px;
        background-image: url('images/Block-s.png');
}

.art-Block-tl
{
        top:0;
        left:0;
        clip: rect(auto, 7px, 7px, auto);
}

.art-Block-tr
{
        top: 0;
        right: 0;
        clip: rect(auto, auto, 7px, 7px);
}

.art-Block-bl
{
        bottom: 0;
        left: 0;
        clip: rect(7px, 7px, auto, auto);
}

.art-Block-br
{
        bottom: 0;
        right: 0;
        clip: rect(7px, auto, auto, 7px);
}

.art-Block-tc, .art-Block-bc
{
        left: 7px;
        right: 7px;
        height: 14px;
        background-image: url('images/Block-h.png');
}

.art-Block-tc
{
        top: 0;
        clip: rect(auto, auto, 7px, auto);
}

.art-Block-bc
{
        bottom: 0;
        clip: rect(7px, auto, auto, auto);
}

.art-Block-cr, .art-Block-cl
{
        top: 7px;
        bottom: 7px;
        width: 14px;
        background-image: url('images/Block-v.png');
}

.art-Block-cr
{
        right:0;
        clip: rect(auto, auto, auto, 7px);
}

.art-Block-cl
{
        left:0;
        clip: rect(auto, 7px, auto, auto);
}

.art-Block-cc
{
        position:absolute;
        z-index:-1;
        top: 7px;
        left: 7px;
        right: 7px;
        bottom: 7px;
        background-color: #FAFAFA;
}


.art-Block
{
        margin: 7px 7px 16px 7px;
}

.art-Block2
{
        margin: 16px 7px 7px 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
        position:relative;
        z-index:0;
        height: 25px;
        padding: 0 8px;
        margin-bottom: 0px;
        background:#aba9a9;
}

.art-BlockHeader .t
{
        height: 25px;
        color: #fff;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        white-space : nowrap;
        padding: 0 8px;
        line-height: 23px;
}

.art-header-tag-icon
{
        display:inline-block;
        background-position:left top;
        background-repeat: no-repeat;
        min-height: 14px;
}


/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
        position:relative;
        z-index:0;
        margin:0 auto;
        min-width:15px;
        min-height:15px;
        background:#f1f1f1;
}

.art-BlockContent-body
{
        position: relative;
        z-index:1;
        padding: 8px;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl, .art-BlockContent-tc, .art-BlockContent-bc,.art-BlockContent-cr, .art-BlockContent-cl
{
        position:absolute;
        z-index:-1;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl
{
        width: 14px;
        height: 14px;
        background-image: url('images/BlockContent-s.png');
}

.art-BlockContent-tl
{
        top:0;
        left:0;
        clip: rect(auto, 7px, 7px, auto);
}

.art-BlockContent-tr
{
        top: 0;
        right: 0;
        clip: rect(auto, auto, 7px, 7px);
}

.art-BlockContent-bl
{
        bottom: 0;
        left: 0;
        clip: rect(7px, 7px, auto, auto);
}

.art-BlockContent-br
{
        bottom: 0;
        right: 0;
        clip: rect(7px, auto, auto, 7px);
}

.art-BlockContent-tc, .art-BlockContent-bc
{
        left: 7px;
        right: 7px;
        height: 14px;
        background-image: url('images/BlockContent-h.png');
}

.art-BlockContent-tc
{
        top: 0;
        clip: rect(auto, auto, 7px, auto);
}

.art-BlockContent-bc
{
        bottom: 0;
        clip: rect(7px, auto, auto, auto);
}

.art-BlockContent-cr, .art-BlockContent-cl
{
        top: 7px;
        bottom: 7px;
        width: 14px;
        background-image: url('images/BlockContent-v.png');
}

.art-BlockContent-cr
{
        right:0;
        clip: rect(auto, auto, auto, 7px);
}

.art-BlockContent-cl
{
        left:0;
        clip: rect(auto, 7px, auto, auto);
}

.art-BlockContent-cc
{
        position:absolute;
        z-index:-1;
        top: 7px;
        left: 7px;
        right: 7px;
        bottom: 7px;
        background-color: #E5E5E5;
}


.art-BlockContent-body
{
        color:#000;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
}

.art-BlockContent-body a:link
{
        color: #000;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        text-decoration: none;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
        color: #000;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        text-decoration: none;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
        color: #696969;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        text-decoration: none;
}

.art-BlockContent-body ul
{
        list-style-type: none;
        color: #242424;
        padding:0;
}

.art-BlockContent-body li.tree_sub_categorys
{
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        text-decoration: none;
        vertical-align: top;
        margin-bottom: 5px;
        position:relative;
        left: 0px;
}

.art-BlockContent-body li.tree_sub_categorys2
{
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        text-decoration: none;
        vertical-align: top;
        margin-bottom: 5px;
        position:relative;
        left: 0px;
        border-bottom:1px solid #ABA9A9;
        line-height:2.0em;
}

.art-BlockContent-body ul.tree_main_categorys
{
        padding:0px 8px 0px 8px;
        background-repeat:no-repeat;
        margin:2px 0 2px 0;
}

.art-BlockContent-body ul.tree_main_categorys2
{
        padding:0;
        background-repeat:no-repeat;
        margin:2px 0 2px 0;
}


/* end Box, BlockContent */

/* begin Box, Post */
.art-Post
{
        position:relative;
        z-index:0;
        margin:0 auto;
        min-width:1px;
        min-height:1px;
}

.art-Post-body
{
        position: relative;
        z-index:1;
}



.art-Post
{
        margin: 0 0 0 10px;
}

/* Start images */
a img
{
        border: 0;
}

.art-article img, img.art-article
{
        border: solid 1px #A6A6A6;
        margin: 1em;
}

.art-metadata-icons img
{
        border: none;
        vertical-align: middle;
        margin:2px;
}
/* Finish images */

/* Start tables */

.art-article table, table.art-article
{
        border-collapse: collapse;
        margin: 1px;
        width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
        background-color:Transparent;
}

.art-article th, .art-article td
{
        padding: 2px;
        border: solid 1px #B5B5B5;
        vertical-align: top;
        text-align:left;
}

.art-article th
{
        text-align:center;
        vertical-align:middle;
        padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeaderIcon-wrapper
{
        text-decoration:none;
        margin: 0.2em 0;
        padding: 0;
        font-weight:normal;
        font-style:normal;
        letter-spacing:normal;
        word-spacing:normal;
        font-variant:normal;
        text-decoration:none;
        font-variant:normal;
        text-transform:none;
        text-align:left;
        text-indent:0;
        line-height:inherit;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 22px;
        font-style: normal;
        font-weight: bold;
        text-align: left;
        color: #3D3D3D;
}

.art-PostHeaderIcon-wrapper, .art-PostHeaderIcon-wrapper a, .art-PostHeaderIcon-wrapper a:link, .art-PostHeaderIcon-wrapper a:visited, .art-PostHeaderIcon-wrapper a:hover
{
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 22px;
        font-style: normal;
        font-weight: bold;
        text-align: left;
        color: #3D3D3D;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #4A4A4A;
}

.art-PostHeader a:visited, .art-PostHeader a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #616161;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #737373;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */

.art-PostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #525252;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #fd0000;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #fd0000;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #fd0000;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #000;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #fd0000;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #fd0000;
}

h3, h3 a, h3 a:link, h3 a:visited
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000;
}

h3 a:hover
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #fd0000;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #fd0000;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #666666;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #666666;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
        color: #3D3D3D;
        margin:1em 0 1em 2em;
        padding:0;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 12px;
}

li ol, li ul
{
        margin:0.5em 0 0.5em 2em;
        padding:0;
}

li
{
        margin:0.2em 0;
        padding:0;
}

ul
{
        list-style-type: none;
}

ol
{
        list-style-position:inside;

}



.art-Post li
{
        padding:0px 0 0px 13px;
        line-height:1.2em;
}

.art-Post ol li, .art-Post ul ol li
{
        background: none;
        padding-left:0;
}

.art-Post ul li, .art-Post ol ul li
{
        background-image: url('images/PostBullets.png');
        background-repeat:no-repeat;
        padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
        color:#141414;
        font-family: Arial, Helvetica, Sans-Serif;
        font-style: italic;
        font-weight: normal;
        text-align: left;
}

blockquote
{
                border:solid 1px #C7C7C7;
                margin:10px 10px 10px 50px;
        padding:5px 5px 5px 41px;
        background-color:#FAFAFA;
        background-image:url('images/PostQuote.png');
        background-position:left top;
        background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.art-button-wrapper .art-button
{
        display:inline-block;
        width: auto;
        outline:none;
        border:none;
        background:none;
        line-height:34px;
        margin:0 !important;
        padding:0 !important;
        overflow: visible;
        cursor: default;
        text-decoration: none !important;
        z-index:0;
}

.art-button-wrapper
{
        display:inline-block;
        position:relative;
        height: 34px;
        overflow:hidden;
        white-space: nowrap;
        width: auto;
        z-index:0;
}

.art-button-wrapper .art-button
{
        display:block;
        height: 34px;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
        padding: 0 21px !important;
        line-height: 34px;
        text-decoration: none !important;
        color: #000000 !important;
}

input, select
{
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
        color: #000000 !important;
        text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
        color: #EBEBEB !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
        display:block;
        position:absolute;
        z-index:-1;
        height: 102px;
        background-image: url('images/Button.png');
}

.art-button-wrapper .l
{
        left:0;
        right:11px;
}

.art-button-wrapper .r
{
        width:411px;
        right:0;
        clip: rect(auto, auto, auto, 400px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
        top: -34px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
        top: -68px;
}


/* end Button */

/* begin Footer */
.art-Footer
{
        position:relative;
        z-index:0;
        overflow:hidden;
        width: 980px;
        margin: 17px 7px 10px 7px;
        background:#aba9a9;
}

.art-Footer .art-Footer-inner
{
        height:1%;
        position: relative;
        z-index: 0;
        padding: 8px;
        text-align: center;
}

.art-Footer .art-Footer-background
{
        position:absolute;
        z-index:-1;
        background-repeat:no-repeat;
        background-image: url('images/Footer.png');
        width: 998px;
        height: 150px;
        bottom:0;
        left:0;
}


.art-rss-tag-icon
{
        position: relative;
        display:block;
        float:left;
        background-image: url('images/rssIcon.png');
        background-position: center right;
        background-repeat: no-repeat;
        margin: 0 5px 0 0;
        height: 25px;
        width: 25px;
}




.art-Footer .art-Footer-text p
{
        margin: 0;
}

.art-Footer .art-Footer-text
{
        display:inline-block;
        color:#fff;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 11px;
}

.art-Footer .art-Footer-text a:link
{
        text-decoration: none;
        color: #fff;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        text-decoration: underline;
}

.art-Footer .art-Footer-text a:visited
{
        text-decoration: none;
        color: #fff;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        text-decoration:none;
}

.art-Footer .art-Footer-text a:hover
{
        text-decoration: none;
        color: #000;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
        font-family:Verdana;
        font-size:10px;
        letter-spacing:normal;
        word-spacing:normal;
        font-style:normal;
        font-weight:normal;
        text-decoration:underline;
        color:#666666;
}

.art-page-footer
{
        margin:1em;
        text-align:center;
        text-decoration:none;
        color:#666666;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
        position: relative;
        margin: 0;
        padding: 0;
        border: 0;
        float: left;
        overflow: hidden;
        width: 249px;
        top:9px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-content
{
        position: relative;
        margin: 0;
        padding: 0;
        border: 0;
        float: left;
        overflow: hidden;
        width: 739px;
        top:16px;
}
.art-contentLayout .art-content-wide
{
        position: relative;
        margin: 0;
        padding: 0;
        border: 0;
        float: left;
        overflow: hidden;
        width: 997px;
}
/* end LayoutCell */


/* Search Form */
#suche{position:absolute;right:0px;top:4px;}

fieldset.search {
        border: none;
        margin: 0 auto;
}
.search input, .search button {
        border: none;
        float: left;
}
.search input.box {
        color: #000;
        font-size: 1.2em;
        font-weight:normal;
        width: 170px;
        height: 14px;
        padding: 2px 5px 2px;
        background: #f1f1f1;border:1px solid #fd0000;
        margin-right: 5px;
}

.search button.btn {
        width: 55px;
        height: 20px;
        cursor: pointer;
        background: #fd0000;
        color:#fff;
}
.search button.btn:hover {
        background: #fff;border:solid 1px #fd0000;color:#000;
}


.style1 {
        color: #FF6600;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: bold;
}
.style2 {color: #333333}



a.button{
        background:url('images/button.gif');
        display:block;
        color: #555555;
        font-weight:bold;
        height:30px;
        line-height:29px;
        margin-bottom:5px;
        text-decoration:none;
        width:191px
}
a:hover.button{
        color:#fd0000;
}

a.button2{
        background:url('images/button2.gif');
        color: #000000;
        font-weight:bold;
        height:30px;
        line-height:29px;
        margin-bottom:5px;
        text-decoration:none;
        width:130px;
        float:left;
        margin-right:3px;
}
a:hover.button2{
        color:#000000;
}

a.button3a{
        background:url('images/button3.gif');
        color: #000000;
        font-weight:bold;
        height:30px;
        line-height:29px;
        margin-bottom:5px;
        text-decoration:none;
        width:150px;
        float:left;
        margin-right:3px;
}
a:hover.button3a{
        color:#000000;
}

a.button3{
        background:url('images/button_comparsion.gif');
        color: #000000;
        font-weight:bold;
        height:30px;
        line-height:29px;
        margin-bottom:5px;
        text-decoration:none;
        width:191px;
        float:left
}

a.button4{
        background:url('images/button.gif');
        color: #000000;
        font-weight:bold;
        height:30px;
        line-height:29px;
        margin-bottom:5px;
        text-decoration:none;
        width:191px;
        float:left
}



.empfehlen{
        background:url('images/msg.gif') no-repeat 10px 8px;
        text-indent:30px;
        display:block
}
.merkliste{
        background:url('images/cart.png') no-repeat 10px 8px;
        text-indent:20px;
        display:block
}

.produkt_merken{
        background:url('images/cart_put.png') no-repeat 10px 8px;
        text-indent:30px;
        display:block
}

.produkt_details{
        background:url('images/detailed.png') no-repeat 10px 8px;
        text-indent:30px;
        display:block
}

.produkt_preisvergleich{
        background:url('images/icon_compare.png') no-repeat 10px 4px;
        text-indent:30px;
        display:block
}

.produkt_entfernen{
        background:url('images/cart_delete.png') no-repeat 10px 8px;
        text-indent:30px;
        display:block
}

.produkt_gutschein{
        background:url('images/tagplus.png') no-repeat 10px 8px;
        text-indent:20px;
        display:block
}

.fehler{
        background:url('images/alert.gif') no-repeat 10px 8px;
        text-indent:30px;
        display:block
}
.link{
        background:url('images/link_16x16.png') no-repeat 10px 8px;
        text-indent:30px;
        display:block
}

.goback{
        background:url('images/link_error.png') no-repeat 10px 8px;
        text-indent:30px;
        display:block
}


.TableTopBorder{
font-size: 11px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: rgb(225, 225, 225);
}

.TableMainBorder{
font-size: 11px;
margin: 0px;
padding-left: 12px;
padding-right: 12px;
padding-top: 8px;
padding-bottom: 8px;
background-image: url('images/dotted.png');
background-position: 50% 50%
}

.TableBottomBorder{
font-size: 11px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: rgb(225, 225, 225);
}





.TableCatTitle{
font-size: 14px;
font-weight: bold;
font-family: Arial, verdana;
color: rgb(51, 51, 51);
text-decoration: none;

}

.TableSubTitle{
list-style-type: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 0px;
padding: 0px;
font-family: Arial, verdana;

}


.TableSubTitle2 a{
text-decoration:none
}

.TableSubTitle2 a:hover{
text-decoration:underline
}

.TableSubTitle2 {
list-style-type: none;
background-image: none;
font-size: 11px;
color: rgb(51, 51, 51);
margin: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
font-family: Arial, verdana;
padding-bottom: 0px;
}


.infiniteCarousel {
  width: 728px;
  position: relative;
  background:#aba9a9;
  margin-bottom:15px;
}

.infiniteCarousel .wrapper {
  width: 645px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 60px;
  margin: 0 40px;
  position: relative;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 3px 10px;
  width: 120px;
  background-image:none;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/carousel_arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 12px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

.ebay_alert {
        background: #fff6bf url(images/basket_error.png) 15px center no-repeat;
        background-position: 15px 50%; /* x-pos y-pos */
        text-align: left;
        padding: 5px 20px 5px 45px;
        border-top: 2px solid #ffd324;
        border-bottom: 2px solid #ffd324;
}

.news_line {
        background: #FFFFFF url(images/newspapers.png) 15px center no-repeat;
        background-position: 15px 50%; /* x-pos y-pos */
        text-align: left;
        padding: 5px 20px 5px 45px;
        border-top: 2px solid #999999;
        border-bottom: 1px solid #999999;
        margin-bottom:5px;
}

.VoucherLine {
  height: 1px;
  width:100%;border:1px solid #aba9a9;
}

.right_articles{
    border:1px solid #aba9a9;padding: 10px 5px;margin-bottom:16px;}

#rnd_container {background: #FFFFFF; margin:1px;margin-top:10px;}
.rnd_top, .rnd_bottom {display:block; background:#FFFFFF; font-size:1px;}
.rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
.rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
.rnd_b2, .rnd_b3, .rnd_b4 {background:#FFFFFF; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
.rnd_b1 {margin:0 5px; background:#CCCCCC;}
.rnd_b2 {margin:0 3px; border-width:0 2px;}
.rnd_b3 {margin:0 2px;}
.rnd_b4 {height:2px; margin:0 1px;}
.rnd_content {
    display:block;
    background:#FFFFFF;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #666666; border: 1px solid #aba9a9;padding:5px;
}
.rnd_content2 {
    display:block;
    background:#FFFFFF;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #666666;
}
.VoucherHeadline {
        font-family: Lucida, Courier New, Courier;
        font-size: 13px;
        font-style: normal;
        font-weight: bold;
        color:#CCCCCC;
        margin-bottom:3px;
}
.VoucherFooter {
        display:block;
        text-align:right;
        background:url("images/roundarr.gif") 115px 50% no-repeat;
        padding:0 24px 0 0;
        text-decoration:none;
        color:#44a;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 13px;
        font-style: normal;
        font-weight: bold;
}

.VoucherFooter:hover {
        text-decoration:underline;
}
.VoucherSmall{ width:138px; margin-right:3px; margin-top:3px }


#search_box {
    width: 400px;
    height: 31px;border:1px solid #aba9a9;
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 350px;
        height:19px;
    background: none;

        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 13px;
        font-style: normal;
        font-weight: bold;

}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

#werbungoben{position:absolute;right:0px;width:468px;top:0px;
        margin-right:7px;}

#sidehead{position:absolute;right:0px;width:995px;top:20px;}

#merkliste{position:absolute;right:8px;}

#adsense {margin:7px;text-align:center;padding:10px;background:#f1f1f1;border:1px solid #aba9a9;}

a.toplinks{color:#000;text-decoration:none;}
a.toplinks:hover{color:#fd0000;text-decoration:none;}

.produkt{border:1px solid #aba9a9;margin-bottom:16px;}

a.blattern{border:1px solid #aba9a9;margin-left:2px;margin-right:2px;padding:2px 4px 2px 4px;font-weight:bold;}
span.blattern{border:1px solid #aba9a9;margin-left:2px;margin-right:2px;padding:2px 4px 2px 4px;font-weight:bold;}

h3#h3 a{font-size:14px;margin-left:10px;}

hr{border:0.1em solid #aba9a9;}

span.blue{font-size:18px;}
span.blue2{font-size:13px;}

p{line-height:1.5em;color:#000;}

.art-Footer-text p{color:#fff;}

#rsskopf{background:#aba9a9;color:#000;padding:2px 10px;}
#rsskopf h3{color:#fff;}
#topprodukt{width:100%;   color: #000000; text-decoration: none; background-color:#aba9a9;}