@charset "utf-8";
/* CORE CSS - 20060601 */


/* BODY */

body /* These becomes the initial settings for most other elements */
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #535548;
    background-color: #ffffff;
    background-image: url(/extension/silver.project/design/ihr/images/body_bg.png);
    background-repeat: repeat-x;
    text-align: center; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 /* Set general styles for all headings; some may be overridden later */
{
    font-weight: bold;
    font-style: normal;
    margin: 0 0 0.5em 0;
    padding: 0;
}

h1
{
    margin-top: 0;
    font-size: 1.4em;
    font-weight: normal;
}

h2
{
    font-size: 1.3em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}

h6
{
    font-size: 1em;
    font-weight: normal;
}


/* PARAGRAPHS */

p
{
    margin: 0.5em 0 0.5em 0;
    line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}


/* LINKS */

a
{
    color: #048FFD;
    text-decoration: underline;
}

a:hover
{
    color: #000000;
    text-decoration: underline;
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}


/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    margin: 1em 0 1em 0;
    padding: 0.2em;
    border: 1px solid #e0e0e0;
}

pre.wordwrap /* Style for ensuring long lines in pre field won't break the design; use &nbsp; instead to preserve white-space where desired */
{
    white-space: normal;
}

pre.wordwrap span.line /* Style for tag wrapping around each line of text */
{
    display: block;
}


/* TABLES */

table
{
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most other browsers */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

table.list /* Standard class usable for most regular tables presenting lists, with additional related styles */
{
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
}

table.list th, table.list td
{
    padding: 0.5em;
    border-right: 1px solid #ffffff;
    border-bottom: none;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
    background-image: url(/extension/silver.project/design/ihr/images/th_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

table.list td
{
    border-top: 1px solid #f8f8f8;
    font-weight: normal;
}

table.list th:first-child, table.list td:first-child
{
    border-left: 1px solid #ffffff;
}

table.list tr.bglight
{
    background-color: #F1F1ED;
}

table.list tr.bgdark
{
    background-color: #EAE9E1;
}

table.list tr.bglight:hover, table.list tr.bgdark:hover /* This has no effect in IE6 and below */
{
    background-color: #ffffff;
}

table.list tr.bglight:hover td, table.list tr.bgdark:hover td
{
    border-color: #ffffff;
}

table.list a
{
    border-bottom-color: #EAE9E1;
}

table.list img
{
    vertical-align: middle;
}

th.tight, td.tight
{
    width: 1%;
}

td.nowrap
{
    white-space: nowrap;
}

td.number
{
    text-align: right;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    margin: 0.75em 0 1em 2.5em;
    padding: 0;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
}


/* DEFINITION LISTS */

dl
{
    margin: 0.25em 0 0.25em 0;
    padding: 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}


/* FORM ELEMENTS */

form
{
    margin: 0;
    padding: 0;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

input, select
{
    font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers, to prevent other default font from being used */
}

input.box, input.halfbox
{
    font-size: 1em;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button, button, input.defaultbutton
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8em;
    color: #343434;
}

input.box, textarea.box
{
    width: 100%;
    border: 1px solid #A5ACB2;
    font-size: 1em;
}

input.halfbox, textarea.halfbox
{
    width: 48%;
}

div.input, div.textarea
{
    margin: 0.5em 0 0.5em 0;
    padding: 0 0.25em 0 0.25em;
    border: 1px solid;
    border-color: #808080 #e0e0e0 #e0e0e0 #808080;
}

div.textarea
{
    padding-right: 0;
}

div.input input, div.textarea textarea
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

fieldset
{
    border: 1px solid #ccccc3;
    padding: 0.5em;
}

legend
{
    font-weight: bold;
    color: #000000;
    padding: 0 0.25em 0 0.25em;
}

fieldset label
{
    color: #000000;
}

fieldset input.button
{
    margin-top: 0.5em;
}

/* HORIZONTAL RULERS */

hr /* General formatting for all horizontal rulers */
{
    color: #ffffff; /* Color must be set to the same as the background color to hide default formatting in IE */
    border: none; /* All borders must be removed as they are default for Opera */
    border-top: 1px solid #e0e0e0; /* This single top border is the one replacing the default look of the ruler */
    height: 1px;
    margin: 0.35em 0 0.35em 0; /* Be aware that these margins may not be calculated consistently across browsers */
}


/* MESSAGES TO THE USER */

div.message-confirmation, div.message-feedback, div.message-warning, div.message-error, div.warning
{
    margin: 0.5em 0 1em 0;
    padding: 0.5em 1em 0.5em 1em;
    border: 6px solid #808080;
    background-color: #f8f8f8;
}

div.message-feedback
{
    border-color: #40b040;
}

div.message-warning, div.warning
{
    border-color: #c0c040;
}

div.message-error
{
    border-color: #c04040;
}


/* The remaining styles are important for proper content rendering in eZ publish - Do not remove or alter them without proper knowledge of the possible consequences */

/* POSITION CONTROL */

div.block /* Used around groups of objects which are connected in some way, and requires extra margins to the surroundings */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element /* Used if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.block div.left /* Floats elements to the left in a block */
{
    width: 48%;
    float: left;
    clear: left;
}

div.block div.right /* Floats elements to the right in a block */
{
    width: 48%;
    float: right;
    clear: right;
}

div.object-left /* Used for floating images and other content elements to the left inside other content */
{
    margin: 0.25em 0.25em 0.25em 0;
    float: left;
    clear: left;
}

div.object-right /* Used for floating images and other content elements to the right inside other content */
{
    margin: 0.25em 0 0.25em 0.25em;
    float: right;
    clear: right;
}

.float-break
{
    height: 1%; /* Fix for IE */
}

.float-break:after /* Terminate floating elements flow */
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

div.break /* Old method for terminating floating elements flow; kept for backwards compatibility */
{
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}


/* MISCELLANEOUS STYLES */

.hide /* Used on elements which should only be visible if CSS in disabled or unavailable */
{
    display: none;
}

.spamfilter /* Simple fix for stopping spambots from getting correct e-mail addresses from a web page: info<span class="spamfilter>SPAMFILTER</span>@ez.no <span class="spamfilter>(Remove SPAMFILTER to reply)</span> */
{
    display: none;
}
/* PAGELAYOUT CSS - 20060522 */

/* FULL PAGE */

div#page
{
    width: 770px; /* This can be changed to any fixed width if desired */
    margin: 0 auto 0 auto; /* General method for centering content if fixed page width, for other browsers than IE */
    text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */
}

/* HEADER */

div#header
{
    padding-left: 0.25em;
    padding-right: 0.25em;
    padding-top: 0.25em;
    background-color: #FFFFFF;
    padding-bottom: 0.75em;
}

div#header ul
{
    margin: 0;
    padding: 0.25em 0 0.25em 0;
}

div#header ul li
{
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    display: inline;
    margin-left: 1em;
}

div#logo
{
    float: left;
    margin: 1em 0 0 1.5em;
}

div#usermenu
{
    background-image: url(/extension/silver.project/design/ihr/images/header_bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    height: 25px;
}

div#languages
{
    background-image: url(/extension/silver.project/design/ihr/images/header_bg_left.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    float: left;
    clear: left;
    width: 24%;
    height: 25px;
    font-size: 0.85em;
}

div#links
{
    background-image: url(/extension/silver.project/design/ihr/images/header_bg_right.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    float: right;
    clear: right;
    text-align: right;
    padding-right: 0;
    font-size: 0.9em;
    font-weight: bold;
    height: 25px;
    width: 75%;
}

div#links a
{
    color: #515346;
    border-left: 1px solid #CECEC2;
    display: block;
    float: right;
    padding-left: 0.75em;
    padding-right: 0.75em;
    height: 18px;
}

div#searchbox
{
    width: 20em; /* Needs to be sufficient width to fit both text input and submit button to avoid Konqueror breaking the line between them */
    margin-top: 1.75em;
    margin-right: 1em;
    text-align: right;
    float: right;
}

input#searchtext
{
    border: 1px solid #A5ACB2;
    font-size: 0.85em;
    width: 12em;
}

input#searchbutton
{
    margin-top: -0.1em;
}

/* TOP MENU */

div#topmenu
{
    margin: 0;
    padding: 0;
}

div#topmenu ul
{
    margin: 0;
    padding: 0;
    background-image: none;
    background-repeat: repeat-x;
    height: 33px;
}

div#topmenu li
{
    background-image: url(/extension/silver.project/design/ihr/images/topmenu_bg.png);
    background-repeat: repeat-x;
    height: 33px;
    margin: 0;
    float: left;
    padding: 0;
    font-size: 0.85em;
    font-weight: bold;
    list-style-type: none;
    list-style-image: none;
}

div#topmenu li.selected
{
    background-image: url(/extension/silver.project/design/ihr/images/topmenu_bg_selected.png);

}

div#topmenu li a
{
    text-decoration: none;
    color: #4F5241;
    border-right: 1px solid #C3C4B6;
    display: block;
    float: left;
    margin: 0;
    padding: 15px;
    margin-top: 4px;
    padding-top: 2px;
    padding-bottom: 0;
    height: 22px;
    line-height: 22px;
    background-color: transparent;
}

div#topmenu li a:hover
{
    border-bottom: 3px solid #ABAB9E;
}

div#topmenu div.topmenu-design
{
    background-color: #FFF;
    padding: 0 0.25em 0 0.2em;
}

/* PATH */

div#path
{
    padding: 0.5em 0.5em 0.5em 2em;
    font-size: 0.85em;
}

div#path p
{
    margin: 0;
}

/* COLUMNS */

div#columns
{
   padding: 0 14em 0 14em;
}

div.nosidemenu div#columns
{
   padding-left: 0;
}

div.noextrainfo div#columns
{
   padding-right: 0;
}

/* SIDE MENU */

div#sidemenu-position
{
    width: 14em;
    margin-left: -14em;
    float: left;
    display: inline; /* Fix for IE double margin bug */
}

div.nosidemenu div#sidemenu-position
{
    display: none;
}

div#sidemenu ul
{
    list-style-type: none;
    margin: 0.5em 0 0.5em 0;
}

div#sidemenu ul li
{
    margin: 0.25em 0 0.25em 0;
    list-style-type: none;
    list-style-image: none;
}

div#sidemenu div.box div.box-content
{
    padding-left: 0.75em;
    padding-right: 0;
}

div#sidemenu h4
{
    margin: 0;
}

div#sidemenu h4 a
{
    color: #525345;
    text-decoration: none;
}

div#sidemenu ul.menu-list a.selected
{
    font-weight: bold;
}

div#sidemenu ul.submenu-list
{
    list-style-type: none;
    margin-left: 1em;
}

div#sidemenu ul.submenu-list a.selected
{
    font-weight: bold;
}

div#sidemenu ul.menu-list li a, div#sidemenu ul.submenu-list li a
{
    background-image: url(/extension/silver.project/design/ihr/images/sidemenu_bullet.png);
    background-position: 0.2em 0.5em;
    background-repeat: no-repeat;
    padding-left: 18px;
    display: block;
    font-size: 0.85em;
}

/* MAIN AREA */

div#main-position
{
    width: 100%;
    float: left;
}

div#main
{

}

div.nosidemenu div#main-position
{
    margin-left: 0;
}

div.noextrainfo div#main-position
{
    margin-right: 0;
}

/* EXTRA CONTENT */

div#extrainfo-position
{
    width: 14em;
    margin-right: -14em;
    float: left;
}

div.noextrainfo div#extrainfo-position
{
    display: none;
}

div#extrainfo
{

}

/* FOOTER */

div#footer
{
    clear: both; /* Ensures that the footer is pushed properly below the columns */
    text-align: center;
    padding-top: 1.25em;
    background-image: url(/extension/silver.project/design/ihr/images/footer_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 0.85em;
    margin-bottom: 0.25em;
}

div#footer address
{
    font-style:normal;
}

div#sidemenu
{
    padding: 0 0.25em 0 0;
}

div#extrainfo
{
    padding: 0 0 0 0.25em;
}
/* CONTENT CSS - 20060522 */

/* This stylesheet should contain all styles for content class templates */

/* Translation */

div#main div.block div.original
{
    background-color: #ecece4;
    margin: 0.5em 0 0.5em 0;
    padding: 0.2em;
    border: 1px dashed #bfbeb6;
}

/* BOX GENERAL DESIGN */

div.border-box
{
    margin-bottom: 1em;
}

/* Default box style */

div.border-box div.border-tl
{
    background: url(/extension/silver.project/design/ihr/images/box-1/border-tl.gif) no-repeat top left;
}

div.border-box div.border-tr
{
    background: url(/extension/silver.project/design/ihr/images/box-1/border-tr.gif) no-repeat top right;
    padding: 0 4px 0 4px;
}

div.border-box div.border-tc
{
    font-size: 0;
    height: 4px;
    background: url(/extension/silver.project/design/ihr/images/box-1/border-tc.gif) repeat-x top left;
}

div.border-box div.border-ml
{
    background: url(/extension/silver.project/design/ihr/images/box-1/border-ml.gif) repeat-y center left;
}

div.border-box div.border-mr
{
    background: url(/extension/silver.project/design/ihr/images/box-1/border-mr.gif) repeat-y center right;
    padding: 0 1px 0 1px;
}

div.border-box div.border-mc
{
    height: 1%; /* Preventing margins on content from breaking the box (for IE) */
    background-color: #ffffff;
    padding: 0.5em 0.75em 0.5em 0.75em;
}

div.border-box div.border-mc:before, div.border-box div.border-mc:after /* Preventing margins on content from breaking the box */
{
    content: "-";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

div.border-box div.border-bl
{
    /*background: url(/extension/silver.project/design/ihr/images/box-1/border-bl.gif) no-repeat bottom left;*/
}

div.border-box div.border-br
{
    /*background: url(/extension/silver.project/design/ihr/images/box-1/border-br.gif) no-repeat bottom right;*/
    padding: 0 4px 0 4px;
}

div.border-box div.border-bc
{
    font-size: 0;
    height: 4px;
    /*background: url(/extension/silver.project/design/ihr/images/box-1/border-bc.gif) repeat-x bottom left;*/
}

/* Box 2 */

div.box-2 div.border-tl
{
    background-image: url(/extension/silver.project/design/ihr/images/box-2/border-tl.gif);
}

div.box-2 div.border-tr
{
    background-image: url(/extension/silver.project/design/ihr/images/box-2/border-tr.gif);
}

div.box-2 div.border-tc
{
    background-image: url(/extension/silver.project/design/ihr/images/box-2/border-tc.gif);
}

div.box-2 div.border-ml
{
    background-image: url(/extension/silver.project/design/ihr/images/box-2/border-ml.gif);
}

div.box-2 div.border-mr
{
    background-image: url(/extension/silver.project/design/ihr/images/box-2/border-mr.gif);
}

div.box-2 div.border-mc
{
    background: #d4d5da url(/extension/silver.project/design/ihr/images/box-2/border-mc.gif) repeat-x top left;
}

div.box-2 div.border-bl
{
    background-image: url(/extension/silver.project/design/ihr/images/box-2/border-bl.gif);
}

div.box-2 div.border-br
{
    background-image: url(/extension/silver.project/design/ihr/images/box-2/border-br.gif);
}

div.box-2 div.border-bc
{
    background-image: url(/extension/silver.project/design/ihr/images/box-2/border-bc.gif);
}

/* Box 3 */

div.box-3 div.border-tl
{
    background-image: url(/extension/silver.project/design/ihr/images/box-3/border-tl.gif);
}

div.box-3 div.border-tr
{
    background-image: url(/extension/silver.project/design/ihr/images/box-3/border-tr.gif);
}

div.box-3 div.border-tc
{
    background-image: url(/extension/silver.project/design/ihr/images/box-3/border-tc.gif);
}

div.box-3 div.border-ml
{
    background-image: url(/extension/silver.project/design/ihr/images/box-3/border-ml.gif);
}

div.box-3 div.border-mr
{
    background-image: url(/extension/silver.project/design/ihr/images/box-3/border-mr.gif);
}

div.box-3 div.border-mc
{
    background: #f4f4f4 url(/extension/silver.project/design/ihr/images/box-3/border-mc.gif) repeat-x top left;
}

div.box-3 div.border-bl
{
    background-image: url(/extension/silver.project/design/ihr/images/box-3/border-bl.gif);
}

div.box-3 div.border-br
{
    background-image: url(/extension/silver.project/design/ihr/images/box-3/border-br.gif);
}

div.box-3 div.border-bc
{
    background-image: url(/extension/silver.project/design/ihr/images/box-3/border-bc.gif);
}

/* Infobox - header*/

div.infobox-header
{
    margin-bottom: 0;
}

div.infobox-header h2
{
    margin: 5px 0px 6px 0px;
    padding: 0;
    font-size: 14px;
}

div.infobox-header div.border-tl
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox-header/border-tl.gif);
}

div.infobox-header div.border-tr
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox-header/border-tr.gif);
}

div.infobox-header div.border-tc
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox-header/border-tc.gif);
}

div.infobox-header div.border-ml
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox-header/border-ml.gif);
}

div.infobox-header div.border-mr
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox-header/border-mr.gif);
}

div.infobox-header div.border-mc
{
    background: #d1d1c4 url(/extension/silver.project/design/ihr/images/infobox-header/border-mc.gif) repeat-x top left;
    padding: 0 6px 0 6px;
}

div.infobox-header div.border-bl
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox-header/border-bl.gif);
}

div.infobox-header div.border-br
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox-header/border-br.gif);
}

div.infobox-header div.border-bc
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox-header/border-bc.gif);
}

/* Infobox */

div.infobox div.attribute-image
{
    margin: 0.5em 0.5em 0.5em 0;
    float: left;
}

div.infobox div.border-tl
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox/border-tl.gif);
}

div.infobox div.border-tr
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox/border-tr.gif);
}

div.infobox div.border-tc
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox/border-tc.gif);
}

div.infobox div.border-ml
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox/border-ml.gif);
}

div.infobox div.border-mr
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox/border-mr.gif);
}

div.infobox div.border-mc
{
    background: #ffffff url(/extension/silver.project/design/ihr/images/infobox/border-mc.gif) repeat-x top left;
    padding: 3px 6px 3px 6px;
}

div.infobox div.border-bl
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox/border-bl.gif);
}

div.infobox div.border-br
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox/border-br.gif);
}

div.infobox div.border-bc
{
    background-image: url(/extension/silver.project/design/ihr/images/infobox/border-bc.gif);
}

/* TABLES */

table.cols
{
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
}

table.cols th, table.cols td
{
    padding: 0.5em;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    vertical-align: top;
}

table.cols th
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
    /*background-image: url(/extension/silver.project/design/ihr/images/th_bg.png);*/
    background-repeat: repeat-x;
    background-position: top left;
}

table.cols td
{
    font-weight: normal;
}

table.cols th:first-child, table.cols td:first-child
{
    border-left: 1px solid #ffffff;
}

table.cols col.bglight, div.bglight
{
    background-color: #F1F1ED;
}

table.cols col.bgdark, div.bgdark
{
    background-color: #EAE9E1;
}

table.cols tr.bglight:hover, table.cols tr.bgdark:hover
{
    background-color: #EAE9E1;
}

table.cols tr.bglight:hover td, table.cols tr.bgdark:hover td
{
    background-color: #F1F1ED;
}

table.cols a
{
    border-bottom-color: #EAE9E1;
}

table.renderedtable
{
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
}

table.renderedtable th, table.renderedtable td
{
    padding: 0.5em;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    vertical-align: top;
}

table.renderedtable th
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
    /*background-image: url(/extension/silver.project/design/ihr/images/th_bg.png);*/
    background-repeat: repeat-x;
    background-position: top left;
}

table.renderedtable td
{
    font-weight: normal;
}

table.renderedtable th:first-child, table.renderedtable td:first-child
{
    border-left: 1px solid #ffffff;
}

table.renderedtable tr.bglight, div.bglight
{
    background-color: #F1F1ED;
}

table.renderedtable tr.bgdark, div.bgdark
{
    background-color: #EAE9E1;
}

table.renderedtable tr.bglight:hover, table.renderedtable tr.bgdark:hover
{
    background-color: #EAE9E1;
}

table.renderedtable tr.bglight:hover td, table.renderedtable tr.bgdark:hover td
{
    background-color: #F1F1ED;
}

table.renderedtable a
{
    border-bottom-color: #EAE9E1;
}

table.comparison
{
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
}

table.comparison th, table.comparison td
{
    padding: 0.5em;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    vertical-align: top;
}

table.comparison th
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
    /*background-image: url(/extension/silver.project/design/ihr/images/th_bg.png);*/
    background-repeat: repeat-x;
    background-position: top left;
}

table.comparison td
{
    font-weight: normal;
}

table.comparison th:first-child, table.comparison td:first-child
{
    border-left: 1px solid #ffffff;
}

table.comparison col.bglight, div.bglight
{
    background-color: #F1F1ED;
}

table.comparison col.bgdark, div.bgdark
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
}

table.comparison tr.bglight:hover, table.comparison tr.bgdark:hover
{
    background-color: #F1F1ED;
}

table.comparison tr.bglight:hover td, table.comparison tr.bgdark:hover td
{
    background-color: #EAE9E1;
}

table.comparison a
{
    border-bottom-color: #EAE9E1;
}

/* AUTHOR AND DATE FOR ALL FULL OBJECTS */

div.content-view-full div.attribute-byline p.author
{
    margin-right: 0.2em;
    display: inline;
    font-size: 0.9em;
}

div.content-view-full div.attribute-byline p.date
{
    margin: 0 0.2em 0 0.2em;
    display: inline;
    color: #CCCCCC;
    font-size: 0.9em;
}

div.content-view-full div.attribute-byline p.placement
{
    margin-left: 0.2em;
    display: inline;
}

div.content-view-full div.attribute-byline p.count
{
    margin-left: 0.2em;
    display: inline;
}

/* AUTHOR AND DATE FOR ALL CHILD OBJECTS */

div.content-view-full div.content-view-line div.attribute-byline p
{
    display: inline;
}

/* NAVIGATORS */

div.content-navigator
{
    display: block;
}

div.content-navigator div
{
    display: inline;
    text-align: center;
}

div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}

div.content-navigator div.content-navigator-arrow
{
    font-size: 150%;
}

/* PAGE NAVIGATION */

div.pagenavigator
{
    text-align: center;
    clear: both;
}

div.pagenavigator span.previous
{
    float: left;
}

div.pagenavigator span.next
{
    float: right;
}

/* UL */

div#main ul
{
    padding: 0;
    margin: 0.75em 0 1em 1em;
}

div#main ul
{
    list-style-type: none;
}

div#main ul li
{
    margin: 0 0 0.5em 0.25em;
    padding: 0 0 0 14px;
    //*background-image: url(/extension/silver.project/design/ihr/images/bullet_list.png);*/
    background-image:none;
    background-repeat: no-repeat;
    background-position: 0 0.4em;
    line-height: 1.25em;
    list-style-type: none;
}

/* ATTIRBUTE HEADER */

div.attribute-header h1
{
    font-size: 1.8em;
    font-weight: normal;
    /*background-image: url(/extension/silver.project/design/ihr/images/attribute_header_bg_medium.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    color: #000000;
    margin-bottom: 0;
}

div.attribute-header h1.long
{
    font-size: 1.8em;
    font-weight: normal;
    /*background-image: url(/extension/silver.project/design/ihr/images/attribute_header_bg_long.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    color: #000000;
    margin-bottom: 0;
}


/* GENERAL ICONS */
.attribute-tipafriend a, .attribute-pdf a, .attribute-print a, .attribute-rss a
{
    padding-left: 22px;
    background-position: left top;
    background-repeat: no-repeat;
}

.attribute-tipafriend a
{
    background-image: url('/extension/silver.project/design/ihr/images/icons/tip_icon.gif');
}

.attribute-pdf a
{
    background-image: url('/extension/silver.project/design/ihr/images/icons/pdf_icon.gif');
}

.attribute-print a
{
    background-image: url('/extension/silver.project/design/ihr/images/icons/print_icon.jpg');
}

.attribute-rss a
{
    background-image: url('/extension/silver.project/design/ihr/images/icons/rss_icon.gif');
}

/* BROWSE */

div.context-toolbar div.block div.right
{
    text-align: right;
}

/* SITEMAP */

div.content-view-sitemap table td
{
    vertical-align: top;
}

div#main div.content-view-sitemap ul
{

}

div#main div.content-view-sitemap ul
{
    padding: 0;
    margin: 0.75em 0 1em 0;
}

div#main div.content-view-sitemap ul ul
{
    margin: 0.3em 0 0.5em 12px;
}

div#main div.content-view-sitemap ul
{
    list-style-type: none;
}

div#main div.content-view-sitemap ul li
{
    margin: 0 0 0.5em 2em;
    padding: 0 0 0 14px;
    /*background-image: url(/extension/silver.project/design/ihr/images/sidemenu_bullet.png);*/
    background-repeat: no-repeat;
    background-position: 0 0.3em;
    line-height: 1.25em;
}

/* Tag Cloud */

div.content-view-tagcloud
{
    text-align: center;
}

/* FORUM */

input.forum-new-reply
{
    margin: 0.75em 0.25em 0.25em 0;
}

input.forum-new-topic
{
    margin: 0.75em 0.25em 0.25em 0;
}

input.forum-keep-me-updated
{
    margin: 0.75em 0.25em 0.25em 0;
}

div.content-view-full div.class-forum-topic table.forum p.date
{
    font-weight: bold;
}

div.content-view-full div.class-forum-topic table.forum p.author-signature
{
    border-top: 1px solid #fff;
    padding-top: 5px;
}

div.content-view-line div.class-forum table.forum
{
    /*background-image:url(/extension/silver.project/design/ihr/images/forum_table_bg.png);*/
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 5px;
}

div.content-view-line div.class-forum table.forum td ul
{
    margin-left: 1.25em;
    padding: 0;
}

div.content-view-line div.class-forum table.forum td ul li
{
    margin: 0;
    padding: 0;
}

div.content-view-line div.class-forum table.forum td ul li a
{
    font-size: 0.7em;
    font-weight: normal;
}

div.content-view-line div.class-forum table.forum th
{
    /*background-image: url(/extension/silver.project/design/ihr/images/forum_th_bg.png);*/
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #E0E0D4;
}

div.content-view-line div.class-forum table.forum td
{
    background-color: #F2F1ED;
}

div.content-view-full div.class-forums table.forum
{
    /*background-image:url(/extension/silver.project/design/ihr/images/forum_table_bg.png);*/
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 5px;
}

div.content-view-full div.class-forums table.forum td ul
{
    margin-left: 1.25em;
    padding: 0;
}

div.content-view-full div.class-forums table.forum td ul li
{
    margin: 0;
    padding: 0;
}

div.content-view-full div.class-forums table.forum td ul li a
{
    font-size: 0.7em;
    font-weight: normal;
}

div.content-view-full div.class-forums table.forum th
{
    /*background-image: url(/extension/silver.project/design/ihr/images/forum_th_bg.png);*/
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #E0E0D4;
}

div.content-view-full div.class-forums table.forum td.last-reply a
{
    /*background-image:url(/extension/silver.project/design/ihr/images/last_reply.png);*/
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

div.content-view-full div.class-forums table.forum td.forum a
{
    /*background-image:url(/extension/silver.project/design/ihr/images/forum.png);*/
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

div.content-view-full div.class-forums table.forum td.forum div.attribute-short
{
    margin-left: 20px;
}

div.content-view-full div.class-forums table.forum td.last-reply p.date
{
    margin-left: 20px;
}

div.content-view-full div.class-forums table.forum td
{
    background-color: #F2F1ED;
}

/* IMAGE */

div.attribute-image
{
    margin: 0.25em 0 0.5em 0;
}

div.content-view-full div.attribute-image
{
    float: right;
    margin-left: 0.5em;
    margin-right: 0;
}

div.content-view-full div.class-image div.attribute-image
{
    margin-left: 0;
    float: none;
}

div.content-view-full div.attribute-image div.caption
{
    background-color: #EAE9E1;
    font-size: 0.8em;
    text-align: center;
    margin: 2px 0 0 0;
}

div.content-view-full div.attribute-image div.caption p
{
    padding: 3px;
    margin: 0;
}

div.content-view-line div.attribute-image
{
    float: left;
    margin-right: 0.5em;
    margin-left: 0;
}

div.content-view-embed div.attribute-image
{
    float: left;
    margin-right: 0.5em;
    margin-left: 0;
}

div.object-left div.content-view-embed div.class-image div.attribute-image
{
    margin: 0;
    float: none;
}

div.object-right div.content-view-embed div.class-image div.attribute-image
{
    margin: 0;
    float: none;
}

div.object-center div.class-image
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.object-center div.content-view-embed div.class-image div.attribute-image
{
    margin: 0;
    float: none;
}

div.content-view-embed div.class-image div.attribute-caption
{
    background-color: #EAE9E1;
    font-size: 0.8em;
    text-align: center;
    margin: 2px 0 0 0;
}

div.object-center div.content-view-embed div.class-image div.attribute-caption
{
    margin: 2px auto 0 auto;
}

div.content-view-embed div.class-image div.attribute-caption p
{
    padding: 3px;
    margin: 0;
}

/* ARTICLE */

div.content-view-full div.class-article div.attribute-header h1
{
    background: none;
    padding-bottom: 0;
    margin-bottom: 0.25em;
}

div.content-view-full div.class-article div.attribute-byline
{
    /*background-image: url(/extension/silver.project/design/ihr/images/attribute_header_bg_medium.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-bottom: -0.25em;
    display: block;
}

div.content-view-full div.class-article div.attribute-short
{
    font-weight: bold;
}

div.content-view-line div.class-article div.attribute-short
{
    font-weight: normal;
}

div.content-view-embed div.class-article div.attribute-short
{
    font-weight: normal;
}

div.content-view-full div.class-article div.attribute-long
{
    /*background-image: url(/extension/silver.project/design/ihr/images/attribute_header_bg_medium.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 56px;
}

div.attribute-tipafriend
{
    /*background-image: url(/extension/silver.project/design/ihr/images/attribute_header_bg_medium.png);*/
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 2em;
}

div.attribute-tipafriend p
{
    padding-top: 2em;
}

div.attribute-tipafriend a
{
    padding-left: 26px;
    background-position: left center;
}

/* COMMENT */

div.content-view-full div.class-comment div.attribute-header h1
{
    background: none;
    padding-bottom: 0;
    margin-bottom: 0.25em;
}

div.content-view-full div.class-comment div.attribute-byline
{
    /*background-image: url(/extension/silver.project/design/ihr/images/attribute_header_bg_medium.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    margin-bottom: -0.25em;
    display: block;
}

/* ARTICLE (main-page)*/

div.content-view-full div.class-article-mainpage div.attribute-short
{
    font-weight: bold;
}

div.content-view-line div.class-article-mainpage div.attribute-short
{
    font-weight: normal;
}

div.content-view-full div.class-article-mainpage div.attribute-header h1
{
    background: none;
    padding-bottom: 0;
    margin-bottom: 0.25em;
}

div.content-view-full div.class-article-mainpage div.attribute-byline
{
    /*background-image: url(/extension/silver.project/design/ihr/images/attribute_header_bg_medium.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-bottom: -0.25em;
    display: block;
}

div.content-view-full div.class-article-mainpage div.pagenavigator
{
    /*background-image: url(/extension/silver.project/design/ihr/images/attribute_header_bg_medium.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 56px;
}

div.attribute-article-index
{
    float: right;
    clear: right;
    width: 14em
}
/* BLOG */

div.class-blog
{
    width: auto; /* This can be changed to any fixed width if desired */
    margin: 0 auto 0 auto; /* General method for centering content if fixed page width, for other browsers than IE */
    text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */
}

div.columns-blog
{
    padding: 0 17em 0 0;
}

div#main div.noextrainfo div.columns-blog
{
    padding-right: 0;
}

div.main-column-position
{
    width: 100%;
    float: left;
}

div.main-column
{
}

div#main div.noextrainfo div.main-column
{
    margin-right: 0;
}

div.extrainfo-column-position
{
    width: 17em;
    margin-right: -17em;
    float: left;
}

div#main div.noextrainfo div.extrainfo-column-position
{
    display: none;
}

div.main-column
{
    margin: 0 0.25em 0 0; /* Space between main and other columns */
}

div.class-blog div.attribute-byline p.tags
{
    margin-right: 0.2em;
    display: inline;
    font-size: 0.9em;
}

div.class-blog div.attribute-byline p.author
{
    margin-right: 0.2em;
    display: inline;
    font-size: 0.9em;
}

div.class-blog div.attribute-byline p.date
{
    margin: 0 0.2em 0 0;
    display: inline;
    color: #CCCCCC;
    font-size: 0.9em;
}

div.content-view-line div.class-blog-post div.attribute-header a
{
    text-decoration: none;
    color: #000000;
}

div.content-view-line div.class-blog-post div.attribute-header a:hover
{
    color: #000000;
}

/* BLOG - CALENDAR*/

div.calendar
{
   width: 195px;
   background-color: #f4f4f4;
}

div.calendar div.calendar-tl
{
    background: url(/extension/silver.project/design/ihr/images/calendar-corner-tl.gif) no-repeat top left;
}

div.calendar div.calendar-tr
{
    background: url(/extension/silver.project/design/ihr/images/calendar-corner-tr.gif) no-repeat top right;
}

div.calendar div.calendar-bl
{
    background: url(/extension/silver.project/design/ihr/images/calendar-corner-bl.gif) no-repeat bottom left;
}

div.calendar div.calendar-br
{
    background: url(/extension/silver.project/design/ihr/images/calendar-corner-br.gif) no-repeat bottom right;
    padding: 6px;
}

div.calendar div.content
{
    background-color: #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}

div.calendar div.month h2
{
    font-size: 1em;
    font-weight: bold;
    color: #525345;
    margin: 0 0 0.25em 0;
    padding-top: 3px;
    text-align: center;
}

div.calendar div.month a
{
    color: #525345;
    text-decoration: none;
}

div.calendar div.previous, div.calendar div.next
{
    font-weight: bold;
    margin: 0 4px 0 4px;
    padding-top: 0.1em;
    display: inline; /* Fix for IE */
}

div.calendar div.previous
{
    float: left;
}

div.calendar div.next
{
    float: right;
}

div.calendar div.previous p, div.calendar div.next p
{
    display: inline;
}

div.calendar div.table
{
    padding: 4px;
}

div.calendar table
{
    width: 100%;
}

div.calendar th, div.calendar td
{
    color: #525345;
    width: 14%;
    padding: 0.25em 0 0.25em 0;
    border: 1px solid;
    border-color: #ffffff #e0e0e0 #e0e0e0 #ffffff;
    text-align: center;
}

div.calendar th
{
    font-size: 0.8em;
    font-weight: normal;
}

div.calendar td
{
    font-size: 0.9em;
    font-weight: normal;
}

div.calendar th.left, div.calendar td.left
{
    border-left: none;
}

div.calendar th.right, div.calendar td.right
{
    border-right: none;
}

div.calendar tr.top th
{
    border-top: none;
}

div.calendar tr.bottom td
{
    border-bottom: none;
}

div.calendar td a
{
    text-decoration: none;
}

div.calendar td.today
{
    font-weight: bold;
    color: #d02020;
}

div.calendar td.currentselected
{
    background-color: #e0e0e0;
}

div.calendar td em
{
    font-style: normal;
}

/* DOCUMENTATION PAGE */

div.content-view-full div.class-documentation-page div.attribute-byline
{
    clear: both;
    font-size: 0.85em;
    font-weight: bold;
    /*background-image: url(/extension/silver.project/design/ihr/images/attribute_header_bg_medium.png);*/
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 4em;
    padding-top: 10px;
    margin-top: 2em;
}

div.content-view-full div.class-documentation-page div.attribute-byline p
{
    display: inline;
}

div.content-view-full div.class-documentation-page div.attribute-byline p.published
{
    text-align: left;
    float: left;
    width: 48%;
}

div.content-view-full div.class-documentation-page div.attribute-byline p.modified
{
    text-align: right;
    float: right;
    width: 48%;
}

/* LINK */

div.content-view-line div.class-link div.controls
{
    margin-bottom: 0.75em;
}

/* EDIT */

div.content-edit div.attribute-header h1.long
{
    padding-bottom: 46px;
}

div.content-edit div.attribute-language
{
    margin-top: -43px;
    margin-bottom: 20px;
    padding-left: 2px;
}

/* EDIT - MULTIOPTION */

div.block table.special
{
    border-bottom: 1px solid #EAE8E1;
    margin-bottom: 0.5em;
}

div.block table.special th.tight
{
    width: 3%;
    text-align: left;
}

div.block table.special th
{
    width: 94%;
    text-align: left;
}

/* FILE */

div.content-view-line div.class-file h2
{
    /*background-image: url(/extension/silver.project/design/ihr/images/attribute_header_bg_medium.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    margin-bottom: -0.5em;
}

div.content-view-line div.class-file div.attribute-file
{
    background-color: #F1F2ED;
    padding: 0.1em 0 0.1em 0.5em;
}

div.content-view-line div.class-file
{
    margin-bottom: 2em;
}

/* COMMENT */

div.content-view-line div.class-comment h3
{
    margin-top: 0.5em;
}

div.content-view-line div.class-comment
{
    border: 1px solid #EAE8E1;
    padding: 0 0.5em 0.25em 0.5em;
    margin: 1em 0 1em 0;
}

div.content-view-line div.class-comment div.attribute-byline
{
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
    display: inline;
}

div.content-view-line div.class-comment p.author
{
    float: right;
    clear: right;
    width: 48%;
    display: block;
    text-align: right;
    margin-top: -0.1em;
    font-style: italic;
}

div.content-view-line div.class-comment p.date
{
    float: left;
    clear: left;
    width: 48%;
    display: block;
    margin: 0 0.2em 0 0.2em;
    display: inline;
    color: #CCCCCC;
    font-size: 0.9em;
}

/* INFOBOX */

div.infobox div.controls
{
    padding-top: 0.5em;
    text-align: right;
    border-top: 1px dotted #EAE8E1;
}

/* GALLERY */

div.content-view-children div.content-view-line
{
    clear: left;
}

div.content-view-full div.class-gallery div.attribute-link
{
    clear: both;
}

div.content-view-full div.class-gallery div.content-view-galleryline
{
    border: 1px solid #EFEEE9;
    margin: 0 1.25em 1em auto;
    padding: 5px;
    float: left;
}

div.content-view-full div.class-gallery div.content-view-galleryline div.attribute-image
{
    float: none;
    margin: 0;
    padding: 0;
}

div.content-view-full div.class-gallery div.content-view-galleryline div.attribute-image p
{
    margin: 0;
    padding: 0;
}

div.content-view-full div.class-gallery div.content-view-galleryline div.attribute-image img
{
    display: block;
    margin: 0;
    padding: 0;
}

div.content-view-full div.class-gallery div.content-view-galleryline div.attribute-image a
{
    margin: 0;
    padding: 0;
    display: inline;
}

div.content-view-full div.class-gallery div.content-view-galleryline div.attribute-name
{
    border-top: 1px solid #EFEEE9;
    /*background-image: url(/extension/silver.project/design/ihr/images/img_caption_bg.png);*/
    background-position: left top;
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
}
div.content-view-full div.class-gallery div.content-view-galleryline div.attribute-name p
{
    margin: 0;
    padding: 0.5em 0 0.4em 0;
}

div.content-view-full div.class-gallery div.content-view-children
{
    /*background-image: url(/extension/silver.project/design/ihr/images/attribute_header_bg_medium.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    margin:0;
    padding: 0 0 30px 0;
    float:left;
    width: 100%;
    clear: both;
}

div.content-view-embed div.class-gallery div.content-view-children
{
    background: none;
}

/* FACTBOX */

div.factbox
{
    margin: 0 auto 1em auto;
    /*background: url(/extension/silver.project/design/ihr/images/fbox_br.png) no-repeat bottom right;*/
    background-color: #ECECE3;
}

div.factbox-header
{
    /*background: url(/extension/silver.project/design/ihr/images/fbox_hr.png) no-repeat top right;*/
    margin: 0;
    padding: 0;
    background-color: #D5D5C2;
}

div.factbox h2
{
    /*background: url(/extension/silver.project/design/ihr/images/fbox_hl.png) no-repeat top left;*/
    margin: 0;
    padding: 0.15em 0.5em 0.15em 0.5em;
    color: #525345;
    text-align: left;
}

div.factbox-content
{
    /*background: url(/extension/silver.project/design/ihr/images/fbox_bl.png) no-repeat bottom left;*/
    margin: 0;
    padding: 0.15em 0.5em 0.15em 0.5em;
    text-align: left;
}

/* FRONTPAGE */

div.content-view-full div.class-frontpage
{
    background-color: #FFFFFF;
    padding: 0 0.5em 0 0.25em;
}

div.content-view-full div.class-frontpage div.attribute-billboard
{
    text-align: left;
    margin-top: 0em;
    padding-top: 0.25em;
    background-color: #FFFFFF;
    /*background-image: url(/extension/silver.project/design/ihr/images/billboard_bg.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 22px;
}

div.content-view-full div.class-frontpage div.attribute-billboard img
{

}

div.content-view-full div.class-frontpage div.columns-frontpage
{
    padding: 0 246px 0 246px;
}

div.content-view-full div.noleftcolumn div.columns-frontpage
{
    padding-left: 0;
}

div.content-view-full div.norightcolumn div.columns-frontpage
{
    padding-right: 0;
}

div.content-view-full div.class-frontpage div.columns-frontpage div.left-column-position
{
    width: 246px;
    margin-left: -246px;
    float: left;
    display: inline; /* Fix for IE double margin bug */
}

div.content-view-full div.noleftcolumn div.columns-frontpage div.left-column-position
{
    display: none;
}

div.content-view-full div.leftcolumn div.columns-frontpage div.left-column-position div.left-column
{
    margin-right: 1em;
}

div.content-view-full div.class-frontpage div.columns-frontpage div.right-column-position
{
    width: 246px;
    margin-right: -246px;
    float: left;
}

div.content-view-full div.norightcolumn div.columns-frontpage div.right-column-position
{
    display: none;
}

div.content-view-full div.rightcolumn div.columns-frontpage div.right-column-position div.right-column
{
    margin-left: 1em;
}

div.content-view-full div.class-frontpage div.columns-frontpage div.center-column-position
{
    width: 100%;
    float: left;
}

div.content-view-full div.noleftcolumn div.columns-frontpage div.center-column-position div.center-column
{
    margin-left: 0;
    padding-right: 0;
}

div.content-view-full div.norightcolumn div.columns-frontpage div.center-column-position div.center-column
{
    margin-right: 0;
    padding-left: 0;
}
div.content-view-full div.class-frontpage div.columns-frontpage div.center-column-position div.center-column
{
    margin: 0; /* Space between main and other columns */
}

div.content-view-full div.class-frontpage div.attribute-bottom-column
{
    clear: both
}

/* USER EDIT */

div.user-edit div.attribute-header h1
{
    font-size: 1.8em;
    font-weight: normal;
    /*background-image: url(/extension/silver.project/design/ihr/images/attribute_header_bg_long.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    color: #000000;
    margin-bottom: -0.25em;
}

/* PRODUCT */

div.content-view-line div.class-product
{
    clear: both;
}

div.content-view-embed div.content-view-line div.class-product
{
    clear: none;
}

div.vertically_listed_sub_items div.content-view-embed div.content-view-line
{
    clear: both;
}

div.content-view-full div.class-product div.relatedorders
{
    /*background-image: url(/extension/silver.project/design/ihr/images/attribute_header_bg_medium.png);*/
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 20px;
    padding-top: 5px;
}

div.content-view-full div.class-product div.attribute-price
{
    font-size: 1.4em;
}

div.content-view-line div.class-product div.attribute-price
{
    font-size: 1.1em;
    font-weight: bold;
}

div.products div.content-view-embed div.class-product div.attribute-price
{
    font-size: 1.1em;
    font-weight: normal;
}

div.horizontally_listed_sub_items div.content-view-embed div.class-product div.attribute-price
{
    font-size: 1.1em;
    font-weight: normal;
}

div.content-view-embed div.class-product div.attribute-price
{
    font-size: 1.1em;
    font-weight: normal;
}

div.content-view-embed div.class-product div.attribute-price span.old-price
{
    font-weight: normal;
    font-size: 0.9em;
}

div.content-view-embed div.class-product div.attribute-price span.new-price
{
    font-weight: normal;
    font-size: 1.1em;
}

div.content-view-embed div.class-product div.attribute-price span.discount-percent
{
    font-weight: normal;
}

div.content-view-line div.class-product div.attribute-price p.ex-vat
{
    display: none;
}

div.vertically_listed_sub_items div.content-view-embed div.content-view-line div.class-product div.attribute-image
{
    float: right;
    clear: right;
    margin-left: 0.5em;
}

div.horizontally_listed_sub_items div.content-view-embed div.content-view-horizontallylistedsubitems
{
    text-align: center;
}

div.horizontally_listed_sub_items div.content-view-embed div.content-view-horizontallylistedsubitems div.class-product div.attribute-image
{
    float: none;
    margin: 0;
}

div.horizontally_listed_sub_items div.content-view-embed div.content-view-horizontallylistedsubitems div.class-product h2
{
    padding-left: 0;
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 10px;
}

div.horizontally_listed_sub_items div.content-view-embed div.content-view-horizontallylistedsubitems div.class-product div.attribute-price
{
    font-size: 1.2em;
}

/* PRODUCT - Productbox-header */

div.productbox-header
{
    margin-bottom: 0;
    margin-left: 0.25em;
    margin-right: 0.25em;
}
div.productbox-header div.border-tl
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox-header/border-tl.gif);
}

div.productbox-header div.border-tr
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox-header/border-tr.gif);
}

div.productbox-header div.border-tc
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox-header/border-tc.gif);
}

div.productbox-header div.border-ml
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox-header/border-ml.gif);
}

div.productbox-header div.border-mr
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox-header/border-mr.gif);
}

div.productbox-header div.border-mc
{
    background: #fff;
    text-align: center;
}

div.productbox-header div.border-bl
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox-header/border-bl.gif);
}

div.productbox-header div.border-br
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox-header/border-br.gif);
}

div.productbox-header div.border-bc
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox-header/border-bc.gif);
}

/* PRODUCT - Productbox */

div.productbox
{
    margin-left: 0.25em;
    margin-right: 0.25em;
}

div.productbox a
{
    font-weight: bold;
}

div.productbox div.border-tl
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox/border-tl.gif);
}

div.productbox div.border-tr
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox/border-tr.gif);
}

div.productbox div.border-tc
{
    background-image: url(/extension/silver.project/design/ihr/stylesheets/images/productbox/border-tc.gif);
}

div.productbox div.border-ml
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox/border-ml.gif);
}

div.productbox div.border-mr
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox/border-mr.gif);
}

div.productbox div.border-mc
{
    background: #fff url(/extension/silver.project/design/ihr/images/productbox/border-mc.gif) repeat-x top left;
    text-align: center;
}

div.productbox div.border-bl
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox/border-bl.gif);
}

div.productbox div.border-br
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox/border-br.gif);
}

div.productbox div.border-bc
{
    background-image: url(/extension/silver.project/design/ihr/images/productbox/border-bc.gif);
}

/* EMBED - HIGHLIGHTED OBJECT */

div.highlighted_object
{
    /*background-image: url(/extension/silver.project/design/ihr/images/highlighted_object_bg.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 9px;
}

div.highlighted_object h2
{
    margin-top: 0;
    color: #525345;
    font-size: 1.4em;
    font-weight: normal;
}

div.highlighted_object h2 a
{
    color: #525345;
}

/* EMBED - ITEMIZED SUB ITEMS */

div.itemized_sub_items
{
    width: 18em;
}

div.itemized_sub_items div.content-view-embed h2
{
    padding-left: 0.75em;
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 0;
}

div.itemized_sub_items div.content-view-embed h2 a
{
    color: #535548;
    text-decoration: none;
}

div#main div.itemized_sub_items div.content-view-embed ul
{
    margin: 0;
}

div#main div.itemized_sub_items div.content-view-embed ul li
{
    margin: 0.25em 0 0.25em 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    background-image: none;
}

div.itemized_sub_items div.content-view-embed ul li a
{
    /*background-image: url(/extension/silver.project/design/ihr/images/sidemenu_bullet.png);*/
    background-position: 0.2em 0.5em;
    background-repeat: no-repeat;
    padding-left: 18px;
    display: block;
    font-size: 0.9em;
}

div#main div.itemized_sub_items div.content-view-embed div.attribute-byline
{
    margin: 0 0 0 17px;
    font-size: 0.9em;
    padding: 0;
    background: none;
    font-weight: normal;
}

/* EMBED - ITEMIZED SUBTREE ITEMS */

div.itemized_subtree_items
{
    width: 18em;
}

div.itemized_subtree_items div.content-view-embed h2
{
    padding-left: 0.75em;
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 0;
}

div.itemized_subtree_items div.content-view-embed h2 a
{
    color: #535548;
    text-decoration: none;
}

div.itemized_subtree_items div.content-view-embed ul
{
    margin: 0;
}

div#main div.itemized_subtree_items div.content-view-embed ul li
{
    margin: 0.25em 0 0.25em 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    background-image: none;
}

div.itemized_subtree_items div.content-view-embed ul li a
{
    /*background-image: url(/extension/silver.project/design/ihr/images/sidemenu_bullet.png);*/
    background-position: 0.2em 0.5em;
    background-repeat: no-repeat;
    padding-left: 18px;
    display: block;
    font-size: 0.9em;
}

/* EMBED - VERTICALLY LISTED SUB ITEMS */

div.vertically_listed_sub_items div.content-view-embed div.content-view-children
{
    font-size: 0.85em;
}

div.vertically_listed_sub_items
{
    margin-bottom: 0.5em;
}

div.vertically_listed_sub_items div.content-view-embed h2
{
    padding-left: 1em;
    font-size: 1.4em;
    font-weight: normal;
}

div.vertically_listed_sub_items div.content-view-embed div.content-view-line h2
{
    padding-left: 0;
    font-size: 1.2em;
}

/* EMBED - HORIZONTALLY LISTED SUB ITEMS */

div.horizontally_listed_sub_items div.content-view-embed div.content-view-horizontallylistedsubitems
{
    text-align: left;
}

div.horizontally_listed_sub_items div.content-view-embed div.split-content
{
    font-size: 0.85em;
}

div.horizontally_listed_sub_items div.content-view-embed h2
{
    padding-left: 1em;
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0.25em;
}

div.horizontally_listed_sub_items div.content-view-embed div.content-view-horizontallylistedsubitems h2
{
    padding-left: 0;
    font-size: 1.2em;
}

/* POLL STYLES */

div.poll-result td.poll-resultbar td.poll-percentage, div.poll-result td.poll-resultbar td.poll-votecount
{
    font-style: italic;
    font-size: 85%;
}

div.poll-result td.poll-resultbar td.poll-percentage
{
    text-align: left;
}

div.poll-result td.poll-resultbar td.poll-votecount
{
    text-align: right;
}

div.poll-result p
{
    font-weight: bold;
}

div.poll-result div.chart-bar-resultbox
{
    margin: 0.5em 0 0.5em 0;
    width: 100%;
}

div.poll-result div.chart-bar-resultbar
{
    height: 14px;
}

div.poll-result td.poll-resultname
{
    padding-right: 5px;
}

div.poll-result td.poll-resultbar
{
    padding-left: 5px;
}

div.poll-result td.poll-resultbar table
{
    width: 300px;
}

div.poll-result div.chart-bar-resultbox
{
    background-color: #eeeeee;
}

div.poll-result div.chart-bar-resultbar
{
    background-color: #444;
}


div.content-poll-results
{
    width: 100%;
}

div.content-poll-results ul
{
    margin-left: 0;
}

div.content-poll-results li
{
    list-style-type: none;
}

div.content-poll-results span.option
{
    font-weight: bold;
    float: left;
}

div.content-poll-results span.votes
{
    font-weight: normal;
}

div.content-poll-results span.value
{
    font-weight: bold;
    margin-top: 1.7em;
    float: right;
}

div.content-poll-results div.resultblock
{
    width: 100%;
    margin: -1.2em 0 0.5em 0;
    float: left;
}

div.content-poll-results div.resultedge-start
{
    padding-right: 4em;
}

div.content-poll-results div.resultedge-end
{
    border: 1px solid black;
}

div.content-poll-results div.resultbox
{
    background-color: #bcbbaf;
    width: 100%;
}

div.content-poll-results div.resultbar
{
    background-color: #4b7198;
    height: 20px;
}

div.content-poll-results div.result-divider
{
    height: 20px;
}

/* QUOTE */

div.quote
{
    background-image: url(/extension/silver.project/design/ihr/images/quote-tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 19px;
}

div.quote-design
{
    padding-bottom: 19px;
    background-image: url(/extension/silver.project/design/ihr/images/quote-br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1em;
}

div.quote-design p.author
{
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
}

/* SEPARATOR */

div.separator
{
    background-image: url(/extension/silver.project/design/ihr/images/separator.jpg);
    background-repeat: no-repeat;
    clear: both;
}

/* SPLIT THREE */

div.split
{
    clear: both;
}

div.split-content
{
    border: none;
}

div.split div.three-left
{
    width: 31%;
    float: left;
}

div.split div.three-right
{
    width: 31%;
    float: right;
}

div.split div.three-center
{
    margin: 0 35% 0 35%;
}

div.break
{
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}

/* AGENDA */

div#ezagenda_calendar_left
{
    vertical-align: top;
    width: 228px;
    float: left;
}

div#ezagenda_calendar_container
{
    width: 228px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}


div#ezagenda_calendar_container table
{
    /*background-image:url(/extension/silver.project/design/ihr/images/cal_bg.png);*/
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #F0F0F0;
    margin: auto;
    text-align: left;
    vertical-align: top;
}

div#ezagenda_calendar_container table th
{
    font-weight: bold;
    text-align: center;
    height: 20px;
    border: 1px solid;
    border-color: #fefffc #dee0dd #dee0dd #fefffc;
    border-top: 0px;
}

div#ezagenda_calendar_container table td
{
    padding: 8px;
    border: 1px solid;
    border-color: #fefffc #dee0dd #dee0dd #fefffc;
    text-align: center;
}

div#ezagenda_calendar_container table .first_col
{
    border-left: 0px;
}

div#ezagenda_calendar_container table .last_col
{
    border-right: 0px;
}

div#ezagenda_calendar_container table  tr.calendar_heading th
{
    border: 0px;
    padding-bottom: 12px;
}

div#ezagenda_calendar_container table  tr.calendar_heading th a
{
    text-decoration: none;
}

div#ezagenda_calendar_container table td.ezagenda_selected
{
    background-color: #e4e5e4;
}

div#ezagenda_calendar_container table td.ezagenda_current, div#ezagenda_calendar_container table td.ezagenda_current a
{
    color: #df1d42;
    font-weight: bold;
}

div#ezagenda_calendar_right
{
    vertical-align: top;
    padding-left: 12px;
    margin-left: 225px;
}

.event-calendar-programview div#ezagenda_calendar_right
{
    margin-left: auto;
    padding: 0;
}
.event-calendar-programview .block .right
{
    text-align: right;
}


div#ezagenda_calendar_right table.ezagenda_month_event
{
    border: 1px solid #f1f1ed;
    margin-bottom: 5px;
    width: 99%;
       table-layout: fixed;
       border-collapse: collapse;
       vertical-align: top;
}

table.ezagenda_month_event td.ezagenda_month_label
{
    vertical-align: top;
    padding-left: 7px;
    padding-right: 7px;
    width: 50px;
}

table.ezagenda_month_event td.ezagenda_month_label h2
{
    border: 1px solid #d2d2c5;
    padding: 4px;
    color:#979797;
    font-size: 1.8em;
    font-weight: normal;
    background-color: #eeeee5;
    width: 39px;
    margin-top: 9px;
    /*background-image:url(/extension/silver.project/design/ihr/images/date_bg.png);*/
    background-position: center bottom;
    background-repeat: repeat-x;
    text-align: center;
}

table.ezagenda_month_event td.ezagenda_month_info
{
    width: auto;
    vertical-align: top;
    padding-top: 8px;
}

table.ezagenda_month_event td.ezagenda_month_info h4, div#ezagenda_calendar_today div.ezagenda_day_event h4
{
    margin: 0;
    font-size: 1.1em;
}

table.ezagenda_month_event td.ezagenda_month_info p
{
    margin-top: 0;
    margin-bottom: 5px;
    clear: both;
}

table.ezagenda_month_event span.ezagenda_date
{
    float: left;
    margin-right: 6px;
}

div#ezagenda_calendar_today
{
/*    float: left;*/
    margin-top: 14px;
    width: 228px;
}

div#ezagenda_calendar_today div.ezagenda_day_event
{
    border: 1px solid #f1f1ed;
    margin-bottom: 4px;
    padding: 7px;
}


span.ezagenda_keyword
{
    display: block;
    font-size: 90%;
    color: #888;
}

span.ezagenda_date
{
    display: block;
    font-size: 90%;
    color: #555;
}

div.content-view-embed div#ezagenda_calendar_container
{
    width: auto;
}

div#sidebar_calendar_today div
{
    text-align: left;
    padding-left: 10px
}

div#sidebar_calendar_today a
{
    display: block;
    text-decoration: none;
    position: relative
}

div#sidebar_calendar_today a span.ezagenda_date
{
    position: absolute;
    right: 10px;
    top: 0em;
}

/* CONTENTSTRUCTURE */

div#sidemenu div.contentstructure ul li a
{
    border: none;
}

div#sidemenu div.contentstructure ul
{
    margin: 0;
    padding: 0;
}

div#sidemenu div.contentstructure ul ul
{
    margin: 0.25em 0 0 0.5em;
}

div#sidemenu div.contentstructure ul ul ul
{
    margin: 0 0 0 1em;
}

div#sidemenu div.contentstructure li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-image: url(/extension/silver.project/design/ihr/images/left-line.gif);
    background-repeat: repeat-y;
    background-position: left;
}

div#sidemenu div.contentstructure ul ul div
{
    color: #000000;
    text-decoration: none;
    padding: 2px 0 2px 0;
}

div#sidemenu div.contentstructure li div a
{
    font-size: 0.9em;
    text-decoration: none;
    color: #000;
    padding: 0 2px 0 4px;
}

div#sidemenu div.contentstructure li.topchapter, div#sidemenu div.contentstructure li.topchapter-selected
{
    font-weight: bold;
    margin: 0.5em 0 0.5em 0;
    padding-left: 10px;
    background-image: url(/extension/silver.project/design/ihr/images/linklist-bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 0.4em;
}

div#sidemenu div.contentstructure li.topchapter-selected a
{
    color: #000;
    text-decoration: none;
}

div#sidemenu div.contentstructure li.currentnode a:hover
{

}

div#sidemenu div.contentstructure li.topchapter-selected li a
{
    font-weight: bold;
    color: #328F00;
    text-decoration: none;
}

div#sidemenu div.contentstructure li.topchapter-selected li a:hover
{

}

div#sidemenu div.contentstructure li.topchapter-selected li li a
{
    color: #0090FF;
    font-weight: normal;
    text-decoration: none;
}

div#sidemenu div.contentstructure li.topchapter-selected a:hover
{

}

div#sidemenu div.contentstructure li
{
    font-weight: normal;
}

div#sidemenu div.contentstructure li ul div
{
    background-image: url(/extension/silver.project/design/ihr/images/left-item.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 8px;
}

div#sidemenu div.contentstructure li div.first
{
    background-image: url(/extension/silver.project/design/ihr/images/left-corner-top.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

div#sidemenu div.contentstructure li.last
{
    background-image: url(/extension/silver.project/design/ihr/images/left-corner-end.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

div#sidemenu div.contentstructure li.currentnode a, div#sidemenu div.contentstructure li.topchapter-selected li.currentnode a
{
    font-weight: bold;
    text-decoration: underline;
}

div#sidemenu div.contentstructure li.topchapter-selected li.currentnode ul a
{
    font-weight: normal;
    text-decoration: none;
}

div#sidemenu div.contentstructure li div a:hover, div#sidemenu div.contentstructure li.topchapter-selected li.currentnode ul a:hover
{

}

/* Diff styles */

div#diffview ul
{
    margin: 0 0 0.5em 0;
    padding: 0.25em 0.5em 0.25em 0.5em;
    border-bottom: 1px solid #808080;
    display: block;
}

div#diffview li
{
    font-size: 0.85em;
    margin: 0 0.5em 0 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

div.attribute-view-diff
{
    padding: 0.25em;
    border: 1px solid #d7d7d2;
}

div.attribute-view-diff label
{
   color: #75756c;
}

div.attribute-view-diff-old
{
    padding-bottom: 0.25em;
    border-bottom: 1px dashed #bfbfb7;
}

div.attribute-view-diff-new
{
    padding-top: 0.25em;
}

ins
{
    color: #008000;
    text-decoration: none;
    border-bottom: 1px solid #00b000;
}

del
{
    color: #d98078;
    text-decoration: line-through;
}

ins:hover, del:hover
{
    background-color: #ffffff;
}

ins:hover
{
    color: #006000;
    border-bottom: none;
}

del:hover
{
    color: #852c25;
    text-decoration: none;
}

div.blockchanges ins, div.blockchanges del
{
    color: #000000;
    padding-left: 0.5em;
    text-decoration: none;
    border-bottom: none;
    display: block;
}

div.blockchanges ins
{
    border-left: 0.5em solid #008000;
}

div.blockchanges del
{
    border-left: 0.5em solid #d98078;
}

div.previous ins
{
    display: none;
}

div.previous del
{
    color: #000000;
    background-color: #ffff00;
    border-bottom: none;
    text-decoration: none
}

div.latest del
{
    display: none;
}

div.latest ins
{
    color: #000000;
    background-color: #ffff00;
    border-bottom: none;
    text-decoration: none;
}

/* BASKET */

div.shop-basket ul
{
    margin: 0;
    padding: 0;
}

div.shop-basket ul li
{
    display: block;
    float: left;
    margin-right: 1em;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
}

div.shop-basket ul li.selected
{
    font-weight: bold;
}

/* SHOP - USERREGISTER */

div.shop-userregister ul
{
    margin: 0;
    padding: 0;
}

div.shop-userregister ul li
{
    display: block;
    float: left;
    margin-right: 1em;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
}

div.shop-userregister ul li.selected
{
    font-weight: bold;
}

/* SHOP - CONFIRMORDER */

div#main div.shop-confirmorder ul
{
    margin: 0;
    padding: 0;
}

div#main  div.shop-confirmorder ul li
{
    display: block;
    float: left;
    margin-right: 1em;
    list-style-type: none;
    list-style-image: none;
    background: none;
    padding: 0;
}

div#main  div.shop-confirmorder ul li.selected
{
    font-weight: bold;
}

/* PRICE */

span.old-price
{
    text-decoration: line-through;
    font-size: 0.9em;
}

span.new-price
{
    color: #0290FF;
    font-weight: bold;
}

span.discount-percent
{
    font-size: 0.9em;
}

/* HISTORY */
div.content-history div.context-controls div.left
{
    width: 18%;
}

div.content-history div.context-controls div.right
{
    width: 80%;
    text-align: right;
}

div.content-history div.context-controls div.right input.button
{
    display: inline;
}

div#diffview div.context-toolbar div.block ul li
{
    background: none;
}

/* BASKET */

div#main div.shop-basket ul li
{
    background-image: none;
}

div#main div.shop-userregister ul li
{
    background-image: none;
}
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=10px&bgColorHeader=3a8104&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=33&borderColorHeader=3f7506&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=285c00&bgTextureContent=05_inset_soft.png&bgImgOpacityContent=10&borderColorContent=72b42d&fcContent=ffffff&iconColorContent=72b42d&bgColorDefault=4ca20b&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=60&borderColorDefault=45930b&fcDefault=ffffff&iconColorDefault=ffffff&bgColorHover=4eb305&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=50&borderColorHover=8bd83b&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=285c00&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=30&borderColorActive=72b42d&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fbf5d0&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=4eb305&bgColorError=ffdc2e&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=95&borderColorError=fad000&fcError=2b2b2b&iconColorError=cd0a0a&bgColorOverlay=444444&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=15&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=07_diagonals_small.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=0px&offsetTopShadow=4px&offsetLeftShadow=4px&cornerRadiusShadow=4px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #72b42d; background: #285c00 url(/extension/silver.project/design/ihr/stylesheets/images/ui-bg_inset-soft_10_285c00_1x100.png) 50% bottom repeat-x; color: #ffffff; }
.ui-widget-content a { color: #ffffff; }
.ui-widget-header { border: 1px solid #3f7506; background: #3a8104 url(/extension/silver.project/design/ihr/stylesheets/images/ui-bg_highlight-soft_33_3a8104_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #45930b; background: #4ca20b url(/extension/silver.project/design/ihr/stylesheets/images/ui-bg_highlight-soft_60_4ca20b_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #8bd83b; background: #4eb305 url(/extension/silver.project/design/ihr/stylesheets/images/ui-bg_highlight-soft_50_4eb305_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #72b42d; background: #285c00 url(/extension/silver.project/design/ihr/stylesheets/images/ui-bg_highlight-hard_30_285c00_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #f9dd34; background: #fbf5d0 url(/extension/silver.project/design/ihr/stylesheets/images/ui-bg_glass_55_fbf5d0_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #fad000; background: #ffdc2e url(/extension/silver.project/design/ihr/stylesheets/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png) 50% 50% repeat; color: #2b2b2b; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #2b2b2b; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #2b2b2b; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/extension/silver.project/design/ihr/stylesheets/images/ui-icons_72b42d_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/extension/silver.project/design/ihr/stylesheets/images/ui-icons_72b42d_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/extension/silver.project/design/ihr/stylesheets/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/extension/silver.project/design/ihr/stylesheets/images/ui-icons_ffffff_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/extension/silver.project/design/ihr/stylesheets/images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/extension/silver.project/design/ihr/stylesheets/images/ui-icons_ffffff_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/extension/silver.project/design/ihr/stylesheets/images/ui-icons_4eb305_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/extension/silver.project/design/ihr/stylesheets/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; }
.ui-corner-tr { -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; }
.ui-corner-br { -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; }
.ui-corner-top { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; }
.ui-corner-right {  -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; }
.ui-corner-left { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; }
.ui-corner-all { -moz-border-radius: 10px; -webkit-border-radius: 10px; }

/* Overlays */
.ui-widget-overlay { background: #444444 url(/extension/silver.project/design/ihr/stylesheets/images/ui-bg_diagonals-thick_15_444444_40x40.png) 50% 50% repeat; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: 4px 0 0 4px; padding: 0px; background: #aaaaaa url(/extension/silver.project/design/ihr/stylesheets/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png) 50% 50% repeat; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 4px; -webkit-border-radius: 4px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

div#search_controls
{
	float:left;
    margin-right:1%;
    width:25%;
}

div#search_results
{
    float:left;
    width:73%;	
    padding-left: 5px;
}

ul#facet-list
{
	margin-left: 0;  
}

ul#active-facets-list
{
    margin-left: -15px;
}

ul#active-facets-list li
{
	list-style-type: none;
	list-style: none;
	background-image: none;
}

div.ajax-search-spellcheck
{
    margin-top: 3px;
    margin-bottom: 7px;
    font-style: italic;
    //color: #F06020;
    padding-bottom: 3px;
    padding-left: 2px;
}

div.ajax-search-facets
{
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border: 1px solid #F0F0F0;
    font-size: 90%;
    
    /* for IE */
    filter:alpha(opacity=0); /* Will be faded in by the YUI animation */
    /* CSS3 standard */
    opacity: 0; /* Will be faded in by the YUI animation */	

    /*height: 0;
    width: 0;*/
}
/* Allgemeine CSS für silver.basic Shops */

div.buttonblock {padding:10px 0;}

br.clear {clear:both;}

/* Warenkorb Fehlerliste */

div#main div.shop-basket div.warning ul li {float:none;}

/* Store Basket */

div#storebasket {padding-top:40px;}

div#storebasket div.buttonblock {padding:20px 0;}

div#storebasket div.buttonblock label {float:none;margin-bottom:10px;}

input.readonly{background-color:#DDDDDD;}

/* CSS for IHR Shop silversolution jth 2008 */

/* eZ auf 0 */
div.border-box,
div.border-box div.border-mc {
    margin:0;
    padding:0;
}

div.border-box div.border-tl,
div.border-box div.border-tc,
div.border-box div.border-ml {
    background-image:none;
}

div.border-box div.border-tc {
    height:0;
    font-size:0;
}

div.border-box div.border-tr,
div.border-box div.border-mr {
    background-image:none;
    padding:0;
}

ul li, ol li {
    background-image:none;
}

ul, ol {
    margin:0;
    padding:0;
}

div#main ul li {
    background-image:none;
}

.clear {
    clear:both;
    height:1px;
    line-height:1px;
    display:block;
}

/* ////////////////////////////////////////////// PAGELAYOUT */
body {
    background-color:#FFFFFF;
    background-image:none;
    color:#2d2d2d;
    font-family:Verdana,sans-serif;
    font-size:12px;
    margin:0pt;
    padding:0pt;
    text-align:left;
}

div#main {
    overflow:hidden;
    margin-bottom:20px;
}

img {
    border:none;
}

a, a:link, a.visited, a:active, a:hover {
    color:#000;
    text-decoration:underline;
    font-weight:normal;
}

div.content-view-full div.class-article div.attribute-header h1,
h1,
div.attribute-header h1,
h2,
div.attribute-header h1.long,
div.user-edit div.attribute-header h1 {
    font-size:19px;
    text-transform: uppercase;
    background-color:#ccc;
    padding:2px 8px 5px 0;
    color:#fff;
    text-align:right;
    background-image:none;
    margin-bottom:10px;
}


h1 a:link,
div.attribute-header h1 a:link,
h2 a:link,
div.attribute-header h1.long a:link,
div.user-edit div.attribute-header h1 a:link {
    color:#fff;
    text-decoration:none;
    font-weight:normal;
}

h1 a:hover,
div.attribute-header h1 a:hover,
h2 a:hover,
div.attribute-header h1.long a:hover,
div.user-edit div.attribute-header h1 a:hover {
    color:#fff;
    text-decoration:underline;
}


div#path {
    font-size:12px;
    height:46px;
    padding:0;
    margin-bottom:5px;
}

div#path p{
    vertical-align:bottom;
    height:100%;
}
div#path a {
    text-decoration:none;
}

div#path a:hover {
    text-decoration:underline;
}

div.space-ssl {
    height:10px;
    clear:both;
}

div#herbst #path p,
div#herbst div#main a {
    font-weight:bold;
}

/* //////////////////////////////////////////////FOOTER */
div#footer {
    background-image: none;
    background-color:#ccc;
    clear:both;
    font-size:12px;
    font-weight:bold;
    color:#666;
    margin:0;
    padding:0;
    height:30px;
    text-align:center;
    margin-left:200px;
    margin-bottom:20px;
}

div#footer ul {
    vertical-align:middle;
    padding:0;
    padding-top:7px;
    margin:0;
}

div#footer a{
    color:#666;
    text-decoration:none;
    font-weight:bold;
}

div#footer a:hover{
    color:#666;
    text-decoration:underline;
}

div#footer ul li {
    display:inline;
    background-image:none;
    padding:0;
    margin:0;
}

/* //////////////////////////////////////////////WARNINGS & MESSAGES */

div.warning h2 {
    background-color:#f00;
}

div.warning p.bigger {
    font-size:14px;
}

div.warning p {
    padding:10px;
}

div#page {
    margin:0 auto;
    text-align:left;
    width:1000px;
}

div#columns {
    margin-top:15px;
    padding:0;
}

.float-right {
    float:right;
}

div#main-position,
div.noextrainfo div#main-position,
div.nosidemenu div#main-position {
    float:left;
    width:798px;
    margin-left:12px;
    overflow:hidden;
}

div.content-view-full div.class-frontpage {
    background-color:#FFFFFF;
    padding:0;
}

div#header {
    width:1000px;
    height:100px;
    overflow:hidden;
    padding:0;
    margin:0;
    text-align:left;
    background:#FFF url(/extension/silver.project/design/ihr/images/ihr-header.jpg) top left no-repeat;
}

div#logo {
    padding:0;
    margin:0;
}

div#languages {
    background-image:none;
    float:right;
    clear:right;
    font-size:1em;
    height:25px;
    width:30px;
    margin:69px 0 2px 0;
}

div#languages ul {
    margin:0;
}

div#languages ul li {
    margin-left:0;
}

div#languages ul li a img {
    border:1px solid #acacac;
}

#toolbar {
    display:none;
}

/* //////////////////////////////////////////////TOPMENUE */
div#topmenu {
    padding:0;
}

div#topmenu div.topmenu-design {
    background-color:#FFFFFF;
    padding:0;
    margin-top:4px;
}

div#topmenu ul {
    background-image:none;
    background-color:#fff;
    height:24px;
    overflow:hidden;
    width:100%;
    margin:0pt;
    padding:0pt;
}

div#topmenu ul li{
    width:190px;
    margin-left:12px;
    text-align:center;
    display:inline;
    background-color:#ccc;
    padding:0;
    height:24px;
}

div#topmenu ul li.firstli {
    margin-left:0;
    margin-right:2px;
}

div#topmenu li.selected,
div#topmenu li.current  {
    background-color:#e57c0b;
    background-image:none;
}

div#topmenu li
{
    background-image: none;
}

div#topmenu ul li a {
    color:#2d2d2d;
    font-family:arial,sans-serif;
    font-size:19px;
    font-weight:normal;
    text-decoration:none;
    border:none;
    padding:0;
    text-align:center;
    width:190px;
    margin:0;
}

div#topmenu ul li a:hover{
    text-decoration:none;
    color:#fff;
    border-bottom:none;
}

div#topmenu ul li.selected a,
div#topmenu li.current a {
    color:#fff;
}

/* //////////////////////////////////////////////Sidemenu */

div.nosidemenu div#sidemenu-position {
    display:inline;
}

div#sidemenu-position {
    margin:0;
    padding:0;
    width:190px;
    background:url(/extension/silver.project/design/ihr/images/bg_subnavi.gif) top left no-repeat;
    text-align:right;
    overflow-x:hidden;
}

div.sidemenu-anonym {
    background:url(/extension/silver.project/design/ihr/images/bg_subnavi_anonym.gif) top left no-repeat!important;
    height:211px;
}

div#sidemenu, div#sidemenu ul {
    margin:0;
    padding:0;
}


div#sidemenu ul.menu-list {
    padding:0 0 10px 15px;
    border-bottom:2px solid #fff;
}

div#sidemenu ul.anonym {
    padding-top:50px;
}

div#sidemenu ul li {
    padding:0;
    margin:0;
    padding-right:11px;
    height:44px;
    margin-bottom:5px;
}

div#sidemenu ul li.logout-li {
    height:56px;
}

div#sidemenu ul li ul.menue-list li {
    padding-right:0;
}


div#sidemenu ul li.basket {
    padding:0;
    margin:0;
    padding:5px 11px 0 0;
    height:44px;
}

div#sidemenu ul li a,
div#sidemenu ul li.service-anonym {
    line-height:44px;
    vertical-align:middle;
    font-family:arial,sans-serif;
    font-size:19px;
    font-weight:normal;
    color:#2d2d2d;
    text-decoration:none;
    text-transform:uppercase;
}


div#sidemenu ul li div.user-data {
    text-transform:uppercase;
    /*font-weight:bold;*/
    margin-top:-8px;
}

div#sidemenu ul.anonym li.service-link {
    height:20px;
}

div#sidemenu ul.anonym li.service-link a {
    color:#000;
    font-size:17px;
    font-weight:normal;
    text-align:right;
    text-transform:none;
    height:15px;
    line-height:15px;
}

div#sidemenu ul.anonym li.service-link a:hover {
    color:#fff;
}

div#sidemenu ul li a:hover {
    text-decoration:none;
    color:#fff;
}

div#sidemenu-position div#sidemenu ul.menu-list li {
    text-align:right;
    padding-top:5px;
}

div#sidemenu ul.menu-list li a {
    line-height:44px;
    vertical-align:middle;
    font-family:arial,sans-serif;
    font-size:15px;
    font-weight:normal;
    color:#ccc;
    text-decoration:none;
    text-transform:none;
}

div#sidemenu ul.menu-list ul.submenu-list {
    width:175px;
}

div#sidemenu ul.submenu-list {
    margin-left:0;
}


div#sidemenu ul.menu-list li a:hover {
    color:#fff;
    text-decoration:none;
}

div#sidemenu ul.submenu-list div.third_level_menu {
    text-transform: uppercase;
    color:#ccc;
}

div#sidemenu ul.submenu-list div.third_level_menu,
div#sidemenu ul.submenu-list div.third_level_menu a {
    padding:0 5px 5px 0;
}

div#sidemenu ul.submenu-list div.third_level_menu a.selected {
    font-weight:normal;
}

div#sidemenu ul.submenu-list div.fourth_level_menu {
    /* width:125px; */
}

div#sidemenu ul.submenu-list div.fourth_level_menu a {
    font-size:12px;
    color:#fff;
    font-weight:normal;
    padding:1px 3px;
    display:block;
    margin:0 15px;
}

div#sidemenu ul.subsubmenu-list div.fourth_level_menu a {
    font-size:12px;
    color:#fff;
    font-weight:normal;
    padding:1px 3px;
    display:block;
    margin:0 15px;
}

div#contentnavi div.more-list a {
    color:#FFFFFF;
    display:block;
    font-size:12px;
    font-weight:normal;
    margin:0 15px;
    padding:1px 0;
}

div#sidemenu ul.menu-list li a, div#sidemenu ul.submenu-list li a {
    padding:0;
    display:block;
}

div#sidemenu ul.subsubmenu-list li div.fourth_level_menu a {
    line-height:normal;
    height:auto;
    padding:0;
}

div#sidemenu ul.subsubmenu-list li div.fourth_level_menu a.selected,
div#sidemenu ul.subsubmenu-list li div.fourth_level_menu a.current {
    background-color:#fff;
    color:#666;
    padding:1px 3px;
    display:block;
    width:135px;
    margin:0 10px 0 20px;
}

div#sidemenu ul.menu-list ul.subsubmenu-list li:hover,
div#sidemenu ul.menu-list ul.subsubmenu-list li.selected  {
    background:url(/extension/silver.project/design/ihr/images/navi_arrow.gif) center right no-repeat;
}



/* //////////////////////////////////////////////SIDEMENU PRODUKTLISTE */

ul.menu-list {
    margin:0;
    padding:0;
    margin-top:5px;
}

div#sidemenu li.sign {
    height:94px;
}

div#sidemenu ul.menu-list li a {
   background-image:none;
}


.boxcontent {
    display:none;
}

/* //////////////////////////////////////////////CONTENTNAVI & SERVICEBOX*/
div#contentnavi {
    background-color:#666;
}

div#sidemenu-position div#contentnavi h4 {
    text-align:right;
    font-size:19px;
    font-weight:normal;
    padding:10px 5px 0 10px;
}
div#sidemenu-position div#contentnavi h4 a {
    color:#ccc;
    text-transform:uppercase;
}

div#sidemenu-position div#contentnavi h4 a:hover {
    color:#fff;
}

div#contentnavi,
div#servicebox {
    border-top:12px solid #fff;
    margin:0px 0px 5px;
    background-color:#d6d6d6;
}

div#contentnavi {
    border-top:12px solid #fff;
    margin:0px;
    background-color:#666666;
}

div#navi-basics {
    background-color:#666666;
}


div#sidemenu div#servicebox ul.menu-list {
border-bottom:none;
padding:0;
}

div#contentnavi ul li,
div#servicebox ul li {
    height:auto;
}

div#contentnavi ul.menu-list li,
div#servicebox ul.menu-list li{
    margin:0;
    padding:0;
    height:auto;
    line-height:normal;
    padding-bottom:5px;
}

div#contentnavi ul.menu-list li a,
div#servicebox ul.menu-list  li a{
    height:12px;
    line-height:16px;
}

div#contentnavi ul.menu-list li .second_level_menu a {
    font-size:17px;
    font-weight:normal;
}

/* //////////////////////////////////////////////BASICS */
ul.navi_basics {
    background-color:#D6D6D6;
}

div#sidemenu ul.navi_basics li a {
    color:#ccc;
}

div#sidemenu ul.navi_basics li a:hover {
    color:#fff;
}

/* //////////////////////////////////////////////BASIC OVERVIEW */
div#basics-overview {
    clear:both;
}

div#basics-overview h2 {
    background-color:transparent;
    color:#670001;
    text-align:left;
    font-weight:normal;
    clear:both;
}
div.basic-intro-image {
    border:1px solid;
    width:259px;
    height:227px;
    float:left;
    margin-right:5px;
    margin-bottom:0; /* was 5px */
    overflow:hidden;
}

div.basic-box {
    border:1px solid;
    text-align:center;
    width:126px;
    height:110px;
    overflow:hidden;
    float:left;
    margin-right:5px;
    margin-bottom:5px;
}

div.basic-box h5 {
    color:#670001;
    font-size:10px;
    /*text-align:left;*/
    padding:5px 5px 0;
}

div.basic-box h5 a {
    color:#670001;
    font-size:10px;
    text-decoration:none;
}

div.basic-box img {
    margin:10px 0;
}

div.margin {
    margin-right:0px;
}

div.clear-line {
    clear:left;
    float:left;
}

/* //////////////////////////////////////////////BASIC LIST DETAIL */

div#basics-detail-list {
    clear:both;
}

div#basics-detail-list div.product-details {
    margin-left:0;
    float:left;
    width:395px;
    height:365px;
}

div#basics-detail-list div.product-line {
    min-height:280px;
}

div#basics-detail-list div.product-details h5 {
    font-size:16px;
    color:#ccc;
}

div#basics-detail-list div.more-products {
    border-top:1px dotted;
    clear:both;
    padding:4px;
}

div.product-details div.product-description {
    height:270px;
    min-height:270px;
    max-height:270px;
}

div#basics-detail-list div.more-products p {
    background-color:#666;
    color:#fff;
    text-align:center;
    padding:2px;
    margin:0;
}

div#basics-detail-list div.more-products p a {
    color:#fff;
    text-decoration:none;
}

div#basics-detail-list div.more-products p a:hover {
    text-decoration:underline;
}

div#basics-detail-list div.attribute-price,
div#basics-detail-list div.basket-quantity  {
    float:left;
    width:40%;
    text-align:left;
}

div#basics-detail-list div.attribute-price {
    font-size:1.4em;
    width:150px;
}

div.detail-price {

}


div.zoom {
    clear:both;
    margin-bottom:5px;
    text-align:left;
    padding:10px 5px 0;
    vertical-align:middle;
    height:28px;
}

div.zoom .zoomlink {
    float:left;
    padding-top:6px;
}

div.zoom-img {
    float:left;
    background-color:#ccc;
    width:20px;
    height:20px;
    text-align:center;
    margin-right:5px;
}

div.zoom-img img {
    padding-top:2px;
}



/* //////////////////////////////////////////////SERVICEBOX */
div#sidemenu div#servicebox ul.menu-list li {
    height:20px;
}

div#sidemenu div#servicebox ul li.servicetitle {
    margin:0;
    color:#2D2D2D;
    font-family:arial,sans-serif;
    font-size:19px;
    font-weight:normal;
    line-height:44px;
    text-decoration:none;
    text-transform:uppercase;
    vertical-align:middle;
}

div#sidemenu div#servicebox ul.menu-list li a {
    text-align:right;
    font-size:17px;
    color:#666;
    font-weight:normal;
}

div#sidemenu div#servicebox ul.menu-list li a:hover {
    color:#fff;
}

/*BasketBox */
div#sidemenu ul li div.basketbox  {
    margin:0;
    padding:0;
    height:auto;
    line-height:normal;
}

div#sidemenu ul li div.basketbox a {
    height:auto;
    line-height:16px;
    font-size:12px;
}


/* //////////////////////////////////////////////WARNINGS & MESSAGES */
div.message-warning, div.warning {
    border-color: #f00;
}
div.message-confirmation, div.message-feedback, div.message-warning, div.message-error, div.warning {
    border:2px solid #f00;
    background-color:#fff;
    margin:0 0pt 1em;
    color:#000;
    font-weight:bold;
    padding:10px;
}

div.message-feedback {
    background:transparent!important;
    color:#000!important;
}

div#main div.message-feedback ul,
div#main div.message-feedback ul li {
    margin:0;
    padding:0;
}

div.message-feedback h2 {
    display:none;
}


div.warning h2 {
    background:transparent!important;
    text-align:left;
    font-size:12px;
    color:#f00!important;
}



div.message-feedback_product {
    background:transparent;
    margin:0;
    padding:0;
    margin-top:-35px;
    position:relative;
}

div.message-feedback_product h2 {
    display:none;
}

div.message-feedback_product ul li {
    text-align:right;
    display:block;
    height:22px;
    line-height:22px;
    color:#000;
    font-weight:bold;
}

/* //////////////////////////////////////////////FORMULARE */
label {
    font-weight:normal;
}

input.button, button, input.defaultbutton {
    background-color:#ACACAC;
    color:#fff;
    border:none;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    text-transform: uppercase;
    padding:6px;
    cursor: pointer;
    font-size:12px;
}

div.buttonblock {
    clear:both;
    padding:0;
    padding-bottom:10px;
    text-align:right;
}

div.formblock,
div.hilfeblock {
    float:left;
    background-color:#ccc;
    width:778px;
    padding:10px;
    margin:0;
    overflow: visible;
    margin-bottom:10px;
}

div#search-result-page div.formblock
{
    background-color:#fff;
    border:1px solid #ccc;
    width:776px;
}

div.adresses_left,
div.adresses_right {
    float:left;
    background-color:#ccc;
    width:370px;
    padding:10px;
    margin:0;
    overflow: hidden;
    margin-bottom:10px;
}

div.adresses_right {
    float:right;
}

div.contact-person {
    background-color:#fff;
    border:1px solid #acacac;
}

div.adresses_left fieldset#shipto,
div.adresses_left fieldset#billto,
div.adresses_right fieldset#shipto,
div.adresses_right fieldset#billto {
    padding-left:0;
    padding-right:0;
}

div.buttonline {
    clear:both;
    text-align:right;
}

div#my-profile div.buttonline {
    width:390px;
    text-align:right;
    margin-bottom:20px;
}

div.mithilfe {
    margin-right:13px;
    width:462px;
    min-height:115px;
}
div.buttonmithilfe {
    width:482px;
}

div.hilfeblock {
    width:283px;
    min-height:115px;
}

div.formblock h3,
div.hilfeblock h3 {
    background-color:#acacac;
    color:#fff;
    font-size:12px;
    padding:5px 10px;
    margin:-10px;
    margin-bottom:0;
}

div.contact-person h3 {
    margin-bottom:5px;
}

div.contact-person label {
    float:left;
    width:110px;
}

div.formblock legend {
    background-color:#acacac;
    color:#fff;
    font-size:12px;
    padding:5px 10px;
    margin:-10px;
    margin-bottom:0;
    width:100%;
    display:block;
}

div.fieldmark {
    clear:both;
    padding-top:10px;
    display:block;
}

div.h3-style {
    font-size:1.2em;
    font-weight:bold;
}

/* //////////////////////////////////////////////LOGIN, REGISTER */

div.spacer {
    height:20px;
    clear:both;
}

div.user-login div.attribute-header {
    display:block;
    clear:both;
    margin-bottom:15px;
}

div#user_register h1,
div.user-login h1.long,
div.shop-basket h1.long,
div#shipment h1,
div#my-profile h1,
div.content-search h1.long {
    background:#fff;
    text-align:left;
    text-transform: none;
    color:#ACACAC;
    padding:0;
    margin:0;
    font-weight:bold;
    display:inline;
}
div#user_register h1 {
    margin-bottom:15px;
    display:block;
}

div.user-login h2,
div.shop-basket h2,
div#shipment h2,
div#my-profile div.attribute-header p,
div.content-search div.attribute-header h2 {
    background:#fff;
    text-align:left;
    text-transform: none;
    color:#000;
    font-size:12px;
    padding:0;
    padding-left:5px;
    margin:0;
    font-weight:bold;
    display:inline;
}

div.content-search div.attribute-header {
    margin-bottom:10px;
}

div#my-profile div.attribute-header p {
    display:inline;
    margin:0;
}

fieldset {
    border:none;
    padding:0;
    margin:0;
    clear:both;
}


#register .form-line,
#user_register .form-line {
    width:50%;
    float:left;
    margin-top:4px;
}

fieldset#shipto div.form-line {
    padding-top:15px;
}

#register input,
#user_register input {
    width:320px;
    margin-bottom:2px;
}

#register input.button,
#user_register input.button {
    width:auto;
}

/* //////////////////////////////////////////////FRONTPAGE */
div.frontpage-banner {
    /*background:url(/extension/silver.project/design/ihr/images/front_bannerdummy.jpg) top left no-repeat;*/
    width:797px;
    height:284px;
    overflow:hidden;
    margin-bottom:7px;
}

div.frontpage-intro {
/* entfernt fÃ¼r Flash   padding:10px 10px 5px 325px;*/
    color:#fff;
    font-size:14px;
}

div.frontpage-intro h2 {
    background-color:transparent;
    color:#fff;
    text-align:left;
    text-transform:none;
}

div.placeholder {
    float:left;
    width:20px;
    height:100px;
}

.season {
    border:1px solid #acacac;
    float:left;
    width:250px;
    margin-bottom:18px;
    overflow: hidden;
}

.top {
    width:523px;
}

.season h3 {
    color:#fff;
    font-size:20px;
    padding:5px 10px;
    margin-bottom:0;
    text-align:right;
    text-transform:uppercase;
}

.season img {
    float:left;
}

.season .textblock {
    padding:10px;
    margin-left:250px;
}

.season .title {
    font-size:20px;
    font-weight:bold;
    margin-bottom: 30px;
}

.season h3 a {
    color:#fff;
    text-decoration:none;
}

.season h3 a:hover {
    color:#fff;
    text-decoration:underline;
}

/* //////////////////////////////////////////////PRODUCTGROUP */

div.special_first_kachel {
    float:left;
    margin-right:10px;
}

div.special_first_kachel img {
    height:501px;
    width:392px;
}

div.special_first_kachel div.class-product {
    height:532px;
    width:392px;
}

div.split div.three-right,
div.split div.three-left {
    width:auto;
}

div.split div.three-right div.class-product ,
div.split div.three-left div.class-product  {
    width:392px;
    /*height:255px;*/
}

div.split div.three-right img,
div.split div.three-left img {
    width:392px;
/*    height:224px;*/
    padding:0;
    margin:0;
}

.var_boxes {
    width:392px;
    margin-bottom:20px;
    border:1px solid #000;
   /* clear:both; */
}

/*div.visited {
    text-align:left!important;
    border-color:#ccc!important;
}*/

div.visited img {
   margin:8px 4px 8px 4px!important;
}

/*div.visited h2 {
    background-color:#ccc!important;
    color:#000!important;
    text-transform: uppercase!important;
}*/

.var_banner {
    width:796px;
    height:122px;
    overflow:hidden;
    float:none;
    margin-bottom:10px;
    border:1px solid #000;
}

.var_banner_homes {
    width:796px;
    height:74px;
    overflow:hidden;
    float:none;
    margin-bottom:10px;
    border:1px solid #000;
}

h2.homes {
    background:transparent;
    float:left;
    margin:0pt;
    margin-top:45px;
    padding:0pt 5px 0 10px;
}

div#main h2.homes a {
    color: #ccc !important;
}

div.horizontally_listed_sub_items div.content-view-embed .var1 h2 {
    margin-bottom:0;
}

div.var_boxes h2 {
    margin-bottom:0;
    font-weight:normal;
    color:#fff !important;
}

/* //////////////////////////////////////////////PRODUCTGROUP _ THEMES */
div.themes-thumbs img{
    margin:10px 9px 0 0;
    width:100px;
    height:100px;
}

div.themes-thumbs img.seven {
    margin:10px 0px 0 0;
}

div.themes-thumbs img.one {
    margin:10px 9px 0 0;
}


div.themes-thumbs img.three {
    margin:10px 9px 0 0;
}

/* //////////////////////////////////////////////PRODUCTGROUP - DECORS */
#decors .emotionpic {
    border:1px solid;
    margin-bottom:10px;
}

#decors .halfpic {
    float:left;
    width:392px;
    overflow:hidden;
    margin-right:9px;
}

div.box_decores {
    height:185px;
    overflow:hidden;
}

div.box_accessoires,
div.box_basics {
    width:99.8%;
    margin-bottom:10px;
}

div.box_basics {
    text-align:center;
}

div.box_accessoires h2,
div.box_basics h2{
    text-align:center;
}

div.cross-selling-prev,
div.cross-selling-next {
    float:left;
    width:12px;
    background:#fff url(/extension/silver.project/design/ihr/images/cs_arrow_left.gif) top left no-repeat;
    height:103px;
    margin:0 0 0 2px;
}


div.cross-selling-next {
    background:#fff url(/extension/silver.project/design/ihr/images/cs_arrow_right.gif) top left no-repeat;
    float:right;
    margin:0 2px 0 0;
}

div.search-result-decors-prev,
div.search-result-decors-next,
div.search-result-product-prev,
div.search-result-product-next {
    float:left;
    width:12px;
    background:#ccc url(/extension/silver.project/design/ihr/images/cs_arrow_left.gif) center left no-repeat;
    height:269px;
    margin:8px 2px;
    border: 1px solid #ccc;
}


div.search-result-decors-next,
div.search-result-product-next {
    background:#ccc url(/extension/silver.project/design/ihr/images/cs_arrow_right.gif) center left no-repeat;
    float:right;
    height:269px;
}



div.disabled {
    background-image:none!important;
    background:transparent;
    border:0px;
}

div#carousel {
    float:left;
    width:365px;
    height:103px!important;
    z-index:0!important;
}

div#carousel_decors,
div#carousel_products {
    float:left;
    width:740px;
    /*height:115px!important;*/
    z-index:0!important;
    overflow:hidden;
}

div#carousel_decors div.three-pack,
div#carousel_products div.three-pack {
    /*width:130px;
    width:86px;*/
}

div#carousel li div.li-element,
div#carousel_decors div.three-pack div.li-element,
div#carousel_products div.three-pack div.li-element {
    height:85px;
    text-align:center!important;
    margin:8px 8px 8px 0px !important;
}

div#carousel li div.li-element {
     width:auto;
     height:95px;
     margin:0px 8px 0px 0 !important
}

div#carousel li div.li-element a,
div#carousel_decors div.three-pack div.li-element a,
div#carousel_products div.three-pack div.li-element a {
    text-decoration:none;
    text-align:center!important;
}


div#carousel ul,
div#carousel_decors ul,
div#carousel_products ul {
    z-index:0!important;
    height:auto;
}

div#carousel ul li.firstli img,
div#carousel_decors ul li.firstli img,
div#carousel_products ul li.firstli img {
    padding:0!important;
    z-index:0!important;
}


div#carousel ul li,
div#carousel_decors ul li,
div#carousel_products ul li {
    width:auto !important;
    padding:0!important;
    margin:0!important;
    z-index:0!important;
}

div#carousel ul li.firstli,
div#carousel_decors ul li.firstli,
div#carousel_products ul li.firstli {
    width:auto !important;
}

div.box_basics div#carousel ul li img,
div#carousel_decors ul li img,
div#carousel_products ul li img {
    margin:0;
    z-index:0!important;
}

div.box_accessoires img,
div.box_decores img,
div.box_basics img {
    margin:5px 10px;
}

.box_image {
    width:140px;
    overflow:hidden;
    float:left;
    padding:5px;
    margin:0 7px 5px 0;
    border:1px solid #000;
    height:170px;
}

div.image-spacer {
    height:140px;
    overflow:hidden;
    text-align:center;
}

div.as_itemnumber {
    height:30px;
    overflow:hidden;
}

div.as_itemnumber {
    display:block;
    text-align:center;
}

/* //////////////////////////////////////////////TOOLTIP */

#tt,
#tthome {
    position:absolute;
    display:block;
}
#tttop {
    display:block;
    height:5px;
    margin-left:5px;
    overflow:hidden
}

#ttcont {
    display:block;
    padding:2px 12px 3px 7px;
    margin-left:5px;
    color:#FFF
}
#ttbot {
    display:block;
    height:5px;
    margin-left:5px;
    overflow:hidden
}

/* //////////////////////////////////////////////TOOLTIP */
#tt {
    background:url(/extension/silver.project/design/ihr/images/tt_left.gif) top left no-repeat;
}
#tttop {
    background:url(/extension/silver.project/design/ihr/images/tt_top.gif) top right no-repeat;
}

#ttcont {
    background:#666;
}
#ttbot {
    background:url(/extension/silver.project/design/ihr/images/tt_bottom.gif) top right no-repeat;
}

/* //////////////////////////////////////////////TOOLTIP PREVIEW */
#tthome {
    background:transparent;
    width:164px!important;
    overflow:hidden;
}
div#tthome div#tt {
    background-image:none;
    background:transparent;
    padding:0;
    margin:0;
}
div#tthome div#tttop {
    background-image:none;
    background:transparent;
    padding:0;
    margin:0;
}
div#tthome div#ttcont {
    background-image:none;
    background:#fff;
    border:1px solid #666;
    padding:0px;
    margin:0;
}
div#tthome div#ttbot {
    background-image:none;
    background:transparent;
    padding:0;
    margin:0;
}
div#tthome #ttcont div.tooltip-preview-info {
    color:#666;
    padding:5px;
}
div#tthome #ttcont div.tooltip-preview h4 {
    font-weight:bold;
    font-size:13px;
    margin:0;
    padding:3px 5px;
    width:152px;
    background-color:#666;
    color:#fff;
}

div.tooltip-preview img {
    margin-bottom:5px;
}

/* //////////////////////////////////////////////PRODUCT FULL */

h1.product-header {
    text-align:left;
    padding-left:8px;
    margin-left:420px;
}

div.product-details {
    margin-left:420px;
}

div#detail-images {
    float:left;
    width:400px;
}

div.product-image {
    padding:10px;
    border:1px solid;
    text-align:center;
}


div#main ul.colors {
    list-style-position:outside;
    margin:0;
    padding:0;
}

div#main ul.colors li {
    margin:0;
}

div#main ul.colors li {
    background-image:none;
    padding-left:0;
    float:left;
    width:124px;
    margin-right:9px;
    margin-bottom:5px;
}

div#main ul.colors li div {
    padding:6px;

}

div#main ul.colors li div.selected {
    padding:5px;
    border:1px solid;
}

div#main li.first-thumb {
    margin-left:0;
}

div#main ul.colors li img {
    display:block;
    /*width:112px;*/
    height:112px;
}

div#main ul.colors li span {
   float:right;
   padding-right:8px;
}

div.productdetail h1 {
    float:right;
    display:block;
    clear:right;
}

div.content-view-full div.class-product h4 {
    font-size:1.4em;
    padding:0;
    margin:10px 0 10px;
}

div.visited h2,
div.more-articles h2 {
    font-weight:normal;
    /*text-transform:none;*/
}

/* //////////////////////////////////////////////PRODUCTLIST NAVI */
#productlist_navi {
    border:1px solid;
    padding:5px 10px;
    margin-bottom:15px;
    clear:both;
}

#productlist_navi a:hover {
    text-decoration:underline;
}

#productlist_navi div.pre {
    float:left;
    width:48%;
}

#productlist_navi  div.overview {
    float:left;
}

#productlist_navi  div.post {
    float:right;
}

/* //////////////////////////////////////////////PRODUCT LINE */

div.product-line {
    border:1px dotted;
    border-bottom:none;
    z-index:5;
    min-height:220px;
}

div.product-line div.list-image {
    margin:10px;
    width:110px;
    text-align:right;
    float:left;
    vertical-align:top;
    overflow-x:hidden;
}

div.product-line div.image-div {
    height:110px;
    margin: 0 auto;
}

div.product-line div.image-div img {
    vertical-align:-90px;
}

div.product-line .h3-product-header {
    background-color:#ccc!important;
    padding:5px;
    margin-bottom:5px;
}

div.product-line .h3-product-header.two_lines {
    height:34px;
}

div.product-line .h3-product-header td.product-name {
    font-size:18px;
    width:260px;
    overflow-x:hidden;
    text-align:left;
}

div.product-line .h3-product-header .product-item-nr {
    font-size:12px;
    text-align:right;
    padding-top:4px;
}

div.product-line .h3-product-header table.line-product {
    width:100%;
    font-size:1.4em;
}

div.details {
    float:left;
    width:230px;
}

div.content-action {
    text-align:right;
    padding-right:0px;
    margin:0px;
    border-top: 1px dotted;
    margin-bottom:10px;
}

div.content-action input {
    margin-top:-15px;
    margin-right:10px;
    z-index:10;
    position:relative;
}

div.basket-quantity {
    color:#000;
    margin-bottom:10px;
}

input.quantity {
    border:1px solid #000;
    width:30px;
    text-align:right;
    padding:1px;
}

input.add-to-basket {
    background:#666 url(/extension/silver.project/design/ihr/images/add_to_basket.gif) no-repeat;
    background-position:3px 4px;
    padding-left:30px;
}

/* //////////////////////////////////////////////PRODUCT FULL */
div.content-view-full div.class-product h4.detail-title {
    color:#ccc;
    font-size:17px;
    font-weight:bold;
    padding:5px;
    margin-bottom:-5px;
    margin-top:-5px;
}

div.content-view-full div.class-product h4.detailline-title {
    color:#ccc;
    font-size:17px;
    font-weight:bold;
    padding:5px 0;
    margin-bottom:-5px;
    margin-top:-5px;
}

div.upc_ean_link {
    text-align:right;
    padding:5px 10px;
    height:20px;
}

div.upc_ean_link a {
    background:transparent url(/extension/silver.project/design/ihr/images/arrow-right-basics.png) top right no-repeat;
    padding:1px 20px 1px 0;
}

div.colour_number a {
    background:transparent url(/extension/silver.project/design/ihr/images/arrow-right-basics.png) top left no-repeat;
    padding:1px 0 1px 20px;
}


div.detail-facts {
    padding:10px 20px;
}

div.detailline-facts {
    float:right;
    width:230px;
    vertical-align:top;
    min-height:170px;
}

div.pay {
    height:60px;
    background:transparent;
}

div.detail-quantity,
div.detail-price {
    float:left;
    padding:5px;
}

div.detail-quantity {
    height:40px;
    padding:5px 10px 0 5px;
    width:200px;
    overflow:hidden;
}

div.detail-price {
    width:110px;
    padding-top:2px;
    padding-left:40px;
    vertical-align:middle;
    height:49px;
    border-right:1px dotted #000;
    overflow:hidden;
}


div.detail-price span.euro {
    padding:10px 0;
}

div.detail-price span.paket {
    font-size:.7em;
    padding:10px 0 0 ;
}

div.hr {
    height:1px;
    border-bottom:1px dotted #000;
    line-height:1px;
}

div.hr hr {
    display:none;
}

/* //////////////////////////////////////////////THEMEN */

.t_4xmas  h3{
    background-color: #670000;
}

.t_1fruehjahr h3{
    background-color: #6a7aa4;
}

.t_9specials h3{
    background-color: #e57c0b;
}

.t_2sommer  h3{
    background-color: #5f9f66;
}

.t_3herbst  h3{
    background-color: #281d18;
}




div.box-left {
    float:left;
}
div.box-right {
    float:right;
}

/* //////////////////////////////////////////////BASKET */
div.shop-basket {
    overflow:visible;
}

table.list tr.bglight,
table.list tr.bgdark {
    background-color:#fff;
}

table.list tr.bglight:hover,
table.list tr.bgdark:hover {
    background-color:#eee;
}

table#basket-table {
    border:none;
    border-collapse:collapse;
    width:797px;
    margin-left:1px;
}

table#basket-table th {
    border-left:1px solid #acacac;
    border-right:1px solid #acacac;
    border-top:1px solid #acacac;
    border-bottom:none;
    background-image:none;
    background:#acacac;
}

table#basket-table tr .pos,
table#basket-table tr .item-no,
table#basket-table tr .item-desc {
    text-align:left;
}


table#basket-table tr .quantity,
table#basket-table tr .deliverydate,
table#basket-table tr .remove {
    text-align:center;
}
table#basket-table tr .ek-preis,
table#basket-table tr .line-amount {
    text-align:right;
}

table#basket-table th:first-child,
table#basket-table td:first-child {
    border-left:1px solid #acacac;
}

table#basket-table td {
    border:1px solid #acacac;
    border-top:none;
}

div.direct_order_title {
    color:#fff;
    font-weight:bold;
    padding:0.5em;
    background-color:#acacac;
    margin-top:20px;
}

div.direct_order {
    padding:0.5em;
    background-color:#ccc;
}

div.direct_order input.form-field {
    display:block;
    border:1px solid #acacac;
}

div.direct_order div.text-desc {
    display:inline;
    vertical-align:50%;
}

div.link-quickorder {
    border-top:3px solid #fff;
    padding:0.5em;
    background-color:#ccc;
    margin-bottom:20px;
}

div.link-quickorder span {
    vertical-align:50%;
}

table#basket-table th.th-deliverydate {
    width:80px;
    white-space:normal;
}

table#basket-table td {
    vertical-align:middle;
}

table#basket-table th.th-item {
    width:150px;
}

table#basket-table tr.footer {
    background-color:#ccc;
}

table#basket-table tr.footer {
    border-bottom:none;
}

table#basket-table tr.footer td.sum {
    border-left:none;
    border-bottom:none;
}

table#basket-table tr.footer td.price_type {
    border-right:none;
    border-bottom:none;
}

table#basket-table tr.footer td.price_total {
    border-bottom:2px solid #acacac;
    border-right:none;
}

table#basket-table tr.footer td.line-bottom {
    border-bottom:2px solid #acacac;
}

table#basket-table tr.footer td.readonly_true {
    border-right:1px solid #acacac;
}

table#basket-table tr.footer td.readonly_false {
    border-right:1px solid #ccc;
}

table#basket-table tr.lastline td {
    border-bottom:2px solid #acacac;
}

table#basket-table tr.lastline td.warning,
p.warning {
    color:#660000;
    font-weight:bold;
    clear:both;
}

input.item_count,
input.kw_value {
    text-align:right;
}

/* //////////////////////////////////////////////ORDERSTEPS */
#steps .step1_selected,
#steps .step2_selected,
#steps .step3_selected {
    font-weight:bold;
}

/* //////////////////////////////////////////////SHIPMENT */

div.fieldset_billto,
div.fieldset_shipto,
div.show_billto,
div.show_shipto {
    width:50%;
    float:left;
    margin-bottom:20px;
}


div.fieldset_billto,
div.show_billto {
    width:389px;
}

div.fieldset_billto,
div.show_billto {
    margin-right:10px;
}

fieldset#shipto,
fieldset#billto,
div.show_billto div.adresses,
div.show_shipto div.adresses {
    background-color:#ccc;
    padding:10px;
    height:350px;
}

div.show_billto div.adresses,
div.show_shipto div.adresses {
    height:100px;
}
div.show_billto h3,
div.show_shipto h3,
div.fieldset_billto h3,
div.fieldset_shipto h3 {
    color:#fff;
    font-weight:bold;
    padding:0.5em;
    background-color:#acacac;
    margin-top:20px;
    margin-bottom:0;
}

#orderconfirmation div.remark,
#orderconfirmation div.reference {
    background-color:#ccc;
    padding:10px;
    margin:0;
    margin-bottom:10px;
    clear:both;
}

#orderconfirmation h3.remark,
#orderconfirmation h3.reference {
    background-color:#ACACAC;
    color:#FFFFFF;
    font-weight:bold;
    margin-bottom:0;
    margin-top:20px;
    padding:0.5em;
    clear:both;
}

/* //////////////////////////////////////////////LINIE */

div.vk-runde div.left,
div.vk-runde div.right {
    float:left;
    width:386px;
    margin-right:24px;
}

div.vk-runde div.right {
    margin-right:0;
}

/* //////////////////////////////////////////////UPC/EAN-Code */
div.upc_ean {
    margin-left:70px;
    position:absolute;
    height:auto;
    border:1px solid #686868;
    padding:10px;
    background-color:#fff;
    z-index:300;
    width:290px;
}

div.product-line div.upc_ean-content h3.product-header .product-name {
    font-size: 14px;
    width:250px;
    overflow-x:hidden;
    text-align:left;
    float:left;
    color:#fff;
    padding-left:10px;
}

div.product-line div.upc_ean-content h3 {
    height:20px;
    vertical-align:middle;
    padding:5px 0;
    background-color:#666;
}

div.codes {
    clear:both;
    margin:10px;
}

div.codes label{
   width:80px;
   text-align:right;
   color:#616161;
   float:left;
}

div.product-line  div.upc_ean-content {
    border:1px dotted!important;
    border-color:#ccc;
}

/* //////////////////////////////////////////////ORDERHISTORY */

div#orderhistory_result {
    margin-top:0;
}

div#orderhistory_result h2 {
    background-color:transparent;
    margin-top:60px;
    text-align:left;
    color:#acacac;
    font-size:1.2em;
}

table.list th {
    background-color:#ACACAC;
    background-image:none;
    color:#fff;
}

#basket-table tr.bglight,
table.list td.bglight {
    background-color:#DFDFDF;
}

#basket-table tr.bgdark,
table.list td.bgdark {
    background-color:#CCC;
}

#basket-table tr:hover {
    background-color:#eee;
}

tr.svoh-total_amount td,
tr.svoh-vat_amount td,
tr.svoh-vat_amount td,
tr.svoh-amount_including_vat td {
    font-weight:bold;
}

/* //////////////////////////////////////////////SITEMAP */

div#main div.content-view-sitemap h2 {
    text-align:left;
    padding-left:5px;
    margin-bottom:0;
}

div#main div.content-view-sitemap ul {
    border:1px solid #ccc;
    margin:0 0 10px;
    padding:5px;
}

div#main div.content-view-sitemap ul li {
    margin-left:0;
    padding-left:0;
}

/* //////////////////////////////////////////////ARTICLES */
div.content-view-full div.class-article {
    border:1px solid #ccc;
}

div.content-view-full div.class-article div.attribute-short,
div.content-view-full div.class-article div.attribute-long {
    padding:0 10px;
}

/* //////////////////////////////////////////////CONTACT US */
div#contact_us h1 {
    background:#FFFFFF none repeat scroll 0 0;
    color:#ACACAC;
    display:block;
    font-weight:bold;
    margin:0 0 10px;
    padding:0;
    text-align:left;
    text-transform:none;
}


div#contact_us div.attribute-short {
    background-color:#ACACAC;
    color:#FFF;
    font-size:12px;
    margin:0;
    padding:5px 10px;
    font-weight:bold;
}

div#contact_us div.block {
    background-color:#CCCCCC;
    float:none;
    margin:0;
    overflow:hidden;
    padding:10px;
    width:778px;
}

div#contact_us label {
    float:left;
    width:100px;
}

div#contact_us .block input#last_name,
div#contact_us .block input#first_name,
div#contact_us .block input#company_name,
div#contact_us .block input#email,
div#contact_us .block input#phone_number,
div#contact_us .block input#request,
div#contact_us .block textarea {
    width:50%;
}

div#contact_us div.buttonblock {
    margin-top:10px;
}

/* //////////////////////////////////////////////PAGENAVIGATOR */

div.pagenavigator {
    padding:0 5px;
    border:1px solid #666;
    margin-bottom:10px;
}

div.pagenavigator a {
    text-decoration:none;
}

div.pagenavigator a:hover {
    text-decoration:underline;
}

div.pagenavigator span.other a {
    text-decoration:underline;
}

div.pagenavigator span.current {
    font-weight:bold;
}

/* //////////////////////////////////////////////SEARCH */


div.block-select {
    float:left;
    width:150px;
    margin-right:50px;
    margin-bottom:15px;
}

div.motifs {
    width:315px!important;
}

div.motifs div.left {
    width:150px;
    float:left;
}

div.motifs div.right {
    width:150px;
    float:right;
}

div.block-select label {
    color:#fff;
    font-weight:bold;
    font-size:14px;
    padding-bottom:10px;
}

div.block-select div.check-boxes label {
    color:#000;
    font-weight:normal;
    font-size:12px;
    display:block;
    margin-left:25px;
    width:120px;
    padding:0 0 3px;
    white-space:normal;
}

div.block-select div.check-boxes input {
    display:block;
    float:left;
    width:20px;
    margin-top:0px;
}

div.block-select div.check-boxes br {
    clear:left;
    height:1px;
    line-height:1px;
}


div.by-product-group {
    clear:both;
}

div.by-product-group label {
    color:#000;
    font-weight:bold;
    padding-bottom:10px;
}

div.check-boxes {
    padding-bottom:15px;
    width:150px;
}

div.check-boxes input {
    padding:0;
    margin-left:0;
}


div#search-result-page div.formblock {
    padding-bottom:0;
}

div.h3-style {
    background-color:#ACACAC;
    margin:-10px -10px 0;
    padding-top:3px;
}

div.formblock div.h3-style h3 {
   float:left;
   margin:0;
}

div#search-result-page div.hide-show {
    float:right;
    font-size:12px !important;
    padding-top:5px;
}

div#search-result-page a.buttonstyle {
    background-color:#ACACAC;
    padding:5px 8px;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

div#search-result-page  a.arrow-up {
    background:#ACACAC url(/extension/silver.project/design/ihr/images/arrow-down.gif) center right no-repeat;
    padding-right:30px;
}

div#search-result-page  a.arrow-down {
    background:#ACACAC url(/extension/silver.project/design/ihr/images/arrow-up.gif) center right no-repeat;
    padding-right:30px;
}

div#search_result_decors,
div#search_result_products {
    padding:10px 0;
}

div.content-search div.feedback h2 {
    background-color:transparent;
    text-align:left;
    font-size:16px;
    color:#666;
    padding-top:20px;
}

div.content-search div.content-view-line {
    width:256px;
    float:left;
    margin:0 11px 10px 0;
    border:1px dotted #666;
    height:150px;
}

div.content-search div.content-view-line h4 {
    background-color:#CCCCCC !important;
    height:20px;
    padding:5px;
}

div.content-search div.content-view-line h4 a {
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
}

div.content-search div.content-view-line h4 a:hover {
    text-decoration:underline;
}

div.content-search div.content-view-line div.attribute-image {
    width:110px;
    text-align:center;
}

div.content-search div.pagenavigator p {
    background-color:transparent;
    padding:0px 10px;
}
div.content-search div.content-view-line p {
    background-color:transparent;
    padding:0px 10px;
}

#user_register div.salutation {
    display:block;
    clear:both;
    width:100%;
}

div#main div.legend {
    clear:both;
}

div#main div#legend ul {
    margin:5px 0;
}

div#main div#legend ul li {
    display:inline-block;
    padding:0 10px 0 0;
    margin-left:0;
    *display:inline;
    *zoom:1;
}

div#main div#legend ul li img {
    vertical-align:bottom;
}

div#main div.class-product div.legend ul,
div#main div.class-folder div.legend ul,
div#main div.legend-style ul {
    margin:20px 0 0;
}

div#main div.class-product div.legend ul li,
div#main div.class-folder div.legend ul li,
div#main div.legend-style ul li {
    margin-left:0;
    padding-left:0;
}

div#main div.shop-basket div.legend ul{
    margin:0;
    padding:0;
}

div#main div.shop-basket div.legend ul li {
    display:block;
    float:none;
    margin:0;
    padding:0 0 5px;
}

div#main div.shop-basket div.legend ul li img {
    margin:0 3px -4px 0;
}

/* //////////////////////////////////////////////Design Modifikations - Mai 2010 */
div.serviette div.image-preview {
    float:left;
}

div#decors div.image-preview a {
    display: inline-block;
    text-align: center;
    width: 90px;
    line-height:95px;
    *width:auto;
    *display:inline;
    *zoom:1;
}

div#decors div.image-preview a img,
div#decors div.image-preview a.plus-icon span {
    *margin-left:4px !important;
    vertical-align: -82px;
}

div.serviette div.colour_number {
    margin:105px 0 0 150px;
}

div.serviette div.colour_number span {
    display:block;
    padding-top:5px;
}

div.serviette div.colour_number span a:hover {
    text-decoration:underline!important;
}

div#last-decors {
    width:394px;
    min-height: 134px;
    float:right;
    overflow:hidden;
    text-align: left;
}

div#last-decors > h2 {
}

div#last-decors > div {
    margin:0 0 0 12px;
    padding:4px 0;
    float: left;
}

div#last-decors ul {
    margin:0 !important;
}

div#last-decors li {
    height:95px;
    float:left;
    margin:0 !important;
    padding:0 !important;
}

div#last-decors li img {
    margin: 5px 8px 0 2px !important;
}

div#cross-selling {
    width:394px;
    min-height: 134px;
    float:left;
    overflow-x:hidden;
}

div#cross-selling #left {
    margin-left:0;
}

div.detail-price {
    padding-left:10px;
    height:52px;
    width:128px;
}

div.detail-price div.availability {
    float:left;
    padding:2px 5px 0 0;
    width:20px;
}

div.detail-price div.price-info {
    margin-left:25px;
}

/*div.box-content div#last-decors {
    margin-top:15px;
    float:none;
    width:796px;
}*/

div.content-search div#last-decors {
    margin-top:15px;
    float:none;
    width:796px;
    border:1px solid #ACACAC;
}

div.content-search div#last-decors h2 {
    background-color:#ACACAC;
}

/* ////////////////////////////////////////////// DROP DOWN Dekoransicht */
div#home1 div.img-homes {
    float:left;
}

div#home1 div.img-homes img {
    border: none;
}

div#home1 h2.homes {
}

div.var_banner_dropdown {
    float:right;
    vertical-align: middle;
    padding:23px 10px 0 0;
}

.var_banner_dropdown_text {
    padding-right:35px;
}

.var_banner_dropdown a {
    display:block;
    height:45px;
    line-height:60px;
    color:#fff!important;
    font-size:10px;
}

.var_banner_dropdown a:hover {
    color:#aaa!important;
}

a.dd_down {
    background:url("/extension/silver.project/design/ihr/images/home_drop_down.gif") bottom right no-repeat;
}

a.dd_up {
    background:url("/extension/silver.project/design/ihr/images/home_drop_up.gif") bottom right no-repeat;
}

div.themes-thumbs {
    border: 1px solid;
    padding-bottom:10px;
    padding-left:10px;
}


div#home1 div.themes-thumbs {
    border:none;
    clear:both;
}

div.var_banner_dropdown img {
    float:left;
}

div#home1 div.var_banner_homes {
    margin-bottom:0;
    height:auto;
}

div.spacer-help {
    clear:both;
    height:10px;
}

/* ////////////////////////////////////////////// Produkt-detail (DekorÃ¼bersicht) */

.content-view-full .idTabs ul {
    margin:0 0 6px 0 !important;
}

.content-view-full .idTabs ul li {
    display:inline-block;
    *display:inline;
    *zoom:1;
    margin:0 !important;
    padding:0 !important;
    *padding-right:4px !important;
}

.content-view-full .idTabs ul li a {
    display:inline-block;
    *display:inline;
    *zoom:1;
    background-color:#ccc;
    width:150px;
    padding: 7px 0 !important;
    margin:0 0 0.5em !important;
    text-align:center;
    margin-right:0;
    color:#2d2d2d !important;
    font-weight:normal !important;
    font-size:13px !important;
}

#specials .content-view-full .idTabs ul li a.selected,
#specials .content-view-full .idTabs ul li a:hover { background-color:#666666 !important; }
#fruehjahr .content-view-full .idTabs ul li a.selected,
#fruehjahr .content-view-full .idTabs ul li a:hover { background-color:#999900 !important; }
#sommer .content-view-full .idTabs ul li a.selected,
#sommer .content-view-full .idTabs ul li a:hover { background-color:#669933 !important; }
#herbst .content-view-full .idTabs ul li a.selected,
#herbst .content-view-full .idTabs ul li a:hover { background-color:#663300 !important; }
#x-mas .content-view-full .idTabs ul li a.selected,
#x-mas .content-view-full .idTabs ul li a:hover { background-color:#660000 !important; }

.content-view-full .idTabs ul li a.selected,
.content-view-full .idTabs ul li a:hover {
    color:#fff !important;
}

#productlist_navi {
    margin-bottom:12px;
}

div#main h2 a,
div#x-mas div.attribute-header h1,
div#x-mas h2 {
    color:#fff !important;
    font-weight:normal !important;
}

div.var_boxes h2 span {
    clear: both;
    color: #fff;
    float: left;
    font-size: 13px !important;
    padding: 4px 0 0 10px;
    text-align: left;
}

div.box_decores {
    height:auto;
    min-height: 133px;
}

div.box_accessoires img,
div.box_decores img,
div.box_basics img,
div#decors div.image-preview a.plus-icon span {
    margin: 5px 0 0 2px !important;
}

#decors .image-preview {
    padding:1px 0 3px 4px;
}

div#carousel {
    height:auto !important;
    padding: 4px 0;
}

div#carousel ul {
    width:auto;
}

div.product-details {
    margin-left:0;
}

.box-content .class-product .product-details {
    float:right;
}

#napkins div.product-details,
#accessoires div.product-details {
    float:none;
}

/* ////////////////////////////////////////////// Produkt-detail (Servietten) */

#napkins .product-details > form,
#accessoires .product-details > form {
    display: inline-block;
    height: 250px;
    padding: 0 10px;
    border-bottom: 1px dotted;
    margin-bottom:16px;
    width: 135px;
    vertical-align: top;
    *display:inline;
    *zoom:1;
}

#napkins .product-line .product-description .detailline-facts,
#accessoires .product-line .product-description .detailline-facts,
#napkins .product-line .product-description .price-info,
#accessoires .product-line .product-description .price-info,
#napkins .product-line .product-description .packing_unit,
#accessoires .product-line .product-description .packing_unit {
    width:125px;
}

#napkins .product-line .product-description .detailline-facts img,
#accessoires .product-line .product-description .detailline-facts img {
    vertical-align:middle;
    *float:none;
}


#napkins form > .product-line,
#accessoires form > .product-line {
    border:none !important;
}

#napkins .product-line .product-description,
#accessoires .product-line .product-description {
    height:auto;
    max-height:none;
    min-height:0;
    *overflow:visible;
}

#napkins .product-line .product-description .detailline-facts,
#accessoires .product-line .product-description .detailline-facts {
    float: none;
    min-height: 0;
    vertical-align: top;
    width: auto;
    height:22px;
}

#napkins .product-line .basket-quantity.detail-quantity,
#accessoires .product-line .basket-quantity.detail-quantity {
    width:auto;
    padding: 12px 0 0;
    *padding:10px 0 1px;
    height:20px;
    margin-bottom:0;
}

#napkins form div.content-action,
#accessoires form div.content-action {
    border-top:none !important;
    margin:2px 0 0 0;
}

#napkins .basket-quantity.detail-quantity > input.quantity,
#accessoires .basket-quantity.detail-quantity > input.quantity {
    color: #828282;
    height: 16px;
    line-height: 16px;
    padding-left: 2px;
    text-align: left;
    width: 86px;
}

#napkins form .content-action > input.add-to-basket,
#accessoires form .content-action > input.add-to-basket,
.overlay_detail input.add-to-basket {
    background:#ccc url(/extension/silver.project/design/ihr/images/add-to-basket.gif) 0 0 no-repeat;
    width:36px;
    height:30px;
    padding:0;
    margin:0;
    padding:0;
}

#napkins .content-action > input.add-to-basket.yellow,
#accessoires .content-action > input.add-to-basket.yellow { border:6px solid #ff0; border-top-width:0; border-bottom-width:0; border-left-width:0; }
#napkins .content-action > input.add-to-basket.red,
#accessoires .content-action > input.add-to-basket.red { border:6px solid #f00; border-top-width:0; border-bottom-width:0; border-left-width:0; }
#napkins .content-action > input.add-to-basket.green,
#accessoires .content-action > input.add-to-basket.green { border:6px solid #66cc00; border-top-width:0; border-bottom-width:0; border-left-width:0; }
#napkins .content-action > input.add-to-basket.grey,
#accessoires .content-action > input.add-to-basket.grey { border:6px solid #666666; border-top-width:0; border-bottom-width:0; border-left-width:0; }

#napkins form .product-description > .h3-product-header,
#accessoires form .product-description > .h3-product-header {
    background-color:transparent !important;
    text-align:center;
    font-size:13px;
    margin-bottom:5px;
    padding:5px 0;
}

#napkins .product-line .image-div,
#accessoires .product-line .image-div {
    text-align:center;
}

#napkins form .product-description > .detailline-facts,
#accessoires form .product-description > .detailline-facts,
#napkins form .product-description > .packing_unit,
#accessoires form .product-description > .packing_unit {
    color:#828282;
}

#specials #decors .image-preview a.plus-icon span { background:#fff url(/extension/silver.project/design/ihr/images/plus-icon-specials.gif) 32px 32px no-repeat; }
#fruehjahr #decors .image-preview a.plus-icon span { background:#fff url(/extension/silver.project/design/ihr/images/plus-icon-fruehjahr.gif) 32px 32px no-repeat; }
#sommer #decors .image-preview a.plus-icon span { background:#fff url(/extension/silver.project/design/ihr/images/plus-icon-sommer.gif) 32px 32px no-repeat; }
#herbst #decors .image-preview a.plus-icon span { background:#fff url(/extension/silver.project/design/ihr/images/plus-icon-herbst.gif) 32px 32px no-repeat; }
#x-mas #decors .image-preview a.plus-icon span { background:#fff url(/extension/silver.project/design/ihr/images/plus-icon-x-mas.gif) 32px 32px no-repeat; }

#decors .image-preview a.plus-icon span {
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:90px;
    height:90px;
}

/* Produktdetail - Novelty overlay */

#decors .halfpic,
.var_banner_homes,
.var_banner_homes .themes-thumbs a,
.image-div {
    position:relative;
}

#decors .halfpic,
.var_banner_homes .themes-thumbs a,
.image-div {
    overflow: visible !important;
}

.var_banner_homes .themes-thumbs a {
    width:100px;
    height:100px;
    display:inline-block;
    *display:inline;
    *zoom:1;
}

.novelty {
    position:absolute;
    top:-2px;
    right:-1px;
    width:35px;
    height:35px;
}

#decors .halfpic .novelty {
    top:-3px;
    right:-3px;
}

.lang_ger #basics .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-de-specials.png) top right no-repeat; }
.lang_eng #basics .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-en-specials.png) top right no-repeat; }
.lang_ger #basics .img-homes .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-de-list.png) top right no-repeat; }
.lang_eng #basics .img-homes .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-en-list.png) top right no-repeat; }

.lang_ger #specials .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-de-specials.png) top right no-repeat; }
.lang_eng #specials .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-en-specials.png) top right no-repeat; }
.lang_ger #specials .img-homes .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-de-list.png) top right no-repeat; }
.lang_eng #specials .img-homes .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-en-list.png) top right no-repeat; }

.lang_ger #fruehjahr .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-de-fruehjahr.png) top right no-repeat; }
.lang_eng #fruehjahr .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-en-fruehjahr.png) top right no-repeat; }
.lang_ger #fruehjahr .img-homes .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-de-list.png) top right no-repeat; }
.lang_eng #fruehjahr .img-homes .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-en-list.png) top right no-repeat; }

.lang_ger #sommer .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-de-sommer.png) top right no-repeat; }
.lang_eng #sommer .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-en-sommer.png) top right no-repeat; }
.lang_ger #sommer .img-homes .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-de-list.png) top right no-repeat; }
.lang_eng #sommer .img-homes .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-en-list.png) top right no-repeat; }

.lang_ger #herbst .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-de-herbst.png) top right no-repeat; }
.lang_eng #herbst .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-en-herbst.png) top right no-repeat; }
.lang_ger #herbst .img-homes .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-de-list.png) top right no-repeat; }
.lang_eng #herbst .img-homes .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-en-list.png) top right no-repeat; }

.lang_ger #x-mas .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-de-x-mas.png) top right no-repeat; }
.lang_eng #x-mas .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-en-x-mas.png) top right no-repeat; }
.lang_ger #x-mas .img-homes .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-de-list.png) top right no-repeat; }
.lang_eng #x-mas .img-homes .novelty { background: transparent url(/extension/silver.project/design/ihr/images/novelty-en-list.png) top right no-repeat; }

.themes-thumbs .novelty { background-position:0px 9px !important; height:44px; }

/* Produktdetail - Overlay */

.overlay-back {
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    top:0 !important;
    left:0 !important;
    background:transparent url(/extension/silver.project/design/ihr/images/overlay-back.png) top left repeat;
    z-index:1000;
}

/* the overlayed element */

.product_overlay {
    background-color: #fff;
    height: auto;
    left: 50%;
    margin: 0 0 0 -425px;
    padding: 10px 20px;
    min-height: 200px;
    position: absolute;
    top: 96px;
    width: 810px;
    z-index: 10000;
    border:2px solid #666;
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

#specials .product_overlay { border:2px solid #666; }
#fruehjahr .product_overlay { border:2px solid #990; }
#sommer .product_overlay { border:2px solid #693; }
#herbst .product_overlay { border:2px solid #630; }
#x-mas .product_overlay { border:2px solid #600; }

/* close button positioned on upper right corner */
.overlay-back .close {
    background:transparent url(/extension/silver.project/design/ihr/images/close-specials.png) top left no-repeat;
    cursor: pointer;
    height: 37px;
    padding-top: 30px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 37px;
    z-index: 10001;
}

#specials .overlay-back .close { background:transparent url(/extension/silver.project/design/ihr/images/close-specials.png) top left no-repeat; }
#fruehjahr .overlay-back .close { background:transparent url(/extension/silver.project/design/ihr/images/close-fruehjahr.png) top left no-repeat; }
#sommer .overlay-back .close { background:transparent url(/extension/silver.project/design/ihr/images/close-sommer.png) top left no-repeat; }
#herbst .overlay-back .close { background:transparent url(/extension/silver.project/design/ihr/images/close-herbst.png) top left no-repeat; }
#x-mas .overlay-back .close { background:transparent url(/extension/silver.project/design/ihr/images/close-x-mas.png) top left no-repeat; }

.product_overlay .product_image {
    float:left;
    width:400px;
    margin-right:30px;
    text-align: center;
}

.product_overlay .overlay_detail {
    float:right;
    width: 340px;
    font-size:14px;
}

.product_overlay .overlay_detail .overlay_header {
    font-size:19px;
    font-weight:bold;
    margin-bottom:30px;
}

.product_overlay .overlay_detail span,
.product_overlay .overlay_detail span p {
    padding-left:35px;
}

.product_overlay .overlay_detail .inline-block {
    border-bottom:1px dotted #666;
    padding:5px 0;
}

.product_overlay .overlay_detail .inline-block p label {
    display:none;
}

.product_overlay .overlay_detail .content-action {
    border-top:none !important;
    margin:5px 0 0 0;
}

.product_overlay .overlay_detail .inline-block.first {
    border-top:1px dotted #666;
    margin-top: 16px;
}

.product_overlay .inline-block.first h4 {
    width:120px !important;
}

.product_overlay .overlay_detail .basket-quantity.detail-quantity,
.product_overlay .overlay_detail .content-action,
.product_overlay .overlay_detail .sales_description {
    display: inline !important;
    float: right;
    line-height: 40px;
    text-align: right;
    vertical-align: middle;
}

#napkins .content-action,
#accessoires .content-action {
    float:right;
}

.product_overlay .overlay_detail .sales_description {
    margin-right:10px;
}

.product_overlay .overlay_detail .packing-unit {
    margin-bottom:25px;
}

.product_overlay .overlay_detail .basket-quantity.detail-quantity {
    width:auto;
}

.product_overlay .overlay_detail .inline-block > h4,
.product_overlay .overlay_detail .inline-block > p,
.product_overlay .overlay_detail .inline-block label {
    display:inline-block;
    *display:inline;
    *zoom:1;
}

.product_overlay .overlay_detail .sales-quantity {
    float: right;
    margin-bottom: 3px;
    text-align: right;
    width: 200px;
}

.product_overlay .overlay_detail .inline-block > h4 {
    width: 200px;
    padding-left:5px !important;
}

.product_overlay .quantity {
    height:26px !important;
    line-height:26px !important;
    vertical-align:middle;
}

.product_overlay .price-info {
    font-size:12px;
    margin-top: 4px;
    float: left;
}

.product_overlay .price-info div {
    font-size:16px;
    font-weight:bold;
    min-width: 80px;
}

.product_overlay .price-info div span {
    padding-left:0;
}

.product_overlay .add-to-basket {
    background-color:transparent !important;
}

.product_overlay input.quantity {
    padding-left: 4px;
    font-size:16px;
}

#specials .product_overlay input.quantity { color:#666 !important; }
#fruehjahr .product_overlay input.quantity { color:#990 !important; }
#sommer .product_overlay input.quantity { color:#693 !important; }
#herbst .product_overlay input.quantity { color:#630 !important; }
#x-mas .product_overlay input.quantity { color:#600 !important; }

/* Overlay END */

/* Produktdetail - Tooltip */

.tooltip {
    background-color:#fff;
    border:1px solid #000;
    max-width: 500px;
    z-index:15;
    padding:5px;
}

/* Tooltip END */

/* Cookie policy */

/* Hintergrundfarbe */
.cc-banner.cc-bottom,
.cc-window.cc-floating {
background: rgba(0,0,0,0.7);
text-align: left;
}

.cc-window.cc-floating {
  width: 100%;
  bottom: 0 !important;
}

/* Button */
.cc-banner .cc-btn,
.cc-window .cc-btn{
min-width: 80px;
background: #ea5900;
color: #fff;
font-weight: 100;
border-radius: 20px;
font-size: 21px;
text-decoration: none;
display: inline;
border: none;
}

.cc-message {
    color: #fff;
}

.cc-link {
color: #fff !important;
}
.cc-banner .cc-message {
flex: none;
width: 700px;
margin: 0 auto;
}
.cc-window.cc-banner {
flex-direction: column !important;
}

.cc-compliance {
width: 850px;
text-align: right;
display:inline !important;
}

.cc-floating {
  max-width: 100% !important;
}


