@charset "utf-8";
/* CORE CSS - modified for Security Center */


/* 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: none; /* WHITE BACKGROUND FOR SECURITY CENTER */
    text-align: left; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;
}
fieldset {
}


/* 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;
    margin-bottom:0.5em;
    line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}


/* LINKS */

a
{

}

a:hover
{

}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}


#basket table.list th.svb-basket-remove, 
#ordersummary table.list th.svb-basket-line_item_amount, 
#ordersummary table.list td.svb-basket-line_item_amount, 
#ordersummary table.list td.sum,
#orderhistory_result table.list th.svoh-details {
    border-right:1px solid #DFDFDF;
    padding-right:10px;
}

/* 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; Auskommentiert weil margin auto fuer diverse Buttons */
    padding: 0;
}

th, td
{

}

table.list /* Standard class usable for most regular tables presenting lists, with additional related styles */
{
	width: 746px;
	background-image: url(/extension/silver.project/design/sc_base/images/bglight_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}
table.list thead {

}
.payment-remark {
	width: 733px;
	float:left;
	padding-left: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #DFDFDF;
	padding-top: 8px;
	padding-bottom: 3px;
	clear:left;
}


.svb-basket-addline {
	width: 538px;
	padding-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #606060;
	line-height: 17px;
	padding-left: 11px;
}
.svb-basket-addline-coupon {
	padding-right: 12px;
	width: 124px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	overflow: hidden;
}
.svb-basket-addline-coupon-input {


}
.svb-basket-addline-update {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}
.svb-basket-description {
	padding-right: 12px;
	width: 124px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	overflow: hidden;
}
.svb-basket-quantity {
	padding-right: 0px;
	width: 50px;
	overflow: hidden;
}
.svb-basket-available {
	padding-right: 6px;
	width: 69px;
	text-align: center;
	overflow: hidden;
}
.svb-basket-unit_price {
	padding-right: 6px;
	padding-left: 6px;
	width: 62px;
	text-align: center;
	overflow: hidden;
}
.svb-basket-article_number,
.svoh-line_no {
	width: 48px;
	padding-right: 12px;
	padding-left: 12px;
	overflow: hidden;
}
.svb-basket-item_amount {
	padding-right: 6px;
	padding-left: 6px;
	width: 66px;
	text-align: center;
	overflow: hidden;
}
.svb-basket-item_discount,
.svoh-details  {
	width: 76px;
	text-align: center;
	overflow: hidden;
}
.svb-basket-remove {
	padding-right: 11px;
	width: 74px;
	text-align: right;
	overflow: hidden;
}
.svb-basket-line_item_amount {
	width: 88px;
	text-align: right;
	padding-left: 12px;
	overflow: hidden;
	font-weight: bold;
}
#ordersummary table.list th.svb-basket-line_item_amount, #ordersummary table.list td.svb-basket-line_item_amount {
	width: 170px;
	/*eigentlich muessten es 176px sein*/
	text-align: right;
	padding-left: 12px;
	overflow: hidden;
	font-weight: bold;
}



table.list th, table.list td
{

}

table.list th
{
	padding-top: 6px;
	padding-bottom: 6px;

}
table.list th.bnb_tc_box_head_left , table.list th.bnb_tc_box_head_right
{
	padding-top: 6px;
	padding-bottom: 0px;

}

table.list td
{

}

table.list th:first-child, table.list td:first-child
{

}

table.list tr.bglight
{
	width: 746px;
}

table.list .center {
    text-align:center;
}

table.list  tr.bglight td {
	padding-top: 11px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	vertical-align: top;
}
table.list tr.add-row {
	width: 746px;
	padding-top: 10px;
	background-color: #EFEFEF;
	margin: 0px;
	padding-bottom: 9px;
}
table.list tr.add-row td {
	background-color: #EFEFEF;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	padding-top: 9px;
	vertical-align: top;
}
table.list tr.coupon td {
	background-color: #FFFFFF;
	padding-top: 11px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	vertical-align: top;
}

table.list tr.bgdark {
	width: 746px;
}
table.list tr.bgdark td {
	padding-top: 11px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	vertical-align: top;
}

table.list tr.alternativ {
	width: 746px;
	background-color: #EFEFEF;
	font-size:1em;
}

table.list tr.alternativ p{
	font-size:1em;
	font-weight:normal;
}

table.list tr.alternativ td {
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: #EFEFEF;
	padding-top: 10px;
	padding-bottom: 0px;
}
table.list tr.add-row td.svb-basket-addline, table.list tr.add-row td.svb-basket-article_number {
    border-left:1px solid #DFDFDF;
    padding-left:11px;
}
table.list tr.add-row td.svb-basket-empty, table.list tr.add-row td.svb_icon_query, #basket table.list tr.add-row td.svb-basket-remove, #ordersummary tr.add-row td.svb-basket-line_item_amount {
    border-right:1px solid #DFDFDF;
    padding-right:11px; 
}
table.list tr.bglight td.svb-basket-quantity, table.list tr.bgdark td.svb-basket-quantity {
	padding-top:8px;
}
table.list tr.add-row td.svb-basket-addline-coupon-input {
    padding-top: 8px;
}
#ordersummary table.list tr.bglight td.svb-basket-quantity, #ordersummary table.list tr.bgdark td.svb-basket-quantity {
	padding-top: 11px;
}
#ordersummary .attribute-header, #basket .attribute-header {
	float: left;
	width: 730px;
	padding-top: 13px;
	padding-bottom: 16px;
}
#ordersummary .attribute-header h2, #basket .attribute-header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #606060;
	margin: 0px;
	padding: 0px;
}
table.list tr.bglight:hover, table.list tr.bgdark:hover /* This has no effect in IE6 and below */
{

}

table.list tr.bglight:hover td, table.list tr.bgdark:hover td
{

}

table.list a
{
    border-bottom-color: #EAE9E1;
}

table.list img
{
	vertical-align: text-bottom;
}


th.tight, td.tight
{
    width: 1%;
}

td.nowrap
{
    white-space: nowrap;
}

td.number
{
	text-align:right;
	
}
td.numbersum {
	text-align: right;
	padding-left: 12px;
	overflow: hidden;
}
td.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}
th.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
	padding-left: 11px;
}
th.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFDFDF;
	padding-right: 10px;
}
th.topbottomspace {
	padding-top: 6px;
	padding-bottom: 6px;
}
th.svb-basket-article_number,
th.svoh-line_no {
	width: 48px;
	padding-right: 12px;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
	padding-left: 11px;
	
}

td.borderleft,
th.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
	padding-left: 11px;
}
td.borderright,
th.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFDFDF;
	padding-right: 10px;
}
td.topspace_8 {
	padding-top: 8px;
}
td.bottomspace_8 {
	padding-bottom: 8px;
}
th.bottomspace_25 {
	padding-bottom: 25px;
}
td.svb-basket-description a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005FAA;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float: left;
	font-weight: normal;
}
td.svb-basket-description a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005FAA;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float: left;
	font-weight: normal;
}
td.svb-basket-description a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005FAA;
	text-decoration: underline;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float: left;
	font-weight: normal;
} 
td.svb-basket-description a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005FAA;
	text-decoration: underline;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float: left;
	font-weight: normal;
}
td.svb-basket-description a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005FAA;
	text-decoration: underline;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float: left;
	font-weight: normal;
} 
td.svb-basket-quantity input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 21px;
	font-size: 12px;
	margin: 0px;
	padding: 1px 0px 0px 2px;
	color: #606060;
	float: left;
}
td.svb-basket-remove input {
	margin-right: 18px;
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	height: 13px;
	width: 13px;
	overflow: hidden;
}
.kasten2 {
	background-color: #EFEFEF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	width: 736px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	padding-left: 8px;
	padding-bottom: 20px;
	float: left;
	padding-top: 23px;
}
.kasten2 p {
	margin: 0px;
	padding: 0px 12px 0px 0px;
}
.kasten2 input {
	margin-right: 6px;
	
}
.kasten2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005FAA;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}
.kasten2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005FAA;
	text-decoration: none;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}
.kasten2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005FAA;
	text-decoration: underline;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}
.kasten2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005FAA;
	text-decoration: underline;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}
.kasten2 a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005FAA;
	text-decoration: underline;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}

table.payment {
	background-color: #EFEFEF;
	background-image: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
}
table.payment th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-bottom: 1px;
}
table.payment th.bottomspace_25 {
	padding-bottom: 25px;
}
table.payment td {
	width: 176px;
	padding-bottom: 14px;
}
table.payment td.radio_empty {
	width: 24px;
	padding-bottom: 14px;
}
table.payment td input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	width: 158px;
	margin: 0px;
	padding: 2px 0px 0px 2px;	
}
table.payment td #card_auth_code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 42px;
	margin: 0px;
	padding: 2px 0px 0px 2px;
}
table.payment td #card_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	width: 164px;
	margin: 0px;
	padding: 0px;
}



/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    margin: 0.75em 0 1em 1em;
    padding: 0;
    list-style-type: none;
}

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
{
	list-style-type: none;
}

/* 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: 0px;
	padding: 0em;
	margin: 0px;
	float: left;
}

legend
{
    font-weight: bold;
    color: #000000;
    padding: 0 0.25em 0 0.25em;
}

fieldset label{

}

fieldset input.button
{
    /*margin-top: 0.5em;*/
}
#shipto label {
	float: left;
	width: 100px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	white-space:normal;
}
#billto label {
	float: left;
	width: 100px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	white-space:normal;
}

#shipto input, #billto input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 217px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
}
#shipto select, #billto select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 224px;
	margin: 0px;
	padding: 0px;
}
label#store_address {
	
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 330px;
	overflow: hidden;
}
label#store_address input {
	margin-right: 12px;
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	height: 13px;
	width: 13px;
	overflow: hidden;
}

#shipto {
	float: left;
	width: 350px;
	padding-right: 22px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#billto {
	float: left;
	width: 350px;
	padding-right: 0px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.ssl_calendar {
	float: left;
	width: 337px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}




/* 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 */
/* MESSAGES #main.two_columns */
#main.two_columns div.message-confirmation, 
#main.two_columns div.message-feedback, 
#main.two_columns div.message-warning, 
#main.two_columns div.message-error, 
#main.two_columns div.warning, 
div.main_two_columns div.warning, 
div.main_two_columns div.success,
div.main_two_columns div.message-feedback,
#main div.message-error{
	background-color:#D90019;
    border-radius: 6px; /*NEW Skn*/
    -webkit-border-radius: 6px;  /*NEW Skn*/
	margin: 3px 0px 16px;
	padding: 0px;
	float: left;
	width: 746px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
#main.two_columns div.message-confirmation h2, 
#main.two_columns div.message-feedback h2, 
#main.two_columns div.message-warning h2, 
#main.two_columns div.message-error h2, 
#main.two_columns div.warning h2, 
div.main_two_columns div.warning h2, 
div.main_two_columns div.success h2,
div.main_two_columns div.message-feedback h2,
#orderhistory_result div.warning h2,
#main div.message-error h2{
	background-image: url(/extension/silver.project/design/sc_base/images/message-error-warning.jpg);  /*NEW Skn*/
	background-repeat: no-repeat;
	background-position: 11px 10px; /*left top;*/
	width: 698px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
    padding: 8px 12px 8px 36px; /*NEW Skn*/
}
div.message-confirmation ul, 
div.message-feedback ul, 
div.message-warning ul, 
div.message-error ul, 
div.warning ul,
div.message-error ul{
	list-style:none;
	padding-right: 12px;
	padding-left: 36px;
	margin: 0px;
	padding-bottom: 10px;
}

div.message-confirmation p,
div.message-feedback p,
div.message-warning p,
div.message-error p,
div.warning p{
    color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 36px;
}
/* MESSAGES #main.main */
#main.main div.message-confirmation,
#main.main div.message-feedback,
#main.main div.message-warning,
#main.main div.message-error,
#main.main div.warning{
	background-color:#D90019;
    border-radius: 6px; /*NEW*/
    -webkit-border-radius: 6px; /*NEW*/
	margin: 3px 0px 16px;
	padding: 0px;
	float: left;
	width: 554px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
#main.main div.message-confirmation h2,
#main.main div.message-feedback h2,
#main.main div.message-warning h2,
#main.main div.message-error h2,
#main.main div.warning h2{
    background-image: url(/extension/silver.project/design/sc_base/images/message-error-warning.jpg); /*NEW*/
    background-repeat: no-repeat;
    background-position: 11px 10px;  /*NEW*/
	width: 506px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
    padding: 8px 12px 8px 36px; /*NEW*/
}
#main.main div.message-confirmation p,
#main.main div.message-feedback p,
#main.main div.message-warning p,
#main.main div.message-error p,
#main.main div.warning p{
    color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
    padding-bottom: 6px; /*NEW SKn*/
	padding-right: 12px;
	padding-left: 36px;
}

#main.two_columns div.message-feedback h2,
#main.main div.message-feedback h2 {
    background-image: url(/extension/silver.project/design/sc_base/images/message-feedback.jpg);
    padding: 8px 12px 16px 36px;
}
#main.two_columns div.message-feedback,
#main.main div.message-feedback {
    background-color: #00A319;
    background-image: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}


div.message-warning, div.warning
{
   
}

div.message-error
{
    
}


/* 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;
}

/* CONTENT CSS - 20060522 */

/* This stylesheet should contain all styles for content class templates */

/* Translation */

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/ezwebin/design/ezwebin/images/box-1/border-tl.gif) no-repeat top left;
}

div.border-box div.border-tr
{
    background: url(/extension/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/images/box-1/border-tc.gif) repeat-x top left;
}

div.border-box div.border-ml
{
    background: url(/extension/ezwebin/design/ezwebin/images/box-1/border-ml.gif) repeat-y center left;
}

div.border-box div.border-mr
{
    background: url(/extension/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/images/box-1/border-bl.gif) no-repeat bottom left;
}

div.border-box div.border-br
{
    background: url(/extension/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/images/box-1/border-bc.gif) repeat-x bottom left;
}

/* Box 2 */

div.box-2 div.border-tl
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-2/border-tl.gif);
}

div.box-2 div.border-tr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-2/border-tr.gif);
}

div.box-2 div.border-tc
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-2/border-tc.gif);
}

div.box-2 div.border-ml
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-2/border-ml.gif);
}

div.box-2 div.border-mr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-2/border-mr.gif);
}

div.box-2 div.border-mc
{
    background: #d4d5da url(/extension/ezwebin/design/ezwebin/images/box-2/border-mc.gif) repeat-x top left;
}

div.box-2 div.border-bl
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-2/border-bl.gif);
}

div.box-2 div.border-br
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-2/border-br.gif);
}

div.box-2 div.border-bc
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-2/border-bc.gif);
}

/* Box 3 */

div.box-3 div.border-tl
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-3/border-tl.gif);
}

div.box-3 div.border-tr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-3/border-tr.gif);
}

div.box-3 div.border-tc
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-3/border-tc.gif);
}

div.box-3 div.border-ml
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-3/border-ml.gif);
}

div.box-3 div.border-mr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-3/border-mr.gif);
}

div.box-3 div.border-mc
{
    background: #f4f4f4 url(/extension/ezwebin/design/ezwebin/images/box-3/border-mc.gif) repeat-x top left;
}

div.box-3 div.border-bl
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-3/border-bl.gif);
}

div.box-3 div.border-br
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/box-3/border-br.gif);
}

div.box-3 div.border-bc
{
    background-image: url(/extension/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/images/infobox-header/border-tl.gif);
}

div.infobox-header div.border-tr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/infobox-header/border-tr.gif);
}

div.infobox-header div.border-tc
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/infobox-header/border-tc.gif);
}

div.infobox-header div.border-ml
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/infobox-header/border-ml.gif);
}

div.infobox-header div.border-mr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/infobox-header/border-mr.gif);
}

div.infobox-header div.border-mc
{
    background: #d1d1c4 url(/extension/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/images/infobox-header/border-bl.gif);
}

div.infobox-header div.border-br
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/infobox-header/border-br.gif);
}

div.infobox-header div.border-bc
{
    background-image: url(/extension/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/images/infobox/border-tl.gif);
}

div.infobox div.border-tr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/infobox/border-tr.gif);
}

div.infobox div.border-tc
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/infobox/border-tc.gif);
}

div.infobox div.border-ml
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/infobox/border-ml.gif);
}

div.infobox div.border-mr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/infobox/border-mr.gif);
}

div.infobox div.border-mc
{
    background: #ffffff url(/extension/ezwebin/design/ezwebin/images/infobox/border-mc.gif) repeat-x top left;
    padding: 3px 6px 3px 6px;
}

div.infobox div.border-bl
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/infobox/border-bl.gif);
}

div.infobox div.border-br
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/infobox/border-br.gif);
}

div.infobox div.border-bc
{
    background-image: url(/extension/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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;
}

/* ATTIRBUTE HEADER */

div.attribute-header h1
{
    font-size: 1.8em;
    font-weight: normal;
    background-image: url(/extension/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/images/icons/tip_icon.gif');
}

.attribute-pdf a
{
    background-image: url('/extension/ezwebin/design/ezwebin/images/icons/pdf_icon.gif');
}

.attribute-print a
{
    background-image: url('/extension/ezwebin/design/ezwebin/images/icons/print_icon.jpg');
}

.attribute-rss a
{
    background-image: url('/extension/ezwebin/design/ezwebin/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.content-view-sitemap ul
{

}

div.content-view-sitemap ul
{
    padding: 0;
    margin: 0.75em 0 1em 0;
}

div.content-view-sitemap ul ul
{
    margin: 0.3em 0 0.5em 12px;
}

div.content-view-sitemap ul
{
    list-style-type: none;
}

div.content-view-sitemap ul li
{
    margin: 0 0 0.5em 2em;
    padding: 0 0 0 14px;
    background-image: url(/extension/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/images/attribute_header_bg_medium.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 56px;
}

div.attribute-tipafriend
{
    background-image: url(/extension/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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-column-position
{
    width: 100%;
    float: left;
}

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

div.extrainfo-column-position
{
    width: 17em;
    margin-right: -17em;
    float: left;
}

div.columns-blog 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/ezwebin/design/ezwebin/images/calendar-corner-tl.gif) no-repeat top left;
}

div.calendar div.calendar-tr
{
    background: url(/extension/ezwebin/design/ezwebin/images/calendar-corner-tr.gif) no-repeat top right;
}

div.calendar div.calendar-bl
{
    background: url(/extension/ezwebin/design/ezwebin/images/calendar-corner-bl.gif) no-repeat bottom left;
}

div.calendar div.calendar-br
{
    background: url(/extension/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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
{
    width: 17em;
}

div.factbox-header
{
    margin-bottom: 0;
}

div.factbox-header h2
{
    margin: 1px 0px 3px 0px;
    padding: 0;
    font-size: 16px;
}

div.factbox-header div.border-tl
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox-header/border-tl.gif);
}

div.factbox-header div.border-tr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox-header/border-tr.gif);
}

div.factbox-header div.border-tc
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox-header/border-tc.gif);
}

div.factbox-header div.border-ml
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox-header/border-ml.gif);
}

div.factbox-header div.border-mr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox-header/border-mr.gif);
}

div.factbox-header div.border-mc
{
    background: #D5D5C2 url(/extension/ezwebin/design/ezwebin/images/factbox-header/border-mc.gif) repeat-x top left;
    padding: 0 6px 0 6px;
}

div.factbox-header div.border-bl
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox-header/border-bl.gif);
}

div.factbox-header div.border-br
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox-header/border-br.gif);
}

div.factbox-header div.border-bc
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox-header/border-bc.gif);
}

div.factbox-content div.attribute-image
{
    margin: 0.5em 0.5em 0.5em 0;
    float: left;
}

div.factbox-content div.border-tl
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox/border-tl.gif);
}

div.factbox-content div.border-tr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox/border-tr.gif);
}

div.factbox-content div.border-tc
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox/border-tc.gif);
}

div.factbox-content div.border-ml
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox/border-ml.gif);
}

div.factbox-content div.border-mr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox/border-mr.gif);
}

div.factbox-content div.border-mc
{
    background: #ECECE3 url(/extension/ezwebin/design/ezwebin/images/factbox/border-mc.gif) repeat-x top left;
    padding: 3px 6px 3px 6px;
}

div.factbox-content div.border-bl
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox/border-bl.gif);
}

div.factbox-content div.border-br
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox/border-br.gif);
}

div.factbox-content div.border-bc
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/factbox/border-bc.gif);
}

/* 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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/images/productbox-header/border-tl.gif);
}

div.productbox-header div.border-tr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/productbox-header/border-tr.gif);
}

div.productbox-header div.border-tc
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/productbox-header/border-tc.gif);
}

div.productbox-header div.border-ml
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/productbox-header/border-ml.gif);
}

div.productbox-header div.border-mr
{
    background-image: url(/extension/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/images/productbox-header/border-bl.gif);
}

div.productbox-header div.border-br
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/productbox-header/border-br.gif);
}

div.productbox-header div.border-bc
{
    background-image: url(/extension/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/images/productbox/border-tl.gif);
}

div.productbox div.border-tr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/productbox/border-tr.gif);
}

div.productbox div.border-tc
{
    background-image: url(/extension/ezwebin/design/ezwebin/stylesheets/images/productbox/border-tc.gif);
}

div.productbox div.border-ml
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/productbox/border-ml.gif);
}

div.productbox div.border-mr
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/productbox/border-mr.gif);
}

div.productbox div.border-mc
{
    background: #fff url(/extension/ezwebin/design/ezwebin/images/productbox/border-mc.gif) repeat-x top left;
    text-align: center;
}

div.productbox div.border-bl
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/productbox/border-bl.gif);
}

div.productbox div.border-br
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/productbox/border-br.gif);
}

div.productbox div.border-bc
{
    background-image: url(/extension/ezwebin/design/ezwebin/images/productbox/border-bc.gif);
}

/* EMBED - HIGHLIGHTED OBJECT */

div.highlighted_object
{
    background-image: url(/extension/ezwebin/design/ezwebin/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.itemized_sub_items div.content-view-embed ul
{
    margin: 0;
}

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/ezwebin/design/ezwebin/images/sidemenu_bullet.png);
    background-position: 0.2em 0.5em;
    background-repeat: no-repeat;
    padding-left: 18px;
    display: block;
    font-size: 0.9em;
}

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.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/ezwebin/design/ezwebin/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 div.content-view-embed div.content-view-children div.separator
{
    display: none;
}

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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/images/separator.jpg);
    background-repeat: no-repeat;
    height: 20px;
    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
{
    width: 228px;
    float: left;
}

div#ezagenda_calendar_container
{
    width: 228px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

div#ezagenda_calendar_container div.border-box div.border-tl
{
    background: transparent url(/extension/ezwebin/design/ezwebin/images/agendabox/border-tl.gif) no-repeat scroll left top;
}

div#ezagenda_calendar_container div.border-box div.border-tr
{
    background:transparent url(/extension/ezwebin/design/ezwebin/images/agendabox/border-tr.gif) no-repeat scroll right top;
}

div#ezagenda_calendar_container div.border-box div.border-tc
{
    background:transparent url(/extension/ezwebin/design/ezwebin/images/agendabox/border-tc.gif) repeat-x scroll left top;
}

div#ezagenda_calendar_container div.border-box div.border-ml
{
    background: transparent url(/extension/ezwebin/design/ezwebin/images/agendabox/border-ml.gif) repeat-y scroll left center;
}

div#ezagenda_calendar_container div.border-box div.border-mr
{
    background:transparent url(/extension/ezwebin/design/ezwebin/images/agendabox/border-mr.gif) repeat-y scroll right center;
}

div#ezagenda_calendar_container div.border-box div.border-mc
{
    background:#F4F4F4 url(/extension/ezwebin/design/ezwebin/images/agendabox/border-mc.gif) repeat-x scroll left top;
    padding: 0.25em 0 0.25em 0;
}

div#ezagenda_calendar_container div.border-box div.border-bl
{
    background: transparent url(/extension/ezwebin/design/ezwebin/images/agendabox/border-bl.gif) no-repeat scroll left bottom;
}

div#ezagenda_calendar_container div.border-box div.border-br
{
    background: transparent url(/extension/ezwebin/design/ezwebin/images/agendabox/border-br.gif) no-repeat scroll right bottom;
}

div#ezagenda_calendar_container div.border-box div.border-bc
{
    background:transparent url(/extension/ezwebin/design/ezwebin/images/agendabox/border-bc.gif) repeat-x scroll left bottom;
}

div#ezagenda_calendar_container table
{
    background-image:url(/extension/ezwebin/design/ezwebin/images/cal_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #F0F0F0;
    margin: auto;
    text-align: left;
    font-size: 0.85em;
}

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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/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/ezwebin/design/ezwebin/images/left-corner-top.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

div#sidemenu div.contentstructure li.last
{
    background-image: url(/extension/ezwebin/design/ezwebin/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.shop-confirmorder ul
{
    margin: 0;
    padding: 0;
}

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.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.shop-basket ul li
{
    background-image: none;
}

div.shop-userregister ul li
{
    background-image: none;
}

/* CSS Document */


.svb_icon_query {

}
.bnb_tc_box_line_normal {
	width: 746px;
}
.list_head {
	width: 746px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #606060;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(/extension/silver.project/design/silver.project/images/sc_head_bg.gif);
}
.bnb_tc_box_small_line_end {
	width: 746px;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
}
.bnb_tc_box_small_line_end td {
	padding-top: 7px;
	padding-bottom: 3px;
}
.basket-footer-line {
	width: 746px;
	line-height: 18px;
	vertical-align: top;
}
.bnb_tc_box_bottom {
	background-image: url(/extension/silver.project/design/silver.project/images/tc_box_bottom_end.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 746px;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 8px;
	overflow: hidden;
	background-color: #FFFFFF;
	height:20px;
}
.bnb_tc_box_top {
	background-image: url(/extension/silver.project/design/silver.project/images/tc_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 4px;
	width: 746px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 4px;
	line-height: 4px;
}

.bnb_tc_box_head_bottom {
	width: 746px;
	background-image: url(/extension/silver.project/design/silver.project/images/tc_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 7px;
	line-height: 7px;
}

.bnb_availability_green {
	background-image: url(/extension/silver.project/design/silver.project/images/availability_green.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 13px;
	width: 63px;
	margin: 0px;
	padding: 0px;
}
.bnb_availability_red {
	background-image: url(/extension/silver.project/design/silver.project/images/availability_red.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 13px;
	width: 63px;
	margin: 0px;
	padding: 0px;
}
.bnb_availability_white {
	background-image: url(/extension/silver.project/design/silver.project/images/availability_white.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 13px;
	width: 63px;
	margin: 0px;
	padding: 0px;
}
.bnb_icon_query {
	background-image: url(/extension/silver.project/design/silver.project/images/icon_query.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 16px;
	display: block;
	margin-left: 8px;
	margin-top: 1px;
}

.bnb_tc_box_small_line_left {
	overflow: hidden;
}
.bnb_icon_delete_basket {
	background-image: url(/extension/silver.project/design/silver.project/images/icon_delete_basket.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 30px;
	text-decoration: none;
	display: block;
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}
.bnb_delete_items {
	padding-top: 4px;
}
.bnb_masterbutton {
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}

.bnb_tc_box_small_line_clue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A40013;
	padding-right: 24px;
	line-height: 16px;
	padding-top: 1px;
	padding-left: 12px;
}
.bnb_form_checkbox {
	margin-right: 18px;
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	height: 13px;
	width: 13px;
	overflow: hidden;
}
.bnb_fieldset_firstelements {
	float: none;
	height: 70px;
	width: 338px;
}
.bnb_form_radiob {
	padding: 0px 0px 0px 5px;
	overflow: hidden;
	width: 24px;
}
.bnb_tc_box_line_cont_right {
	margin: 0px;
	padding: 0px 0px 7px;
	width: 342px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}
.bnb_tc_box_head_left {
	vertical-align: bottom;
	padding-right: 24px;
	padding-left: 11px;
	text-align: left;
	padding-bottom: 0px;
}
.bnb_tc_box_head_right {
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 0px;
}


.bnb_tc_box_line_cont_left {
	margin: 0px;
	padding: 0px 24px 7px 11px;
	width: 338px;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}
.bnb_tc_box_line_cont_left ul {
	font-style: normal;
}
.bnb_tc_box_line_cont_right ul {
	font-style: normal;
}
.select_day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 56px;
	margin: 0px 8px 0px 0px;
	padding: 0px;
}
.select_month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 56px;
	margin: 0px 8px 0px 0px;
	padding: 0px;
}
.select_year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 78px;
	margin: 0px;
	padding: 0px;
}

/* Allgemeine CSS fuer 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;}

/* silver.basic Customercenter Standard CSS */

div#main  ul.customercenter li p {
  font-weight:bold;
}

div#main  ul.customercenter li {
list-style-type: none;
list-style-image: none;
background-image: none;
padding:0;
margin:0;
}

div#customercenter fieldset {border:none;padding:0;}

div#main div.customer_actions ul {margin:0.75em 0pt 1em 0;}

div#customercenter {margin-bottom:20px;}

div#customercenter div.cc_selectuser {vertical-align:top;}

div#customercenter h5.actiontitle {
background: url(/extension/silver.basic.customercenter/design/standard/images/h5action.png) no-repeat;
background-position:2pt 3pt;
padding-left:15px;}

div#customercenter fieldset label {width:150px;float:left;}

div#customercenter customercenter-intro {margin:10px 0;}

input.cc_icon {border:none;}


.basket_steps {
	background-image: url(/extension/silver.project/design/sc_base/images/basket_steps.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 3px 0px 0px;
	float: left;
	height: 22px;
	width: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-left: 12px;
	position: relative;
	z-index: 30;
}
.basket_steps_active {
	background-image: url(/extension/silver.project/design/sc_base/images/basket_steps_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 3px 0px 0px;
	float: left;
	height: 22px;
	width: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-left: 12px;
	position: relative;
	z-index: 30;
}
.basket_steps_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
	float: left;
	width: auto;
	padding-left: 8px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right:15px;
}
.basket_steps_text_active {
	font-family: Arial, Helvetica, sans-serif;
	color: #CE0019;
	float: left;
	width: auto;
	padding-left: 8px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right:15px;
}

div.basket_steps_text_active a:link,
div.basket_steps_text_active a:hover,
div.basket_steps_text_active a:visited {
	color: #CE0019;
}

.two_columns {
	padding-left: 26px;
	width: 768px;
	overflow:hidden;
}
.tc_box {
	float: left;
}
.tc_box  h5 {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.tc_box  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #606060;
	margin: 0px;
	padding: 4px 12px 5px 0px;
}
.tc_box  ul {
	margin: 0px;
	padding: 4px 0px 5px;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.tc_box_grey_cont_line ul {
	margin: 0px;
	padding: 4px 0px 0px;
}

#main div.orderBoxBody ul li,
#main  div.tc_box_grey_checkboxes_1 ul li,
#main div.tc_box_grey_cont_line ul li,
#main div.tc_box_line_cont_right ul li,
#main div.tc_box_line_cont_left_left ul li,
#main div.tc_box_line_cont_left_right ul li,
#main div.warning ul li,
#main div.message-feedback ul li {
    background-image:none;
    padding-left: 0px;
}


.tc_box_artnr {
	width: 48px;
	padding-right: 12px;
	float: left;
	overflow: hidden;
}
.tc_box_alternative_offer {
	width: 733px;
	float: left;
	padding-left: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	padding-top: 8px;
	padding-bottom: 9px;
	background-color: #EFEFEF;
}
.tc_box_ao_text {
	float: left;
	width: 715px;
	padding-right: 12px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #606060;
	line-height: 17px;
	padding-bottom: 4px;
}

.tc_box_available span {
	margin-left: 12px;
	margin-top: 1px;
}

.tc_box_available {
	padding-right: 12px;
	float: left;
	width: 63px;
	text-align: center;
	overflow: hidden;
}

.tc_box_bottom {
	background-image: url(/extension/silver.project/design/sc_base/images/tc_box_bottom_end.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 746px;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 8px;
	overflow: hidden;
	height:20px;
}
.tc_box_blank {
	float: left;
	width: 734px;
	padding-left: 12px;
}
.tc_box_blank p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #606060;
	width: 722px;
	float: none;
	margin: 0px;
	padding: 0px 0px 18px;
}
.tc_box_button {
	float: left;
	width: 734px;
	padding-left: 12px;
	padding-bottom: 8px;
}
.tc_box_button_small {
	float: left;
	width: 540px;
	padding-left: 12px;
	padding-bottom: 8px;
}
.tc_box_cont {
	float: left;
}

.tc_box_delete {
	padding-right: 11px;
	float: right;
	width: 58px;
	text-align: right;
	overflow: hidden;
}
.tc_box_delete_icon {
	float: left;
	padding-left: 30px;
}

.tc_box_discount {
	float: left;
	width: 76px;
	text-align: center;
	overflow: hidden;
}
.tc_box_discount span {
	float: left;
	padding-right: 8px;
}
.tc_box_discount_cont {
	float: right;
	padding-right: 5px;
	margin-top: -3px;
}


.tc_box_head {
    clear:both;
	float: none;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
}
.tc_box_head_bottom {
	float: left;
	width: 746px;
	background-image: url(/extension/silver.project/design/sc_base/images/tc_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	overflow: hidden;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.tc_box_head_cont {
	width: 733px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
	float: left;
	overflow: hidden;
	margin: 0px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #606060;
	background-image: url(/extension/silver.project/design/sc_base/images/tc_box_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tc_box_headline {
	width: 733px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
	float: left;
	overflow: hidden;
	margin: 0px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #606060;
	background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tc_box_headline_left {
	float: left;
}
.tc_box_headline_right {
	float: right;
	padding-right: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tc_box_legend_items {
	float: left;
	line-height: normal;
	padding-right: 23px;
	margin-left: -1px;
}
.tc_box_legend_items span {
	padding-top: 2px;
	padding-right: 7px;
}
.tc_box_legend_items  img {
	padding-top: 2px;
	padding-right: 7px;
	vertical-align: text-bottom;
}
.tc_box_line {
	width: 733px;
	float:left;
	padding-left: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	padding-top: 8px;
	padding-bottom: 7px;
	clear:left;
}
.tc_box_line div {
	padding-top: 3px;
}

.tc_box_line_cont_left_left {
	float: left;
	width: 163px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tc_box_line_cont_left {
	margin: -3px 0px 0px;
	padding: 0px 24px 0px 0px;
	float: left;
	width: 353px;
}
.tc_box_line_cont_right {
	margin: -3px 0px 0px;
	padding: 0px;
	float: left;
	width: 342px;
}
.tc_box_line_cont_left_right {
	float: left;
	width: 164px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.tc_box_line_delete_items {
	float: left;
	padding-top: 3px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tc_box_line_first {
	width: 733px;
	float:left;
	padding-left: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	padding-top: 8px;
	padding-bottom: 7px;
	clear:left;
}
.tc_box_line_last {
	width: 733px;
	float:left;
	padding-left: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #DFDFDF;
	padding-top: 8px;
	padding-bottom: 3px;
	clear:left;
}

.tc_box_line_normal {
	width: 733px;
	float: left;
	padding-left: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
}


.tc_box_line_right {
	float: right;
	height: 31px;
	padding-top: 5px;
	padding-right: 9px;
}
.tc_box_line_left {
	float: left;
	height: 31px;
	padding-top: 5px;
	margin-left: -2px;
}

.tc_box_line_grey {
	width: 733px;
	float: left;
	padding-left: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	padding-top: 10px;
	padding-bottom: 9px;
	background-color: #EFEFEF;
	clear:left;
}

.tc_box_line_grey_left {
	float: left;
	width: 531px;
	padding-right: 12px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #606060;
	line-height: 17px;
}
.tc_box_line_grey_sumtotal {
	float: left;
	width: 94px;
	text-align: right;
	padding-left: 12px;
	overflow: hidden;
}
.tc_box_grey_bottom {
	background-image: url(/extension/silver.project/design/sc_base/images/tc_box_grey_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 746px;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 8px;
	overflow: hidden;
}
.tc_box_grey_cont {
	float: left;
	width: 732px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	background-color: #EFEFEF;
	padding-left: 12px;
}
.tc_box_grey_cont_info {
	float: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tc_box_grey_cont_left img {
	float: left;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tc_box_grey_cont_line h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 4px;
}


.tc_box_grey_cont_info span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
	float: left;
	width: 205px;
}
.tc_box_grey_cont_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 244px;
}
.tc_box_grey_cont_full-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: none;
	width: 500px;
}
.tc_box_grey_cont_full-line label {
    float:none;
    font-weight:bold;
}

.tc_box_grey_cont_full-line ul li.li_checkbox_12 label {
    display:inline;
    line-height:15px;
    vertical-align:top;
    font-weight:normal;
}

.tc_box_grey_cont_full-line input.input-inline {
    float:none;
    display:inline;
}

.tc_box_grey_cont_left_item {
	float: left;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.tc_box_grey_cont_left_item_error {
	float: left;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #DC0019;
}

.field_error {
	color: #DC0019!important;
}

.tc_box_grey_cont_line {
	float: left;
	width: 720px;
}
.tc_box_grey_cont_right {
	float: left;
	width: 230px;
}

.tc_box_grey_cont_middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 488px;
}
.tc_box_grey_cont_small_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 220px;
}
.tc_box_grey_cont_large_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 364px;
}



.tc_box_grey_cont_underline {
	float: left;
	width: 732px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	background-color: #EFEFEF;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 22px;
}
.tc_box_grey_checkboxes {
	float: left;
	width: 730px;
	clear: left;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
.tc_box_grey_checkboxes_1 {
	float: left;
	width: 730px;
	clear: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 0px;
}

.tc_box_grey_forms {
	float: left;
	padding-left: 25px;
	padding-bottom: 1px;
	padding-top: 3px;
	padding-right: 0px;
}
.tc_box_grey_forms_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 164px;
	padding-right: 12px;
}
.tc_box_grey_head_bottom {
	float: left;
	width: 746px;
	background-image: url(/extension/silver.project/design/sc_base/images/tc_box_grey_head_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	overflow: hidden;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}



.tc_box_piece {
	padding-right: 12px;
	float: left;
	width: 38px;
	overflow: hidden;
}
.tc_box_red {
	float: left;
	background-image: url(/extension/silver.project/design/sc_base/images/tc_box_red_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

.tc_box_red_bottom {
	background-image: url(/extension/silver.project/design/sc_base/images/tc_box_red_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 746px;
	overflow: hidden;
	height: 4px;
}
.tc_box_red_cont {
	padding: 5px 13px 18px 35px;
	float: left;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #D90019;
	width: 698px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/extension/silver.project/design/sc_base/images/icon_attention.gif);
	background-repeat: no-repeat;
	background-position: 13px 5px;
}
.tc_box_small_head {
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}
.tc_box_small_head_bottom {
	float: left;
	width: 746px;
	background-image: url(/extension/silver.project/design/sc_base/images/tc_box_small_head_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	padding: 0px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 20;
	margin-bottom: 10px;
	margin-top: -3px;
}
.tc_box_small_head_bottom_2 {
	float: left;
	width: 746px;
	background-image: url(/extension/silver.project/design/sc_base/images/tc_box_small_head_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
	padding: 0px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: -3px;
}


.tc_box_small_head_cont {
	width: 744px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
	float: left;
	margin: 0px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #606060;
	background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tc_box_small_head_headline {
	width: 733px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
	float: left;
	overflow: hidden;
	margin: 0px;
	display: block;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #606060;
	background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.tc_box_small_head_top {
	background-image: url(/extension/silver.project/design/sc_base/images/tc_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 4px;
	width: 746px;
	overflow: hidden;
	margin: 0px 0px -1px;
	padding: 0px;
	display: block;
}
.tc_box_small_line {
	width: 733px;
	float: left;
	padding-left: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	line-height: 18px;
}
.tc_box_small_line_end {
	width: 733px;
	float: left;
	padding-left: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
	padding-top: 7px;
	padding-bottom: 3px;
}



.tc_box_small_line_right {
	float: right;
	width: 96px;
	text-align: right;
	padding-right: 81px;
}
.tc_box_small_line_right2 {
	float: right;
	width: 96px;
	text-align: right;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.tc_box_small_line_left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 201px;
	overflow: hidden;
}
.tc_box_small_line_left2 {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 69px;
	width: 201px;
	overflow: hidden;
}
.tc_box_small_line_clue {
	float: left;
	width: 306px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A40013;
	padding-right: 24px;
	display: block;
	line-height: 16px;
	padding-top: 1px;
}

.tc_box_sumtotal {
	float: left;
	width: 94px;
	text-align: right;
	padding-left: 12px;
	overflow: hidden;
	font-weight: bold;
}
.tc_box_sumtotal_right {
	float: right;
	width: 94px;
	text-align: right;
	overflow: hidden;
	font-weight: bold;
	margin-right: 11px;
}



.tc_box_top {
	background-image: url(/extension/silver.project/design/sc_base/images/tc_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 4px;
	width: 746px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
}

.tc_box_top_grey {
	background-image: url(/extension/silver.project/design/sc_base/images/tc_box_top_grey.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 4px;
	width: 746px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
}


.tc_box_title {
	padding-right: 12px;
	float: left;
	width: 124px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	overflow: hidden;
}
.tc_box_VK {
	padding-right: 12px;
	float: left;
	width: 62px;
	text-align: center;
	overflow: hidden;
}
.tc_box_yourprice {
	padding-right: 12px;
	float: left;
	width: 60px;
	text-align: right;
	overflow: hidden;
}
.tc_container_grey {
	float: left;
	background-image: url(/extension/silver.project/design/sc_base/images/2c_cont_grey_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	padding-top: 4px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tc_container_grey h5 {
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
}


.tc_container_grey_bottom {
	background-image: url(/extension/silver.project/design/sc_base/images/2c_cont_grey_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 8px;
	width: 746px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.tc_container_grey_cont {
	width: 733px;
	float: left;
	background-color: #EFEFEF;
	padding-left: 13px;
	overflow: hidden;
	padding-top: 13px;
	margin-bottom: -4px;
	padding-bottom: 5px;
	padding-right: 0px;
}
.tc_container_grey_cont_forms {
	width: 733px;
	float: left;
	background-color: #EFEFEF;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 0px;
}
.tc_container_grey_cont_left {
	float: left;
	width: 348px;
}
.tc_container_grey_cont_right {
	float: left;
	width: 337px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}


.tc_container_grey_span {
	float: left;
	width: 722px;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px 7px;
	height: 22px;
}
.tc_container_grey_left {
	width: 115px;
	float: left;
	line-height: 22px;
	height: 22px;
	margin: 0px;
	padding: 0px;
}

.tc_container_grey_middle {
	float: left;
	padding-right: 8px;
	line-height: 22px;
	height: 22px;
	padding-left: 12px;
}




.tc_container_grey_link {
	float: left;
	padding-top: 3px;
	height: 19px;
	padding-left: 12px;
}
.tc_container_grey_short_line {
	float: left;
	width: 337px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.tc_container_grey_short_line_radio {
	float: left;
	width: 336px;
	padding-bottom: 2px;
}
.tc_form_item {
	margin: 0px;
	float: left;
	overflow: hidden;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.tc_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #606060;
	float: left;
	width: 730px;
	padding-top: 13px;
	padding-bottom: 16px;
	padding-left: 12px;
}

.tc_icon_query {
	float: left;
	width: 16px;
	padding-top: 11px;
	padding-right: 6px;
	padding-left: 6px;
}

.tc_radio_desc {
	font-size: 11px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 25px;
	float: left;
	width: 305px;
}
.tc_special_email {
	padding: 0px 0px 0px 15px;
}
.tc_textform_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	width: 90px;
}
.tc_textarea_desc {
	font-size: 11px;
	margin-top: -6px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 0px;
	float: left;
}
.tc_twoboxes_grey {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 21px;
	margin-left: 0px;
}


.tc_tb_bottom {
	background-image: url(/extension/silver.project/design/sc_base/images/tc_tb_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 8px;
	width: 746px;
	overflow: hidden;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sofortkauf .tc_tb_bottom {
	background-image: url(/extension/silver.project/design/sc_base/images/tc_tb_bottom_single.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 8px;
	width: 746px;
	overflow: hidden;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.tc_tb_grey_head_top {
	background-image: url(/extension/silver.project/design/sc_base/images/tc_tb_head_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 4px;
	width: 746px;
	overflow: hidden;
}


#sofortkauf .tc_tb_grey_head_top {
	background-image: url(/extension/silver.project/design/sc_base/images/tc_tb_head_top_single.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 4px;
	width: 746px;
	overflow: hidden;
}

.tc_tb_head {
	background-image: url(/extension/silver.project/design/sc_base/images/tc_tb_head_bg2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #606060;
}

#sofortkauf .tc_tb_head {
	background-image: url(/extension/silver.project/design/sc_base/images/tc_tb_head_bg2_single.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #606060;
}


.tc_tb_headline_left {
	float: left;
	width: 349px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	padding-right: 0px;
	padding-left: 11px;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 9px;
}
.tc_tb_headline_right {
	float: left;
	width: 349px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	padding-right: 0px;
	padding-left: 11px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 9px;
}
.tc_tb_cont {
	float: left;
	background-image: url(/extension/silver.project/design/sc_base/images/tc_tb_cont_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:746px;
}
#sofortkauf .tc_tb_cont {
	float: left;
	background-image: url(/extension/silver.project/design/sc_base/images/tc_tb_cont_bg_single.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:746px;
}

.tc_tb_cont_whole_line {
	float: left;
	width: 746px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.tc_tb_cont  p {
	margin: 0px;
	padding: 2px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tc_tb_cont_left {
	float: left;
	width: 350px;
	padding-right: 22px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.tc_tb_cont_right {
	float: left;
	width: 350px;
	padding-right: 0px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.tc_tb_cont ul {
	margin: -1px 0px 0px;
	padding: 0px;
	list-style-type:none;
}
.box_index {
	float: left;
}



.box_product_acco {
	float: left;
}



.box_product_acco_content {
	float: left;
}

.sc_accordion_link_bg .link_blue {
	display: block;
}

/* CSS Document */

.sc_accordion {
	float: left;
	/* width: 170px; indiziziert PhantomwÃ¶rter */
	width:99%;
	
}
.sc_accordion_content {
	float: left;
	width: 168px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
}
.sc_accordion_link_bg {
	float: left;
	width: 157px;
	overflow: hidden;
	background-image: url(/extension/silver.project/design/sc_base/images/sc_accordion_link_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 25px;
	padding-left: 13px;
	padding-top: 5px;
}



/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}

#content_dropdown_items {
	height: 20px;
	width: 228px;
	color: #606060;
}
#content_main_dropdown {
	float: right;
	width: 228px;
	padding-right: 12px;
	height: 22px;
	margin: 0px;
	overflow: hidden;
}

#languages {
	float: right;
	height: 30px;
	margin-right: 5px;
	margin-top: 1px;
	width:110px;
}
/* CSS Document */

#meta-suche-form {

}

#meta_dropdown_lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
	height: 20px;
	display: block;
	width: 114px;
	overflow:auto;
}


#searchbox_form {
	float: left;
	padding-top:2px;
}

#searchbox_form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
	height: 12px;
	width: 100px;
	margin-right:10px;
}
.cont_radiob {
	width: 730px;
	float: left;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.clue_duty {
	font-size: 11px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	/*width: 377px;*/
}
.detail_price_set_form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 23px;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #606060;
}
.detail_price_set_formular {
	margin: 0px;
	padding: 0px;
}

.dropdown_112 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 112px;
	margin: 0px;
	padding: 0px;
}
.dropdown_112_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 112px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #DC0019;
}
.dropdown_128 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 128px;
	margin: 0px;
	padding: 0px;
}

.dropdown_100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 100px;
	margin: 0px;
	padding:2px 0 0 3px;
}

.dropdown_128_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 128px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #DC0019;
}

.dropdown_168 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 168px;
	margin: 0px;
	padding: 0px;
}
.dropdown_168_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 168px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #DC0019;
}

.dropdown_224 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 224px;
	margin: 0px;
	padding: 0px;
}
.dropdown_224_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 224px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #DC0019;
}
.dropdown_232 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 232px;
	margin: 0px;
	padding: 0px;
}
.dropdown_232_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 232px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #DC0019;
}



.extrainfo_login_formular {
	margin: 0px;
	padding: 0px;
}
.extrainfo_form_textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
	float: left;
	width: 138px;
	margin: 0px 0px 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-top: 0px;
}
.form_checkbox {
	margin-right: 12px;
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	height: 13px;
	width: 13px;
	overflow: hidden;
}
.form_radiob {
	padding: 0px;
	overflow: hidden;
	float: left;
	margin-right: 8px;
	margin-left: -4px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.formelement_right_224 {
	float: right;
	width: 224px;
	overflow: hidden;
}
.formelement_right_224_text {
	float: right;
	width: 224px;
	overflow: hidden;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.formelement_title {
	float: left;
	width: 100px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.li_checkbox {
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 13px;
}
.li_checkbox_error {
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 13px;
	color: #DC0019;
}

.li_checkbox_12 {
	margin-bottom: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
}
.li_checkbox_12 img {
	top: 4px;
	left: 3px;
	right: 0px;
	bottom: 0px;
	float: none;
	position: relative;
	z-index: 9999;
	overflow: visible;
}

.li_checkbox_12_error {
	margin-bottom: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	color: #DC0019;
}

li.li_checkbox_12_error label{
	display:inline;
}

li.li_checkbox_12_error {
    height:20px;
}

.li_checkbox_12_error img {
	top: 4px;
	left: 3px;
	right: 0px;
	bottom: 0px;
	float: none;
	position: relative;
	z-index: auto;
}




.radiob_text {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.radiob_smalltext {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.tc_box_formular {
	margin: 0px;
	padding: 0px;
}
.tc_box_textform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 118px;
	padding-left: 2px;
}

.tc_container_grey_dropdownform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 164px;
	margin: 0px;
	padding: 0px;
}
.tc_container_grey_dropdown_month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 56px;
	margin: 0px 8px 0px 0px;
	padding: 0px;
}
.tc_container_grey_dropdown_year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 78px;
	margin: 0px;
	padding: 0px;
}

.tc_container_grey_formular {
	margin: 0px;
	padding: 0px;
}
.tc_container_grey_form_payment {
	margin: 0px;
	padding: 0px;
}



.tc_container_grey_textform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 158px;
	margin: 0px;
	padding: 2px 0px 0px 2px;
}
.tc_container_grey_textform_ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	width: 158px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-bottom: -1px;
	padding-top: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.tc_container_grey_smalltextform {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 21px;
	font-size: 12px;
	margin: 0px;
	padding: 1px 0px 0px 2px;
	color: #606060;
	float: left;
}
.tc_container_grey_textform_48 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 42px;
	margin: 0px;
	padding: 2px 0px 0px 2px;
}

.textarea_336_110 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: 106px;
	width: 330px;
	line-height: 16px;
	color: #606060;
	padding-right: 2px;
	padding-left: 2px;
}
.textarea_336_40 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 330px;
	line-height: 16px;
	color: #606060;
	padding-right: 2px;
	padding-left: 2px;
}

.textarea_720_52 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: 48px;
	width: 712px;
	line-height: 16px;
	color: #606060;
	padding-right: 2px;
	padding-left: 2px;
	margin: 1px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.textform_66 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 59px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
}
.textform_66_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 59px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #DC0019;
}


.textform_124 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 117px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
}
.textform_124_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 117px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #DC0019;
}


.textform_224 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 217px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
}
.textform_224_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 217px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #DC0019;
}

.textform_232, .formbox-small .textform_232 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 225px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
}
.textform_232_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 225px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #DC0019!important;
}

.textform_352 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 345px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
}
.textform_352_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 345px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #DC0019;
}


.textform_476 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 469px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
}
.textform_476_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 469px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #DC0019;
}

.textform_209 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 202px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
}
.textform_209_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	float: left;
	width: 202px;
	margin: 0px;
	padding: 2px 0px 0px 3px;
	border: 1px solid #DC0019;
}
.special_query_desc {
	margin-bottom: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: -3px;
	font-size: 12px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}


/* CSS Document */

/* FONTS */	 
		 
@font-face {
	font-family: 'ff-fago-web-pro';
	src: url('/extension/silver.project/design/sc_base/stylesheets/fonts/fagowebpro.eot');
	src: url('/extension/silver.project/design/sc_base/stylesheets/fonts/fagowebpro.eot?#iefix') format('eot'),
		 url('/extension/silver.project/design/sc_base/stylesheets/fonts/fagowebpro.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'ff-fago-web-pro-bold';
	src: url('/extension/silver.project/design/sc_base/stylesheets/fonts/fagowebpro-bold.eot');
	src: url('/extension/silver.project/design/sc_base/stylesheets/fonts/fagowebpro-bold.eot?#iefix') format('eot'),
		url('/extension/silver.project/design/sc_base/stylesheets/fonts/fagowebpro-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/* GENERAL */

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #606060;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #606060;
    text-decoration: none;
    margin: 0px;
    padding: 0px 0px 8px;
    font-weight: normal;
    display:block;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #606060;
    margin: 0px;
    padding: 0px;
}


h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #606060;
    margin: 0px;
    margin-bottom:5px;
    padding: 0px;
    line-height: 17px;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #606060;
    margin: 0px;
    padding: 0px;
}

h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
    color: #005FAA;
}

h1.red, h2.red, h3.red, h4.red, h5.red, h6.red, p.red, span.red {
	color: #e5000c;
}

/* FOOTER */

div.hr {
    height:1px;
    line-height:1px;
    border-top:1px solid #d5d5d5;
}

div.hr hr {
    display:none;
}

/* Formats eZ articles by F. Grueb */

/* Big Headline 22px */
div.content-view-full h2 {
    color:#606060;
    font-family:Arial,Helvetica,sans-serif;
    font-size:22px;
    font-weight:normal;
    margin:0px;
    padding:0px 0px 16px;
}


/* Subheadline Bold 15px */
div.content-view-full h3 {
    color:#606060;
    font-family:Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:18px;
    margin:0px;
    padding:0px 12px 12px 0px;
}

/* Normal Text Bold 13px */
div.content-view-full h4 {
    font-size:13px;
    font-weight:bold;
    color:#606060;
    font-family:Arial,Helvetica,sans-serif;
    line-height:17px;
}

/* Normal Text 13px */
div.content-view-full h5 {
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    line-height:17px;
    color:#606060;
    font-weight: normal;
}


/* Normal Text Small 11px */
div.content-view-full h6 {
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:15px;
    color:#606060;
}


/* end eZ articles */

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px; 
    margin-bottom: 18px;
    color: #606060;
}

a:link, a:visited {
    /*font-size: 12px;*/
    color: #005FAA;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: underline;
}

label {
    font-weight:normal;
}

input.box, textarea.box {
    font-size:12px;
    line-height:16px;
}

.bold {
    font-weight:bold;
}

div.arrow-link {
    float:right;
    padding:10px 25px 10px;
    display:block;    
}

a.arrow {
    background-image: url(/extension/silver.project/design/sc_base/images/link_blue.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 11px;
    padding-top: 0px;
    padding-right: 0px;
    line-height: 15px;
}



hr {
    color: #D5D5D5;
    width: 936px;
    line-height: 1px;
    height: 1px;
    margin-left: 8px;
}

#availability {
    float: right;
    height: 36px;
    line-height: 36px;
    width: 200px;
}
#box_index_left_campaign_teaser {
    padding-top: 21px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    width:556px;
}

.main_three_columns #box_index_left_campaign_teaser {
    width:auto;
}

.main_three_columns .box_index_left {
    width:auto;
}

#boxes_white_text_only {
    margin: 0px;
    padding: 0px 0px 21px;
    float: left;
}
#boxes_white_software_update {
    margin: 0px;
    padding: 1px 0px 21px;
    float: left;
}
#boxes_white_software_update_detail {
    margin: 0px;
    padding: 0px;
    float: left;
}
#columns {
    float: left;
    width: 990px;
    padding-top: 11px;
}
#detail_desc {
    float: left;
    width: 540px;
    margin: 21px 0px 0px;
    padding: 0px 0px 0px 14px;
}

#detail_desc .setlist a.link_blue {
    width:120px;
}

div.setlist {
    padding-top: 10px;
    /*display:inline-block;*/
    display:none;
}
div.setlist a {
	width:450px;
}
div.setlist div.list a{
	padding-bottom: 6px;
}

/* REITER */
div.detail_content_tabs {
    clear:both;
    margin:0;
}

div.detail_content_tabs div.top {
    background:url(/extension/silver.project/design/sc_base/images/bg_tabs_top.gif) top left no-repeat;
    height:5px;
    overflow:hidden;
}

div.detail_content_tabs div.bottom {
    background:url(/extension/silver.project/design/sc_base/images/bg_tabs_bottom.gif) top left no-repeat;
    height:5px;
    overflow:hidden;
}

div#main div.detail_content_tabs table {
    background:#e3e3e3 url(/extension/silver.project/design/sc_base/images/bg_detail_reiter.gif) top left repeat-y;
    width:554px;
}

div#main div.detail_content_tabs table td {
    text-align:center;
    border-right:1px solid #dfdfdf;
    padding:5px;
    font-weight:bold;
}

div#main div.detail_content h3 {
    padding-bottom:12px;
}

div#main div.detail_content_tabs table td#detail_tab_more {
    border:none;
}

div#main div.detail_content_tabs table td a {
    line-height:12px;
}

div#main div.detail_content_tabs table td.active a:link,
div#main div.detail_content_tabs table td.active a:visited,
div#main div.detail_content_tabs table td.active a:hover {
    color:#DC0019!important;
}

div#main div.technical_data_set {
	border-bottom: 1px solid #DDDDDD;
    margin-bottom: 1em;
    display:inline-block;
}

div#main div.technical_data_set > div:first-line {
	font-size: 13px;
    font-weight: bold;
    line-height: 3em;
}

div#main div.technical_data_set > .arrow-link {
	font-weight: bold;
    padding: 0 25px 10px;
    text-align: right;
}

.sc_container_link img{
    padding:0;
    margin:0 0 -6px 10px;
}

div.producthighlights {
    margin: 0 0 15px;
    clear:both;
}

div.producthighlights #tabs {
    margin-bottom:20px;
}

a.link_blue_detail:link, a.link_blue_detail:visited {
    background-image:url(/extension/silver.project/design/sc_base/images/link_blue.gif);
    background-position:left 4px;
    background-repeat:no-repeat;
    color:#005FAA;
    float:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    line-height:15px;
    margin:0px;
    padding:0px 0px 0px 9px;
    text-decoration:none;
}

a.link_blue_detail:hover {
    text-decoration:underline;
}

a.bold:link, a.bold:visited, a.bold:hover {
    font-weight:bold;
}

#detail_desc_icons {
    float: right;
    width: 65px;
    padding: 0px;
    margin: 0px 26px 0 0;
    text-align:center;
	overflow: hidden;
}
#detail_desc_right {
    float: right;
    margin: 0px 0px 8px 20px;
    padding: 0px;
    width: 170px;
}
#detail_gallery_view {
    float: left;
    clear: left;
    overflow: hidden;
    width: 576px;
}
#detail_item {
    float: left;
    margin-bottom: 8px;
}
#detail_list_view {
    /*float: left;*/
    width: 570px;
    margin: 0px;
    padding: 1px 0 0;
}



div.box_grey_text table {
    width:100%;
    float:right;
}

#detail_pic {
    float: left;
    width: 554px;
}
#extrainfo {
    float: left;
    width: 180px;
}
#footer {
    float: left;
    width: 944px;
    padding-right: 27px;
    padding-left: 19px;
    padding-bottom: 48px;
    margin-top: 37px;
}
#footer_navi {
    float: left;
    width: 560px;
    padding: 0px;
    overflow: hidden;
    margin: 0px;
}
#footer_all_rights {
    float: right;
    width:380px;
    text-align:right;
}
#header {
    margin: 0px;
    padding: 0px;
    width: 990px;
    background-repeat: no-repeat;
    background-position: left top;
    height: 113px;
    display: block;
    background-image: url(/extension/silver.project/design/sc_base/images/head_bg.jpg);
}
#index_welcome {
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
#item_main_desc {
    float: left;
    width: 505px;
    margin: 0px;
}
#item_main_titel {
    float: left;
    width: 505px;
    padding-top: 14px;
    padding-bottom: 0px;
    display: block;
}

#item_main_icons {
    float:left;
    width:auto;
    padding: 0px 3px 0 0;
	margin-top: -5px;
}
#item_main_logo {
    display: block;
    margin: 0px;
    padding: 2px 0 0 10px;
    float: left;
    width: auto;
}
#item_main_article {
    margin: 0px;
    padding: 0px;
    float: left;
    /*width: 500px; zu breit jth */
    width:100%; /*was 350px - jth */
    
}
#item_main_article_title {
    width:auto; /*was 350px - jth */
    text-align: left;
    display: block;
    float: left;
    padding-bottom: 3px;
    font-size:18px;
}
.item_main_article_art {
    width: auto;
    text-align: left;
    display: block;
    float: left;
    padding-bottom: 2px;
    padding-right:10px;
}
#item_main_article_tip {
    width: 350px;
    text-align: left;
    display: block;
    float: left;
}

#item_main_desc_text {
    margin: 0px 0px -2px;
    padding: 0px;
    float: left;
    width: 220px;
    height: 36px;
}
#item_desc_linkdesc {
    float: left;
    padding-top: 4px;
    padding-right: 8px;
}
#item_main_desc_title {
    float: right;
    width: 250px;
}


#item_desc_attention {
    float: right;
    text-align: right;
}
.menu-list {
    float: left;
    padding-left: 26px;
}
#logo {
    height: 30px;
    width: 104px;
    float: left;
    margin-top:3px;
}
#links {
    float: none;
    height: 44px;
    padding-top: 3px;
    padding-left: 16px;
    display:block;
}

.loginlink {
    float:right;
    width:335px;
    padding-top:20px;
}
#logo-abus {
    float:right;
}
#main {
    float: left;
}
#main_productgroups {
    float: left;
    overflow: hidden;
    width: 570px;
}
#page {
    margin: 0px auto;
    padding: 0px;
    width: 990px;
}


#path {
    background-image: url(/extension/silver.project/design/sc_base/images/path_icon.gif);
    background-repeat: no-repeat;
    background-position: 27px 4px;
    width: 932px;
    padding-right: 27px;
    padding-left: 32px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
}

#path_dealer {
    background-image: url(/extension/silver.project/design/sc_base/images/path_icon.gif);
    background-repeat: no-repeat;
    background-position: 27px 4px;
    padding-right: 10px;
    padding-left: 32px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    width:70%;
    /*width: 725px; fliegt raus zugunsten eines breitenflexiblen Haendlersuchebuttons */
}

#dealerbutton {
    float:right;
    padding:10px 24px 0pt 0pt;
}

#searchbox {
    float: left;
    height: 25px;
    width: 180px;
    margin-top:3px;
}
#searchbox_text {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #DFDFDF;
    padding-top: 5px;
}
#searchbox_formular {
    float: right;
    height: 25px;
    display: block;
    width: 130px;
    margin-right: 8px;
    margin-left: 11px;
    margin-top: 3px;
}
#sidemenu {
    background-color: #FFFFFF;
    float: left;
    width: 218px;
}
#sidemenu_head {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    display: block;
    margin: 0px 0px 0px 26px;
    padding: 0px;
    width: 170px;
    overflow: hidden;
}
#sidemenu_head_top {
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head.gif);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 4px;
    width: 170px;
    overflow: hidden;
}
#std_text {
    float: left;
    width: 528px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 12px;
}

#std_text attribute-image{
    margin-left:-12px;
}

#std_text p  {
    margin: 0px;
    padding: 0px 0px 17px;
}

#std_text h2 {
    margin:0px;
    padding:0px 0px 16px;
}

#std_text h3 {
    /*margin-top: -14px;*/
    margin:0px;
    padding:0px 0px 19px;
}
#std_text h4 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 17px;
    padding-left: 0px;
}
#std_text a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #005FAA;
    text-decoration: none;
}
#std_text a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #005FAA;
    text-decoration: none;
}
#std_text a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #005FAA;
    text-decoration: underline;
}
#std_text a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #005FAA;
    text-decoration: underline;
}
#std_text a:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #005FAA;
    text-decoration: underline;
}

#topmenu {
    float: none;
    padding:0 27px;
    width: 936px;
    clear:both;
}
#topmenu_navi {
    height: 25px;
    /* width: 630px; */
    float: left;
}
#topmenu_navi_start {
    float: left;
    height: 25px;
    background-image: url(/extension/silver.project/design/sc_base/images/main_navi_front.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    width: 4px;
    z-index: 6;
    position: relative;
    margin-right: -4px;
}
#topmenu_navi_end {
    float: left;
    height: 25px;
    position: relative;
    z-index: 8;
    /*background-image: url(/extension/silver.project/design/sc_base/images/main_navi_behind.png);
    background-repeat: no-repeat;
    background-position: left top;*/
    width: 4px;
    margin-left: -4px;
}
#tabs {
    float: left;
    width: 544px;
    padding-top: 0px;
}

#usermenu {
    padding: 13px 27px 10px;
    float: left;
    display: block;
    width: 936px;
}
.content-view-full {
    margin: 0px;
    padding: 0px;
}
.content-search {
    margin: 0px;
    padding: 0px;
}
.content-dealer-search {
    margin: 0px;
    padding: 0px;
}
.content-imagedatabase {
    margin: 0px;
    padding: 0px;
}
.register {
    margin: 0px;
    padding: 0px;
}
.class-news-article {
    margin: 0px;
    padding: 0px;
}
.class-vacancy {
    margin: 0px;
    padding: 0px;
}


.class-product {
    margin: 0px;
    padding: 0px;
}

.class-product-group {
    margin: 0px;
    padding: 0px;
}
.class-frontpage {
    margin: 0px;
    padding: 0px;
}
.class-folder {
    margin: 0px;
    padding: 0px;
}
.class-software-updates {
    margin: 0px;
    padding: 0px;
}
.class-software-updates-detail {
    margin: 0px;
    padding: 0px;
}

#basket {
    width:768px;
    display:block;
    clear:both;
    float:none;
    height:auto;
    overflow:hidden;
}

.shop-basket {
    margin: 0px;
    padding: 0px;
}
.shop-basket shop-basket-empty {
    margin: 0px;
    padding: 0px;
}

.attribute-header h3 {
    padding-left:12px;
    padding-right:12px;
}

td.warning {
    font-weight:bold;
    color:#CE0019;
    padding:5px 12px;
}

.svb-basket-item_discount {
    text-align:right;
}

#legend-basket {
    clear:both;
    margin-bottom:20px;
}
    


#legend-basket .legend {
    padding:12px;
    width:100%;
}

.basket_steps_text a{
    font-size:12px;
}

/* SHIPMENT */
.shipment-select, .shipment-store {
    display:block;
    padding:0px 0px 12px;
    width:337px;
    float:left;
    margin:0;
}

div.field_billto {

}

.kasten-shipment {
    background-color:#EFEFEF;
    border:none;
    float:left;
    padding:0;
    padding-top:10px;
}


.acco_down {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #005FAA;
    background-image: url(/extension/silver.project/design/sc_base/images/icon_acco_down.gif);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    float: left;
    padding-left: 15px;
    text-decoration: none;
}
.acco_up {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #005FAA;
    background-image: url(/extension/silver.project/design/sc_base/images/icon_acco_up.gif);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    float: left;
    padding-left: 15px;
    text-decoration: none;
}
.allg_left {
    float: left;
    width: 200px;
    height: 23px;
    padding-top: 11px;
}

.availability_green {
    background-image: url(/extension/silver.project/design/sc_base/images/availability_green.gif);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    float: left;
    height: 13px;
    width: 39px;
    margin: 0px;
    padding: 0px;
}
.availability_red {
    background-image: url(/extension/silver.project/design/sc_base/images/availability_red.gif);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    float: left;
    height: 13px;
    width: 39px;
    margin: 0px;
    padding: 0px;
}
.availability_white {
    background-image: url(/extension/silver.project/design/sc_base/images/availability_white.gif);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    float: left;
    height: 13px;
    width: 39px;
    margin: 0px;
    padding: 0px;
}
.basket_text {
    float: left;
    width: 110px;
}
.basket_text_left {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #606060;
    height: 20px;
    line-height: 20px;
    width: 54px;
    padding-left: 10px;
    float: left;
}
.basket_text_right {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    color: #606060;
    float: right;
    height: 20px;
    width: 62px;
    padding-right: 10px;
    text-align: right;
}
.basket_text_middle {
    width: 124px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
}
.box_blank {
    clear:both;
    width: 554px;
}
div.content-view-full h2,
div.content-view-full div.class-frontpage .box_blank h3, 
div.box_blank p, 
div.box_blank h2,
div.box_blank h3,
div.box_blank h4,
div.box_blank h5,
div.box_blank h6,
div.box_blank div.box_blank_content
{
    padding-left:12px;
    padding-right:12px;
}

div.box_grey h2,
div.box_index_left h2,
div#detail_desc h2,
div.register h2 {
    padding-left:0px;
    padding-right:0px;
}

table#register-partner,
table#register-partner tr,
table#register-partner td {
    padding:0;
    margin:0;
}

table#register-partner {
    margin-top:-8px;
    width:auto;
}



.box_blank h3 {
    padding-left: 12px;
    padding-bottom: 12px;
}
.box_blank_h3_desc {
    margin-top: -7px;
    padding-top: 0px;
    padding-right: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.box_blank_links {
    float: right;
    padding-right: 4px;
    padding-bottom: 10px;
    margin-top: -3px;
}
.box_blank_links span {
    float: right;
    padding-right: 8px;
}
.box_blank_right {
    float: right;
    padding-right: 12px;
    margin-top: -8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 18px;
    padding-left: 0px;
    position: relative;
}


.box_campaign_teaser {
    float: left;
    display: block;
    margin-right: 22px;
}


.box_grey {
    float: left;
    width: 554px;
    background-image: url(/extension/silver.project/design/sc_base/images/box_grey_top.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    padding: 0px;
}
.box_grey_bottom {
    display: block;
    padding: 0px;
    float: left;
    width: 554px;
    background-image: url(/extension/silver.project/design/sc_base/images/box_grey_bottom_transp2.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 8px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    margin-top: -4px;
}




.box_grey_content {
    background-color: #EFEFEF;
    float: left;
    width: 554px;
    margin-top: 4px;
    background-repeat: no-repeat;
    background-position: 400px bottom;
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.box_grey_text {
    float: left;
    padding-left: 9px;
    padding-top: 7px;
    padding-right: 0px;
    padding-bottom: 7px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: -3px;
    margin-left: 0px;
    width:544px;
}

.box_grey_text_linklist {
    padding: 7px 12px;
    margin:0;
}

.box_grey_text table {
}

.box_grey_text p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    margin: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 24px;
}

/*
.box_grey_text_credit {
    float: left;
    width: 320px;
    font-weight: bold;
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 1px;
}
*/

.box_grey_text h3 {
    padding-bottom: 5px;
}

.box_grey_text img {
    float: right;
    display: block;
}
.box_grey_text table {
    margin: 0px -3px 0px 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.box_grey_longtext {
    padding-top: 6px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 0px;
}
.box_grey_longtext_button {
    margin-left: 9px;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 9px;
}
.box_grey_longtext h3 {
    padding-top: 4px;
    padding-bottom: 5px;
}
.box_grey_longtext h4 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
}
.box_grey_longtext table {
    margin-top: -2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
.box_grey_longtext_left {
    width: 244px;
    vertical-align: top;
}
.hd_portrait img {
    margin:-12px;
    margin-bottom:0;
}
td.space {
    padding-right: 0px;
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}

.box_grey_longtext_tb {
    padding-bottom: 8px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 8px;
}

.box_grey_longtext_right {
    width: 168px;
    vertical-align: top;
}





.box_grey_longtext p {
    margin: 0px;
    font-size: 13px;
    padding-bottom: 9px;
    line-height: 17px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.box_index_left {
    float: left;
    width: 578px;
    overflow:hidden;
}

.main_three_columns .box_index_left .box_intro {
    width: 626px;
    float: left;
}

.main_three_columns .box_index_left .box_intro.logged_in {
    width: auto;
}

.box_index_right {
    float: left;
    width: 170px;
    overflow: hidden;
    margin-bottom:-5px;
}
.box_index_left ul {
    list-style:none;
    width: 550px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.box_index_left  li {
    float: left;
    padding-top: 0px;
    padding-right: 32px;
    padding-bottom: 6px;
    padding-left: 0px;
    margin: 0px;
}
.box_index_left   p  {
    font-size: 13px;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0px;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px 0px 18px;
}
.box_index_left h2 {
    margin: 0px;
    padding: 9px 0px 0px;
}

.box_news_teaser {
    margin: 0px;
    padding: 0px 0px 0px 12px;
    float: left;
}
.box_news_teaser h3 {
    margin: 0px;
    padding-top: 11px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}
.box_news_teaser_right {
    float: left;
    width: 345px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 11px;
}

.box_news_oversight {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 21px;
    padding-left: 0px;
    float: left;
}

.box_news_teaser_image {
    width: 172px;
    overflow: hidden;
    float: left;
    padding: 2px 0px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    display: block;
}
.box_news_teaser_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 0px;
}
.box_news_teaser_text a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #005FAA;
    text-decoration: none;
}
.box_news_teaser_text a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #005FAA;
    text-decoration: none;
}
.box_news_teaser_text a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #005FAA;
    text-decoration: underline;
}
.box_news_teaser_text a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #005FAA;
    text-decoration: underline;
}
.box_news_teaser_text a:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #005FAA;
    text-decoration: underline;
}

/********* Styles Short News**************/
.mainheadline {
    width: 534px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin-bottom: 16px;
    padding: 6px 6px 6px 12px;
    font-weight: bold;
    font-size: 13px;

    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(239,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 20%,rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
.shortnews{/*width: 554px;*/ margin: 0 0 15px;}
.shortnews .shortnews-text{background-color: #002f5c; float: left; height: 277px; text-align: center; width: 277px; margin-bottom: 15px;}
.shortnews-text > div {height: 138px;}
.shortnews .shortnews-text h2{color: white; word-wrap: break-word; font-size: 28px; margin: 0; padding: 0; position: relative; top: 50%; text-transform: uppercase; transform: translateY(-50%);}
.shortnews .shortnews-text hr{border-color: #da001a; margin: 0 auto; padding: 0 15px; width: 247px;}
.shortnews .shortnews-text p{color: white; font-size: 14px; padding: 0;}
.shortnews .shortnews-text .shortnews-info{height: 108px; padding: 15px;}
.shortnews .shortnews-text a{font-size: 14px; color: white; transition: all 0.4s ease 0s}
.shortnews .shortnews-text a:hover{color: #da001a; text-decoration: none;}
.shortnews .shortnews-img{width: 276px; height: 275px; float: left; border: 1px solid #dfdfdf; border-left: 0 none; margin-bottom: 15px;}
.shortnews .shortnews-img img{width: 276px; height: 275px;}

.shortnews.small .shortnews-text{ background-color: white; border: 1px solid #dfdfdf;  width: 275px;}
.shortnews.small .shortnews-text h2,
.shortnews.small .shortnews-text p,
.shortnews.small .shortnews-text a { color: #002f5c; }
.shortnews.small .shortnews-text a:hover { color: #da001a; text-decoration: none; }
/*****************************************/

.box_only_image {
    float: left;
    width: 554px;
    overflow: hidden;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
}
.box_only_small_image {
    float: left;
    width: 266px;
    overflow: hidden;
    padding: 0px 0px 16px;
}
.box_product {
    float: left;
    display: block;
    /*margin-bottom: 19px;  zerschiesst letzes Div in Liste */
}
.box_product_acco_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/main_small_head_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 8px!important;
    font-size:0px;
    width: 554px;
    overflow: hidden;
}

.box_product_acco_button {
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: left;
    width: 554px;
    overflow: hidden;
    background-image: url(/extension/silver.project/design/sc_base/images/main_small_head_top.gif);
    margin-top: -1px;
}
.box_product_acco_button_cont {
    width: 530px;
    padding-left: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 6px;
    padding-bottom: 5px;
    text-align: center;
}
.box_product_content ul {
    list-style:none;
    color: #606060;
    margin: -2px 0px 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
}
.box_product_content  li {
    background-image: url(/extension/silver.project/design/sc_base/images/tab_icon.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 11px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}



.box_product_top {
    background-image: url(/extension/silver.project/design/sc_base/images/box_prod_top_transp.gif);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 4px;
    width: 554px;
    overflow: hidden;
    z-index: 9;
    position: relative;
}
.box_product_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/box_prod_bottom.gif);
    display: block;
    float: left;
    height: 4px;
    width: 554px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
}
.box_product_cont {
    float: left;
    width: 552px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    background-image: url(/extension/silver.project/design/sc_base/images/scc_bg.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 13px;
    margin-top: -3px;
    z-index: 6;
    position: relative;
}
.box_product_content {
    float: left;
    padding-left: 21px;
}
.box_product_content_right {
    float: right;
    width: 338px;
    padding-left: 20px;
}
.box_product_content_right_new {
    float: right;
    width: 452px;
    padding-left: 20px;
}

.box_product_content h3 {
    padding-bottom: 5px;
    margin: 0px;
}
.box_product_content p {
    margin: 0px;
    padding: 0px 0px 2px;
    font-size: 12px;
    line-height: 16px;
}
.box_product_content table {
    margin: 0px;
    padding: 0px;
}
.box_product_content_left {
    width: 144px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.box_product_content_left_new {
    float:left;
    height:48px;
    overflow:hidden;
    padding-left:13px;
    padding-top:15px;
    text-align:center;
    width:48px;
}

.box_product_content_left_new img {
    /* width:48px; wird nun automatisch ausgelesen */
    overflow:hidden;
}

.box_side_control {
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: left;
    width: 554px;
    overflow: hidden;
    background-image: url(/extension/silver.project/design/sc_base/images/main_small_head_top.gif);
    margin-top: -1px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.box_side_control_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/box_side_control_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 4px;
    width: 554px;
    overflow: hidden;
}

.box_side_control_links {
    float: left;
    padding-top: 3px;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.box_side_control_links_active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    float: left;
}
.box_side_control_text {
    width: 60px;
    padding-left: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 2px;
    float: left;
}

.box_side_control_spacer,
.box_side_control_ellipsis {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #5F5F5F;
    padding-top: 0px;
    padding-right: 6px;
    padding-bottom: 0px;
    padding-left: 7px;
    float: left;
}
.box_side_control_ellipsis {
    padding: 0;
}
.box_std_text {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg_top.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin-top:-1px;
}
.box_std_text_long {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg_top_long.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin-top:-1px;
}
.box_std_text_cont {
    float: left;
    width: 552px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 13px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
}

.box_std_text_cont.expandable #std_text.expander,
.box_std_text_cont.expandable #std_text.expand_content {
    width: 500px;
}

.box_std_text_cont.expandable .expander,
.box_std_text_cont.expandable .expand_content {
    width: 500px;
    padding-left: 12px;
}

.box_std_text_cont.expandable .expander a,
.box_std_text_cont.expandable .expand_content a
.box_std_text_cont.expandable .expander a:visited,
.box_std_text_cont.expandable .expand_content a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #005FAA;
    text-decoration: none
}

.box_std_text_cont.expandable .expander p,
.box_std_text_cont.expandable .expand_content p{
    margin: 0;
    padding: 0 0 17px;
}

#detail_content .detail_list_view .box_std_text{
    width: 527px;
    background-size: contain;
    padding-top: 5px;
}
#detail_content .detail_list_view .box_std_text_cont{
    width: 525px;
    padding-top: 5px;
}
#detail_content .detail_list_view .box_std_text_bottom{
    width: 527px;
    background-size: contain;
}

.box_std_text_cont_long {
    float: left;
    width: 744px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 13px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
}
.box_std_text_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 8px;
    width: 554px;
    overflow: hidden;
}
.box_std_text_bottom_long {
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg_bottom_long.gif);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 8px;
    width: 746px;
    overflow: hidden;
}
.box_top_news {
    float: left;
    width: 554px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    background-image: url(/extension/silver.project/design/sc_base/images/box_prod_top_transp.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 13px;
}
.box_top_news_cont {
    margin: 4px 0px 0px;
    padding: 7px 0px 6px;
    float: left;
    width: 552px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    background-image: url(/extension/silver.project/design/sc_base/images/box_top_news_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.box_top_news_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/box_top_news_bottom.gif);
    background-repeat: no-repeat;
    width: 554px;
    display: block;
    float: left;
    background-position: left top;
    height: 8px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}
.box_top_news_teaser_image {
    width: 252px;
    overflow: hidden;
    float: left;
    padding: 2px 0px;
    margin: 0px;
    text-align: left;
    vertical-align: middle;
}
.box_top_news_teaser_right {
    margin: 0px;
    padding: 0px 0px 0px 11px;
    float: left;
    width: 265px;
}




.box_white {
    float: left;
    width: 554px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg.gif);
    background-repeat: repeat-y;
    background-position: left top;
}

.box_white_image_table  {
    float: left;
    width: 100%;
}

.box_white.no_border,
.box_white_bottom.no_border {
    background-image: none;
}

.box_white_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg_bottom.gif);
    background-repeat: no-repeat;
    width: 554px;
    display: block;
    float: left;
    background-position: left top;
    height: 8px;
    overflow: hidden;
    padding: 0px;
    margin-top: 2px;
    margin-right: 0px;
    margin-left: 0px;
}
.box_white_button {
    float: right;
}
.box_white_button_box {
    float: right;
    width: 156px;
}
.box_white_cont_table {
    float: left;
    width: 100%;
}
.box_white_cont_table_button {
    float: right;
    vertical-align: bottom;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.box_white_cont_table ul {
    margin: 0px;
    padding: 0px 12px;
    list-style:none;
}
.box_white_date {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
}
.box_white_image {
    float: left;
    /*height: 48px;
     *** durch Tabellenspalte je nach Hoehe vertikal mittig  */
    overflow: hidden;  
    width: 48px;
    padding-left: 13px;
    text-align: center;
    display: block;
    padding-top: 2px;
}
.box_white_image_center {
    float: left;
    width: 48px;
    overflow: hidden;
    padding-left: 13px;
    text-align: center;
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.box_white_item {
    float: right;
    width: 470px;
    padding-right: 12px;
    margin-top: -1px;
}
.box_white_item2 {
    float: right;
    width: 470px;
    padding-right: 10px;
    margin-top: -2px;
}


.box_white_item_article {
    float: left;
    width: 264px;
}
.box_white_item_article_nr {
    float: left;
    width: 264px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-top: 12px;
}



.box_white_linklist_headline {
    padding-bottom: 6px;
}
.box_white_price {
    float: right;
    width: auto;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
}

.out_of_order {
    width:200px;
    text-align:left;
}

.out_of_order_detail {
    text-align:left;
    color:#dc0019;
    font-size: 12px;
    font-weight:bold;
}

#item_main_article .out_of_order_detail {
    text-align:right;
}

.novelty{
    color:#005FAA;
}

.box_white_top {
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg_top.gif);
    background-repeat: no-repeat;
    width: 554px;
    display: block;
    float: left;
    background-position: left top;
    height: 8px;
    margin-bottom: 3px;
    overflow: hidden;
    margin-top: -1px;
}
.box_white_to_cont {
    float: left;
    padding: 0 12px;
}
.box_white_to_cont p {
    margin: 0px;
    padding: 0px 12px 0px 0px;
    font-size: 13px;
    line-height: 17px;
}
.box_white_straight_flanks {
    padding: 0px;
}
.box_white_straight_flanks_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/box_white_straight_flanks_b.gif);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 8px;
    width: 554px;
    margin-top: -6px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    overflow: hidden;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}
.box_white_sf_head_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/box_white_sf_head_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 8px;
    width: 554px;
    overflow: hidden;
}
.box_white_sf_item {
    width: 552px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-bottom-color: #dfdfdf;
    border-left-color: #dfdfdf;
    float: left;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    margin-top: -3px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
}

.box_white_sf_item_desc {
    float: left;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    width: 148px;
    padding-top: 0px;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.box_white_sf_item_language {
    margin: 0px;
    padding: 0px 12px 0px 0px;
    float: left;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    list-style:none;
    width: 60px;
    overflow: hidden;
}
.box_white_sf_item_lang_link {
    margin: 0px;
    padding: 0px;
    float: left;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    list-style:none;
    width: 242px;
}

.box_white_sf_item_link {
    float: left;
    width: 168px;
}
.box_white_sf_item_ll_line {
    float: left;
    width: 240px;
}

.box_white_sf_item_nr {
    margin: 0px;
    padding: 0px 12px;
    float: left;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    list-style:none;
    width: 115px;
}
.box_white_sf_item p {
    font-size: 13px;
    line-height: 17px;
    margin: 0px;
/*    font-weight: bold;
    padding: 0px 12px 5px;
*/
}
.box_white_sf_item_whole_line {
    float: left;
    width: 528px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
}

.campaign_teaser {
    float: left;
    margin-bottom: 21px;
}
.campaign_teaser img {
    display: block;
    overflow: hidden;
}

.cont_productgroup {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/cont_pg_top.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 266px;
    margin-bottom: 19px;
}
.cont_pg_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/cont_pg_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 266px;
    height: 8px;
    overflow: hidden;
}

.cont_pg_content {
    /*background-color: #EFEFEF;*/
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    margin-top: 4px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
    padding-top: 9px;
    padding-left: 11px;
    overflow: hidden;
    width: 253px;
    clear: left;
    float: left;
}
.cont_pg_content h3 {
    margin: 0px;
    padding: 0px 0px 5px;
}
.cont_pg_content p {
    width: 129px;
    margin: 0px;
    padding: 0px 0px 5px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.cont_pg_content table {
    margin: 0px 0px 0px -3px;
    padding: 0px;
}
.cont_pg_image {
    margin: 0px;
    padding: 0px;
    text-align: right;
    width: 120px;
}


.cont_pg_link {
    float: left;
    width: 240px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    background-image: url(/extension/silver.project/design/sc_base/images/cont_pg_link_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 1px;
}
.cont_two_pgs_content {
    background-image: url(/extension/silver.project/design/sc_base2/images/cont_two_pgs_bg.gif);
    background-repeat: repeat-y;
    background-position: left top;
    margin-top: 4px;
    float: left;
    width: 570px;
}
.cont_two_pgs_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/cont_two_pgs_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 8px;
    width: 554px;
    overflow: hidden;
}


.cont_two_productgroups {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base2/images/cont_two_pgs_top.gif);
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    /* margin-bottom: 19px; */
}
.cont_two_pgs_link_left {
    float: left;
    width: 240px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    background-image: url(/extension/silver.project/design/sc_base/images/cont_pg_link_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 1px;
    margin-right: 22px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dfdfdf;
    background-color: #FFFFFF;
}
.cont_two_pgs_content_bottom {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/cont_two_pgs_bg.gif);
    background-repeat: repeat-y;
    background-position: left top;
}

.cont_two_pgs_link_right {
    float: left;
    width: 240px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    background-image: url(/extension/silver.project/design/sc_base/images/cont_pg_link_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dfdfdf;
    background-color: #FFFFFF;
}
.cont_two_pgs_videolinks {
    float: left;
    width: 544px;
    margin:9px 0 -9px 0;
}
.cont_two_pgs_content_left {
    padding-top: 9px;
    padding-left: 9px;
    overflow: hidden;
    width: 257px;
    float: left;
    margin-right: 22px;
}
.cont_two_pgs_content_right {
    padding-top: 9px;
    padding-left: 9px;
    overflow: hidden;
    width: 257px;
    float: left;
}

.cont_two_pgs_content table {
    clear:both;
}

.cont_two_pgs_content h3 {
    margin: 0px;
    padding: 0px 0px 5px;
    float:left;
}

.cont_two_pgs_content .productvideo-ssl {
    float: right;
    margin-top:2px;
    background-image: url(/extension/silver.project/design/sc_base/images/icon_camera.gif);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 25px;
    padding-bottom: 9px;
    padding-right: 12px;
}

.cont_two_pgs_content p {
    width: 129px;
    margin: 0px;
    padding: 0px 0px 5px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}


.desc_icon {
    float: none;
    padding:0 0 8px;
}
.detail_item_top {
    font-size: 0px;
    line-height: 0px;
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg_top.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 8px;
    width: 554px;
    float: left;
    overflow: hidden;
}
.detail_item_bottom {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 554px;
    overflow: hidden;
    background-image: url(/extension/silver.project/design/sc_base/images/detail_item_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 4px;
}

.detail_item_main {
    float: left;
    width: 528px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    padding-left: 24px;
}



div#main div.detail_techdat_line ul {
	margin: 0px;
	padding: 0px;
}

.detail_tabs {
    color: #606060;
    list-style-type:none;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.detail_tabs li {
    background-image:url(/extension/silver.project/design/sc_base/images/tab_icon.gif);
    background-position:left 7px;
    background-repeat:no-repeat;
    margin:0px;
    margin-left: 14px;
    float:left;
    width:250px;
}

.detail_price {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/detail_price_bg.gif);
    background-repeat: repeat-x;
    display: block;
    background-position: left bottom;
}
.detail_price_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/detail_price_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    margin: -2px 0px 0px;
    padding: 0px;
    float: left;
    height: 8px;
    width: 554px;
    overflow: hidden;
}
.detail_price_top {
    background-image: url(/extension/silver.project/design/sc_base/images/detail_price_bg_top.gif);
    background-repeat: no-repeat;
    width: 554px;
    display: block;
    float: left;
    background-position: left top;
    height: 8px;
    overflow: hidden;
    margin: 0px 0px -5px;
    padding: 0px;
}
.detail_price_top-log {
    background-image: url(/extension/silver.project/design/sc_base/images/detail_price_bg_top-log.gif);
    background-repeat: no-repeat;
    width: 554px;
    display: block;
    float: left;
    background-position: left top;
    height: 8px;
    overflow: hidden;
    margin: 0px 0px -5px;
    padding: 0px;
}
.detail_price_line {
    float: left;
    padding-left: 14px;
    height: 35px;
    clear: both;
    padding-right: 10px;
    width: 528px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #606060;
    text-decoration: none;
}
.detail_price_line.flexible{
	height: auto;
}
.detail_price_line.flexible .price_line_item_p{
  float: none;
}
.detail_price.with_icon{
    width: 554px;
}
.detail_price.with_icon .detail_price_line{
    width: 452px;
    float: none;
}
.detail_item_programm_icon{
    float: left;
    width: 75px;
    text-align: center;
    padding-top: 11px;
    border-left: 1px solid #DFDFDF;
}
.detail_item_programm_price{
    float: right;
}
.detail_price_form {
/*  float: right;
    width: 240px;*/
    height: 35px;
    overflow: hidden;
}
.detail_price_set {
    float: right;
    padding-right: 8px;
    line-height: 34px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #606060;
    padding-top: 1px;
}
.detail_price_set_form {
    float: right;
    width: 26px;
    height: 20px;
    padding-top: 8px;
}
.detail_price_form_button {
    float: right;
    margin-top:8px;
}
.detail_price_line_end {
    float: left;
    padding-left: 14px;
    clear: both;
    padding-right: 14px;
    width: 524px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
}
.detail_techdat {
    float: left;
    width: 554px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg.gif);
    background-repeat: repeat-y;
    background-position: left top;
    margin-top: 17px;
    margin-bottom: 8px;
}
.detail_techdat_cont {
    float: left;
    padding-left: 13px;
}
.detail_techdat_line {
    display:inline-block;
    width: 528px;
}
div.content-view-full h3.detail_techdate_scope {
    clear: both;
    padding: 20px 0 0;
}
.detail_techdat_top {
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg_top.gif);
    background-repeat: no-repeat;
    width: 554px;
    display: block;
    float: left;
    background-position: left top;
    height: 8px;
    overflow: hidden;
    margin-bottom: 6px;
}
.detail_techdat_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg_bottom.gif);
    background-repeat: no-repeat;
    width: 554px;
    display: block;
    float: left;
    background-position: left top;
    height: 8px;
    overflow: hidden;
    margin: 2px 0px 0px;
    padding: 0px;
}
.foot_navi_space {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #808080;
    text-decoration: none;
    float: left;
}
.fourth_level_menu {
    margin: 0px;
    padding: 10px 0px 0px;
    float: left;
    width: 144px;
}
.icon_attention_grey {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_attention_grey.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    height: 16px;
    width: 16px;
    padding: 0px 0px 3px;
    display: block;
    float: left;
}

.icon_basket {
    background-image: url(/extension/silver.project/design/sc_base/images/warenkorb_grey.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: right;
    height: 17px;
    width: 15px;
}
.icon_campaign {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_campaign.gif);
    background-repeat: no-repeat;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 15px;
    width: 15px;
    float: left;
}
.icon_data_sheet {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/icon_data_sheet.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 13px;
    width: 12px;
    margin: 0px 0px 0px 8px;
    padding: 0px;
    overflow: hidden;
}
.icon_delete {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_delete.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: left;
    height: 14px;
    width: 10px;
}
.icon_delete_basket {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_delete_basket.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: left;
    height: 20px;
    width: 30px;
    text-decoration: none;
}


.icon_query {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_query.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 16px;
    width: 16px;
    display: block;
    float: left;
}
.icon_query_grey {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_query_grey.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    height: 16px;
    width: 16px;
    padding: 0px 0px 3px;
    display: block;
    float: left;
}
.icon_recall {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_recall.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    padding: 0px 5px 0px 0px;
    float: left;
    height: 18px;
    width: 21px;
}
.icon_recall_white {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_recall_white.gif);
    background-repeat: no-repeat;
    background-position: left top;
    float: right;
    height: 18px;
    width: 21px;
    padding-top: 0px;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.icon_special_price {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_specail_price.gif);
    background-repeat: no-repeat;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 15px;
    width: 15px;
    float: left;
}
.icon_partner_discount {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_partner_discount.gif);
    background-repeat: no-repeat;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 15px;
    width: 15px;
    float: left;
}
.icon_payment {
    background-image:none;
    display: block;
    float: left;
    height: 16px;
    width: auto;
    margin-top: 2px;
    margin-right: 7px;
    margin-bottom: 0px;
    margin-left: 6px;
}


.into_basket {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_into_basket.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: left;
    height: 20px;
    width: 30px;
    text-decoration: none;
    margin-left: 4px;
}

.into_basket_input {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_into_basket.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: left;
    text-decoration: none;
    margin-left: 4px;
    padding:3px 4px 4px 2px;
}

.into_basket img {
    margin-top:4px;
}

.bnb_icon_delete_basket img {
    padding:3px 10px;
}


.icon_search {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_search.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 20px;
    width: 30px;
}

.ie_help {
    background-image: url(/extension/silver.project/design/sc_base/images/ie_help.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px 0px 0px 1px;
    padding: 0px;
    float: left;
    height: 1px;
    width: 550px;
    overflow: hidden;
    display:none;
}
.index_welcome_cont {
    float: left;
}
.index_welcome_dd {
    float: right;
    height: 22px;
    overflow: hidden;
    margin-top: -2px;
    margin-bottom: -2px;
}
.index_welcome_headline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    float: left;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.index_welcome_header {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/index_welcome_header_top.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.index_welcome_header_bottom {
    float: left;
    height: 4px;
    width: 984px;
    overflow: hidden;
    background-image: url(/extension/silver.project/design/sc_base/images/index_welcome_header_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.index_welcome_header_cont {
    width: 947px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    padding: 3px 23px 2px 12px;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    float: left;
}


.item_article_image {
    text-align: center;
    display: block;
    float: left;
    width: 390px;
	height: 200px;
    margin: 5px 0px 16px 0px;
    padding: 0px;
    overflow: hidden;
}
#item_image_thumbs {
	text-align: center;
    width: 400px;
	float: left;
}
#item_image_thumbs .product_thumb{
	border: 1px solid #dfdfdf;
}
.jobdetail_text {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
}
.left_navi_category {
    float: left;
    margin-top: -1px;
    width:99%;
}

.lnc_head_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/lnc_head_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: left;
    height: 5px;
    width: 170px;
    overflow: hidden;
}

.left_navi_category_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/lnci_bottom.gif);
    background-repeat: no-repeat;
    float: left;
    height: 5px;
    width: 170px;
    overflow: hidden;
}
.leaft_navi_category_top {
    background-image: url(/extension/silver.project/design/sc_base/images/lnci_head.gif);
    background-repeat: no-repeat;
    float: left;
    height: 4px;
    width: 170px;
    overflow: hidden;
    background-position: left top;
}
.left_navi_category_bg {
    width: 168px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    float: left;
    overflow-x:hidden;
}
.left_navi_category_head {
    float: left;
}
.left_navi_under_category {
    float: left;
    width: 144px;
    padding:0 12px 10px;
    background-color: #FFFFFF;
}
.left_navi_under_category_display_non {
    background-color: #FCFCFC;
    float: left;
    width: 156px;
    padding-left: 12px;
    padding-top: 8px;
    display:none;
}
.left_navi_category_items {
    float: left;
    width: 170px;
    background-color: #EFEFEF;
}
.left_navi_category_items_display_non {
    float: left;
    width: 170px;
    background-color: #EFEFEF;
    display: none;
}
.link_productvideo {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/icon_camera.gif);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 25px;
    padding-bottom: 9px;
    padding-right: 12px;
}

.link_productvideo_left {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/icon_camera.gif);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 25px;
    padding-bottom: 9px;
    padding-right: 12px;
    width: 217px;
    margin-left: 12px;
}
.link_productvideo_right {
    float: right;
    background-image: url(/extension/silver.project/design/sc_base/images/icon_camera.gif);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 25px;
    padding-bottom: 9px;
    padding-right: 12px;
    width: 207px;
}

.main {
    width: 576px;
    overflow: hidden;
}

.main_two_columns {
    width:768px;
    overflow:hidden;
}

.main_small_head {
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: left;
    width: 554px;
    overflow: hidden;
    background-image: url(/extension/silver.project/design/sc_base/images/main_small_head_top.gif);
}

.main_small_head_long {
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: left;
    width: 746px;
    overflow: hidden;
    background-image: url(/extension/silver.project/design/sc_base/images/tc_box_top.gif);
}

.main_small_head_cont {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 552px;
    margin: 4px 0px 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    padding: 0px;
}

.main_small_head_cont_long {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 744px;
    margin: 4px 0px 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    padding: 0px;
}

.main_small_head_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/main_small_head_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    margin: 0px 0px 13px;
    padding: 0px;
    float: left;
    height: 8px;
    width: 554px;
    overflow: hidden;
}

.main_small_head_bottom_long {
    background-image: url(/extension/silver.project/design/sc_base/images/main_small_head_bottom_long.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    margin: 0px 0px 13px;
    padding: 0px;
    float: left;
    height: 8px;
    width: 746px;
    overflow: hidden;
}

.main_small_head_link {
    float: left;
    width: 276px;
    padding-left: 12px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 3px;
    font-weight:bold;
    font-size:13px;
}
.main_small_head_headline {
    width: 530px;
    padding-left: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 2px;
}




.meta_navi_space {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #DFDFDF;
    text-decoration: none;
    float: left;
}

.help_buttons {
    padding-top:8px;
}

.masterbutton {
    background-image: url(/extension/silver.project/design/sc_base/images/masterbutton_front.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    width: auto;
    float: left;
    padding-left: 10px;
    color: #FFFFFF;
}
.masterbutton span {
    background-image: url(/extension/silver.project/design/sc_base/images/masterbutton_behind.gif);
    display: block;
    height: 20px;
    width: auto;
    padding-right: 9px;
    background-repeat: no-repeat;
    background-position: right top;
    color: #FFFFFF;
}
.masterbutton input {
    padding: 0px;
    background-image: url(/extension/silver.project/design/sc_base/images/masterbutton_middle.gif);
    background-repeat: repeat-x;
    background-position: left top;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px;
    height: 20px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.masterbutton a {
    background-image: url(/extension/silver.project/design/sc_base/images/masterbutton_middle.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height: 20px;
    display: block;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 20px;
    padding-right: 1px;
    padding-left: 1px;
}
.masterbutton_accordion {
    background-image: url(/extension/silver.project/design/sc_base/images/masterbutton_grey_front.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    width: auto;
    float: left;
    padding-left: 10px;
}
.masterbutton_accordion span {
    background-image: url(/extension/silver.project/design/sc_base/images/masterbutton_grey_behind.gif);
    display: block;
    height: 20px;
    width: auto;
    padding-right: 9px;
    background-repeat: no-repeat;
    background-position: right top;
}
.masterbutton_accordion div {
    background-image: url(/extension/silver.project/design/sc_base/images/masterbutton_grey_middle.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height: 20px;
    display: block;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #005FAA;
    text-decoration: none;
    line-height: 20px;
    padding-right: 1px;
    padding-left: 1px;
}

.masterbutton_accordion div img {
    padding:6px 0;
}

.masterbutton_grey {
    background-image: url(/extension/silver.project/design/sc_base/images/masterbutton_grey_front.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    width: auto;
    float: left;
    padding-left: 10px;
    text-decoration: none;
    white-space: nowrap;
    /*display:inline;*/
}
.masterbutton_grey input {
    padding: 0px;
    background-image: url(/extension/silver.project/design/sc_base/images/masterbutton_grey_middle.gif);
    background-repeat: repeat-x;
    background-position: left top;
    font-size: 12px;
    font-weight: bold;
    color: #005FAA;
    margin: 0px;
    height: 20px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.masterbutton_grey span {
    background-image: url(/extension/silver.project/design/sc_base/images/masterbutton_grey_behind.gif);
    display: block;
    height: 20px;
    width: auto;
    padding-right: 9px;
    background-repeat: no-repeat;
    background-position: right top;
    text-decoration: none;
}
.masterbutton_grey a  {
    background-image: url(/extension/silver.project/design/sc_base/images/masterbutton_grey_middle.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height: 20px;
    display: block;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #005FAA;
    text-decoration: none;
    line-height: 20px;
    padding-right: 9px;
    padding-left: 9px;
}

#dealerbutton .masterbutton_grey a  {
    padding-right: 35px;
    padding-left: 35px;
}

div#detail_gallery_view .masterbutton_grey a {
    padding-left:3px;
    padding-right:3px;
}

a.path_navi_button {
    float: right;
    background-image: url(/extension/silver.project/design/sc_base/images/path_navi_button_bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    color: #005FAA;
    height: 19px;
    width: 170px;
    text-align: center;
    text-decoration: none;
    margin: 0px;
    padding: 1px 1px 0px 0px;
}

.path_navi_space {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #A0A0A0;
    text-decoration: none;
    display: inline;
}
.path_navi_right {
    float: right;
    padding-right: 204px;
    width: auto;
    height: 13px;
}
.placeholder {
    float: left;
    height: 200px;
    width: 22px;
    margin: 0px;
    padding: 0px;
}
.placeholder-clear {
    clear:both;
    height: 50px;
    width: 22px;
    margin: 0px;
    padding: 0px;
}

.placeholder_2_700 {
    height: 2px;
    display: block;
    width: 700px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.price_line_availability {
    float: left;
}
.price_line_availab_text {
    float: left;
    display: block;
    padding-right: 12px;
}
.price_line_item {
    float: left;
    width: 120px;
    line-height: 34px;
    padding-top: 1px;
}
.price_line_item_p {
    float: left;
    line-height: 34px;
    padding-top: 1px;
}
.price_line_item_p p, .add-info p {
  margin: 0;
}
.flexible .price_line_item_p{
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 7px;
}
.price_line_item_right {
    float: right;
    padding-right: 2px;
    padding-top: 11px;
    height: 24px;
}

.sc_absolute {
    position: absolute;
}
.sc_acco_to_cont {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
}
.sc_acco_to_cont p {
    font-size: 11px;
    line-height: 15px;
    margin: 0px;
    padding: 0px 11px 2px 0px;
    font-weight: normal;
}
.sc_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/sc_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 8px;
    width: 170px;
    overflow: hidden;
}

.sc_campaign_teaser {
    float: left;
    display: block;
}

.sc_container_basket_text {
    margin: 0px;
    padding: 0px 0px 4px;
    float: left;
    width: 144px;
    background-image: url(/extension/silver.project/design/sc_base/images/basket_text_bg.gif);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    overflow: hidden;
}
.sc_container_basket_button {
    padding: 0px 0px 8px;
    float: left;
    width: 144px;
    background-image: url(/extension/silver.project/design/sc_base/images/basket_button_bg.gif);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    overflow: hidden;
    margin-top: 8px;
    text-align: center;
}
.sc_container_contact_button {
    padding: 0px 10px 3px;
    float: left;
    width: 124px;
    background-image: url(/extension/silver.project/design/sc_base/images/sc_button_bg.gif);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    overflow: hidden;
    margin-top: 8px;
    text-align: center;
}

.sc_container_item_right {
    overflow: hidden;
    margin: 0px;
    float: right;
    width: 104px;
}
.sc_container_link {
    margin: 0px;
    padding: 0px 0px 6px;
    float: left;
    width: 138px;
}
.sc_container_item_left {
    float: left;
    overflow: hidden;
    vertical-align: middle;
    /* height: 48px;
    *** durch Tabellenspalte je nach Hoehe vertikal mittig  */
    width: 48px;
}
.sc_content {
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bottom.gif);
    background-repeat: no-repeat;
    background-position: 1px top;
    float: left;
    width: 144px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    padding-top: 16px;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 12px;
    margin: 0px;
}
.sc_content_contact {
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bottom.gif);
    background-repeat: no-repeat;
    background-position: 1px top;
    float: left;
    width: 146px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    padding:10px 11px 5px;
    margin: 0px;
    line-height: 16px;
}
.sc_content_contact span {
    float: left;
    width: 144px;
}
.sc_content_contact_underline {
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bottom.gif);
    background-repeat: no-repeat;
    background-position: 1px top;
    float: left;
    width: 157px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    padding-top: 16px;
    padding-bottom: 8px;
    padding-left: 11px;
    margin: 0px;
    line-height: 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
}
.sc_content_contact_underline span {
    float: left;
    width: 144px;
}
.sc_content_contact_person {
    float: left;
    width: 168px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    margin: 0px;
    line-height: 16px;
    padding-right: 0px;
}


.sc_content_contact_person span,
.sc_content_contact_person div {
    float: left;
    width: 144px;
    padding-left: 11px;
    overflow: hidden;
}

.sc_content_contact_person div.sc_contact_person_image {
    width: 168px;
    overflow: hidden;
    margin-top: -3px;
    position: relative;
    z-index: 20;
    padding: 0px 0px 8px!important;
}

.sc_cc_person_header_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/sc_cc_person_bottom.png);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 7px;
    width: 170px;
    overflow: hidden;
    position: relative;
    z-index: 100;
}
.sc_special_bottom_link {
    float: left;
    width: 157px;
    overflow: hidden;
    background-image: url(/extension/silver.project/design/sc_base/images/sc_accordion_link_bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 25px;
    padding-left: 13px;
    padding-top: 5px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DFDFDF;
}
.sc_accordion_bottom_bg {
    float: left;
    width: 170px;
    overflow: hidden;
    background-image: url(/extension/silver.project/design/sc_base/images/sc_accordion_bottom_bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 10px;
}
.sc_cont_item_right_artnr {
    float: left;
    line-height: 22px;
    overflow: hidden;
    height: 22px;
    width: 94px;
}
.sc_cont_item_right_link {
    float: left;
    width: 94px;
    overflow: hidden;
}
.sc_cont_line {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 144px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #606060;
}
.sc_cont_iconline  span {
    float: right;
    margin-top: -2px;
}
.sc_cont_iconline {
    margin: 0px;
    padding: 10px 0px 8px;
    float: left;
    width: 144px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #606060;
}

.sc_grey_content {
    background-image: url(/extension/silver.project/design/sc_base/images/sc_grey_head_bottom.gif);
    background-repeat: no-repeat;
    background-position: 1px top;
    float: left;
    width: 156px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    padding-top: 16px;
    padding-bottom: 0px;
    padding-left: 12px;
    margin: 0px;
    background-color: #EFEFEF;
}
.sc_grey_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/sc_grey_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 8px;
    width: 170px;
    overflow: hidden;
}




.sc_head {
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 4px;
    width: 170px;
    margin: 0px;
    padding: 0px;
    float: none;
    overflow: hidden;
}
.sc1_head_content {
    width: 145px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    display: block;
    margin: 0px;
    padding: 3px 12px 3px 11px;
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #606060;
    float: left;
}
.sc_head_content {
    width: 146px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    display: block;
    margin: 0px;
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 2px;
    padding-right: 11px;
    padding-left: 11px;
    padding-bottom: 1px;
}

.sc_right_content {
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bottom.gif);
    background-repeat: no-repeat;
    background-position: 1px top;
    float: left;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    margin: 0px;
    padding: 7px 0px 0px;
    width: 168px;
}
.sc_right_container_hr {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100px;
    display: block;
    color: #DFDFDF;
    height: 1px;
}

.sc_right_container_item {
    margin: 0px;
    padding: 8px 0px 6px 8px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
    overflow: hidden;
    width: 160px;
}

.sc_right_container_item_news {
    margin: 0px;
    padding: 8px 0px 6px 8px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
    overflow: hidden;
    width: 160px;
    height:101px;
}

.sc_pop {
    width: 235px;
    position: absolute;
    z-index: 70;
    left: -150px;
    top: -90px;
    right: 0px;
    bottom: 0px;
    background-image: url(/extension/silver.project/design/sc_base/images/sc_pop_top.gif);
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    display: block;
}

.sc_header {
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}
.sc_pop_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/sc_pop_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 4px;
    width: 235px;
    overflow: hidden;
    float: left;
}
.sc_pop_button {
    float: right;
    padding-right: 9px;
    padding-top: 9px;
    padding-bottom: 6px;
    padding-left: 0px;
}
.sc_pop_cont {
    width: 222px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #FFFFFF;
    float: left;
    padding-left: 11px;
    padding-top: 10px;
}
.sc_pop_cont p {
    margin: 0px 0px -4px;
    padding: 0px 11px 0px 0px;
    float: left;
}



.sc_pop_form_item {
    float: left;
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}
.sc_pop_headline {
    font-size: 13px;
    line-height: 15px;
    float: left;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 0px;
}


.scc_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/scc_bottom.gif);
    background-repeat: no-repeat;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    height: 8px;
    width: 170px;
    background-position: left top;
    overflow: hidden;
}
.scc_content {
    float: left;
    width: 168px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    padding-top: 12px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.scc_content_picontop {
    float: left;
    width: 168px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    margin: -4px 0px 0px;
    padding: 0px;
    position: relative;
    z-index: 21;
}
.scc_container_link {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 12px;
    float: left;
    width: 144px;
    margin: 0px;
}
.scc_head {
    background-image: url(/extension/silver.project/design/sc_base/images/scc_head.gif);
    background-repeat: no-repeat;
    display: block;
    height: 8px;
    width: 170px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    background-position: left top;
    overflow: hidden;
}
.scc_head_picontop {
    background-image: url(/extension/silver.project/design/sc_base/images/scc_head.gif);
    background-repeat: no-repeat;
    display: block;
    height: 8px;
    width: 170px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    background-position: left top;
    overflow: hidden;
    position: relative;
    z-index: 29;
}
.scc_image {
    text-align: center;
    display: block;
    float: left;
    width: 168px;
    overflow: hidden;
}
.scc_text {
    float: left;
    width: 144px;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 8px;
    margin: 0px;
    /* height:100px; fÃ¼hrte im IE6 dazu, dass Boxen unterschiedlich groÃ sind, da margin von 18px definiert ist (in .box_index_left p )*/
    height:122px;
}
.sca_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/sca_bottom.gif);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 8px;
    width: 170px;
    background-position: left top;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.sca_button {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 146px;
    text-align: center;
    padding-right: 11px;
    padding-left: 11px;
    overflow: hidden;
    padding-top: 3px;
    margin-bottom: -1px;
}
.sca_content {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    padding-top: 6px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    overflow: hidden;
    width: 168px;
}
.sca_head {
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head.gif);
    background-repeat: no-repeat;
    display: block;
    height: 4px;
    width: 170px;
    float: none;
    background-position: left top;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.sca_image {
    float: left;
    padding-left: 12px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 5px;
    width: 144px;
}
.sca_image table {
    height: 100%;
    width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    text-align: center;
    vertical-align: middle;
}

.sca_text {
    float: left;
    width: 145px;
    padding-left: 11px;
    padding-bottom: 5px;
    margin: 0px;
    height: 48px;
    overflow: hidden;
}

.scc_text_cont {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
    float: left;
    width: 144px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #606060;
    text-decoration: none;
    margin: 0px;
}
.sca_text2 {
    padding-left: 11px;
    padding-bottom: 5px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #606060;
    float: left;
    width: 157px;
    height: 35px;
    overflow: hidden;
}

.sca_text2_left {
    float: left;
    width: 68px;
}

.sca_text2_left_new {
    float: left;
    width: 30px;
}

.sca_price_left {
    float: left;
    width: 90px;
}

.sca_text_price {
    float: left;
    padding-top:8px;
    margin-right:2px;
}

.sca_text_price_value {
    float: right;
    padding-top:8px;
    white-space:nowrap;
}

.sca_text2_right {
    float: right;
    width: 68px;
    text-align: right;
    padding-right: 11px;
}

.sca_text2_right_new {
    float: right;
    width: 110px;
    text-align: right;
    padding-right: 11px;
    padding-top:5px;
}
.sca_text3 {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #606060;
    font-weight: bold;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #DFDFDF;
    border-bottom-color: #DFDFDF;
    padding: 3px 11px;
    float: left;
    width: 146px;
    height: 21px;
    overflow: hidden;
}

.sca_icons {
    height:31px;
}
.sca_icons.flexible_height{
    height: auto;
}
.searchbox_button {
    height: 20px;
    width: 30px;
    /*background-image: url(/extension/silver.project/design/sc_base/images/head_search_button.gif);*/
    background-image: url(/extension/silver.project/design/sc_base/images/icon_search.png);
    float:left;
    margin-top:1px;
}
.search_result_headline {
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 0px;
    padding-bottom: 13px;
}

.second_level_menu {
    width: 146px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
    display: block;
    margin: 0px;
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-top: 2px;
    padding-right: 11px;
    padding-left: 11px;
    padding-bottom: 1px;
}

.sidemenu_head_main {
    margin: 0px;
    float: left;
    width: 144px;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #dfdfdf;
    border-left-color: #dfdfdf;
}
.simple_small_container {
    float: left;
    margin: 4px 24px 16px 0px;
    padding: 0px;
    width: 170px;
}
.simple_sc_content {
    background-image: url(/extension/silver.project/design/sc_base/images/sc_head_bottom.gif);
    background-repeat: no-repeat;
    background-position: 1px top;
    float: left;
    width: 168px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
    overflow: hidden;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #DFDFDF;
    border-bottom-color: #DFDFDF;
}
.simple_sc_link {
    float: left;
    width: 144px;
    overflow: hidden;
    display: block;
    padding-left: 12px;
    padding-top: 3px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    padding-right: 12px;
    padding-bottom: 1px;
}
.simple_sc_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/simple_sc_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 4px;
    width: 170px;
    overflow: hidden;
}

.small_container {
    float: left;
    margin: 0px 0px 18px;
    padding: 0px;
    width: 170px;
}
.small_container_acco_to {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 170px;
}

/* login box */
.class-frontpage .login-box,
.class-frontpage .login-box .sc_head,
.class-frontpage .login-box .sc_grey_bottom {width:357px;}
.class-frontpage .login-box .sc1_head_content {width:332px;}
.class-frontpage .login-box .sc_grey_content {width:343px;padding-bottom:17px;}
.class-frontpage .login-box .sc_head {background-image: url(/extension/silver.project/design/sc_base/images/sc_head_login.gif);}
.class-frontpage .login-box .sc_grey_content {background-image: url(/extension/silver.project/design/sc_base/images/sc_grey_head_bottom_login.gif);}
.class-frontpage .login-box .sc_grey_bottom {background-image: url(/extension/silver.project/design/sc_base/images/sc_grey_bottom_login.gif);}
.class-frontpage .login-box .extrainfo_form_textfield {width:185px;height:16px;border:1px solid #7f9db9;}
.class-frontpage .login-box .sc_cont_line {width:191px;padding-bottom:16px;padding-right: 80px;}
.class-frontpage .login-box .sc_cont_line.label {width:70px;padding-right:0;clear:left;}
.class-frontpage .login-box .tc_box_line_right,
.class-frontpage .login-box .sc_grey_content > .sc_cont_line {height:auto;padding-top:0;float:left;padding-left:70px;padding-bottom:0;}
/* login-box end */

.small_container_campaign {
    float: left;
    width: 170px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 18px;
    margin-left: 0px;
    background-image: url(/extension/silver.project/design/sc_base/images/scc_bg.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

.small_container_article {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 18px;
    margin-left: 0px;
    width: 170px;
    overflow: hidden;
    float: left;
    /*height: 232px;*/
}

.topseller-overview .small_container_article {
    margin-bottom: 0px;
}

.space_buttons {
    display: block;
    float: left;
    height: 16px;
    width: 8px;
}

.ssl-breaker {
    clear:both;
    height:1px;
    line-height:1px;
}

.space_4 {
    float: left;
    height: 4px;
    display: block;
    width: 500px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.space_4_extrainfo {
    float: left;
    height: 4px;
    display: block;
    width: 144px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.space_4_240 {
    float: left;
    height: 4px;
    display: block;
    width: 240px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.space_7_240 {
    float: left;
    height: 7px;
    display: block;
    width: 240px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.space_5_330 {
    float: left;
    height: 5px;
    display: block;
    width: 330px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}




.space_6_sc {
    float: left;
    height: 6px;
    display: block;
    width: 146px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    line-height: 6px;
}



.space_8 {
    float: left;
    height: 8px;
    display: block;
    width: 500px;
    margin: 0px;
    padding: 0px;
    line-height: 8px;
}
.space_8_240 {
    float: left;
    height: 8px;
    display: block;
    width: 240px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.space_8_330 {
    float: left;
    height: 8px;
    display: block;
    width: 330px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.space_8_720 {
    float: left;
    height: 8px;
    display: block;
    width: 720px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.space_8_744 {
    float: left;
    height: 8px;
    display: block;
    width: 744px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
}

.space_9_740 {
    float: left;
    height: 9px;
    display: block;
    width: 740px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.space_10_740 {
    float: left;
    height: 10px;
    display: block;
    width: 740px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.space_table_10_500 {
    height: 10px;
    display: block;
    width: 500px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    font-size: 10px;
    line-height: 10px;
}

.space_12_240 {
    float: left;
    height: 12px;
    display: block;
    width: 240px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.space_12_554 {
    float: left;
    height: 12px;
    display: block;
    width: 554px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.space_13_740 {
    float: left;
    height: 13px;
    display: block;
    width: 740px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.space_14_330 {
    float: left;
    height: 14px;
    display: block;
    width: 330px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.space_16_740 {
    float: left;
    height: 16px;
    display: block;
    width: 740px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.space_19_330 {
    float: left;
    height: 19px;
    display: block;
    width: 330px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.space_26_720 {
    float: left;
    height: 26px;
    display: block;
    width: 720px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}


span.path_navi {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #BFBFBF;
    padding-left: 7px;
    display: inline;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.std_job_list {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/std_job_list_top.gif);
    padding-top: 4px;
    background-repeat: no-repeat;
    background-position: left top;
    width: 554px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.std_job_list_headline {
    float: left;
    width: 530px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 13px;
    padding-left: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.std_job_list table {
    float: left;
    width: 100%;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    margin-top: -2px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.std_job_list_item {
    width: 376px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    vertical-align: top;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DFDFDF;
}
.std_job_list_link {
    text-align: right;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 0px;
    vertical-align: top;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DFDFDF;
}
.std_job_list_table_headline {
    width: 376px;
    padding-top: 11px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DFDFDF;
}
.std_job_list_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/box_white_straight_flanks_b.gif);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 8px;
    width: 554px;
    margin-top: -4px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    overflow: hidden;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

.std_text_link {
    float: left;
    width: 528px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 12px;
    list-style:none;
    margin: 0px;
}
div#main .std_text_link li {
    margin: 0px;
    padding: 0px 0px 6px;
    background-image:none;
}
.std_text_image {
    float: left;
    text-align: center;
    vertical-align: middle;
    margin: -8px 0px 0px;
    padding: 0px 24px 16px 0px;
    height: 204px;
    width: 252px;
    overflow: hidden;
    position: relative;
}




.tab_icon {
    background-image: url(/extension/silver.project/design/sc_base/images/tab_icon.gif);
    background-repeat: no-repeat;
    padding-left: 14px;
    background-position: left 7px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.tabs_left {
    float: left;
    width: 200px;
    padding-right: 32px;
}
.tabs_right {
    float: left;
    width: 260px;
}
.tabs_techdat {
    float: left;
    padding-bottom: 6px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #606060;
}
.tabs_techdat_right {
    float: left;
    width: 260px;
}
.third_level_menu {
    float: left;
    width: 146px;
    padding-right: 11px;
    padding-left: 11px;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.multi_level_menu {
    clear: left;
    padding-right: 11px;
    padding-left: 21px;
    padding-bottom: 0px;
    padding-top: 5px;
}

div.multi_level_menu div.multi_level_menu {
    clear: left;
    padding-right: 11px;
    padding-left: 11px;
    padding-bottom: 0px;
    padding-top: 5px;
}

div.multi_level_menu a.arrow {
    /*background-image:url("/extension/silver.project/design/sc_base/images/link_blue_hover.gif);
    background-position:left 4px;
    background-repeat:no-repeat;*/
    line-height:15px;
    margin:0;
    /*padding:0 0 0 10px;*/
    background-image:none;
    display:block;
}

div.multi_level_menu div.multi_level_menu a.arrow {
    background-image:none;
    background-position:left 4px;
    background-repeat:no-repeat;
    line-height:15px;
    margin:0;
    padding:0;
}

.top_price {
    background-image: url(/extension/silver.project/design/sc_base/images/top_preis.gif);
    float: left;
    display: block;
    height: 35px;
    width: 51px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 12px;
    margin-left: 12px;
}

.ico {
    float: left;
    display: block;
    height: 35px;
    width: auto;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 12px; 
    padding-top:1px;   
}

.ico-list {
    float: right;
    height: 35px;
    width: auto; 
    margin-right:5px;
}

.ico-gallery {
    float: right;
    width: auto; 
    margin-top:5px;
    width:50px;
}

.ico-list img{
    float: left;
    margin-left:3px;
}

.ico-gallery img{
    float: left;
    margin-left:3px;
}


.text_arial_10_grey {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #808080;
}
.text_arial_11_grey_path {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #A0A0A0;
}
.text_arial_11_grey {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #606060;
}

.text_arial_11_grey_bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #606060;
}
.text_arial_12_grey {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #606060;
}
.text_arial_12_grey_bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #606060;
}
.text_arial_12_red {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #DC0019;
}




.text_arial_13_grey_bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #606060;
}
.text_arial_13_grey {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #606060;
}
.text_arial_13_red {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #DC0019;
    font-weight: normal;
}
.text_arial_13_red_bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #DC0019;
    font-weight: bold;
}


.text_arial_15_grey {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #606060;
}
.text_arial_15_grey_bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #606060;
}
.text_blue_12 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
}
a.foot_navi:link, a.foot_navi:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #808080;
    font-weight: bold;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
    text-decoration: none;
}
a.foot_navi:hover, a.foot_navi:active, a.foot_navi:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #808080;
    font-weight: bold;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
    text-decoration: underline;
}



a.meta_navi:link, a.meta_navi:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #DFDFDF;
    text-decoration: underline;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
}

a.meta_navi:hover, a.meta_navi:active , a.meta_navi:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #DFDFDF;
    text-decoration: underline;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
}

.meta_link {
    text-decoration:underline;
}
a.main_navi:link, a.main_navi:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    /*background-image: url(/extension/silver.project/design/sc_base/images/main_navi_bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height: 25px;*/
    line-height: 8px;
    display: block;
    float: left;
    z-index: 3;
    padding-right: 12px;
    padding-left: 12px;
    border-right:1px solid #FFF;
}

a.main_navi:hover, a.main_navi:active, a.main_navi:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    /*background-image: url(/extension/silver.project/design/sc_base/images/main_navi_bg_hover.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height: 25px;
    line-height: 25px;*/
    padding-right: 12px;
    padding-left: 12px;
    display: block;
    float: left;

}
a.main_navi_active:link, a.main_navi_active:hover, a.main_navi_active:active, a.main_navi_active:visited, a.main_navi_active:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    /*background-image: url(/extension/silver.project/design/sc_base/images/main_navi_bg_hover.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height: 25px;*/
    padding-right: 12px;
    padding-left: 12px;
    display: block;
    float: left;
    line-height: 8px;
    border-right:1px solid #FFFFFF;
}

a.mnlast:link, a.mnlast:hover, a.mnlast:active, a.mnlast:visited, a.mnlast:focus {
    border-right:none!important;
}

a.path_navi:link, a.path_navi:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #A0A0A0;
    text-decoration: none;
    font-weight: normal;
    padding-right: 7px;
    padding-left: 7px;
}
a.path_navi:hover, a.path_navi:active, a.path_navi:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #A0A0A0;
    text-decoration: underline;
    font-weight: normal;
    padding-right: 7px;
    padding-left: 7px;
}
a.back_link:link, a.back_link:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: none;
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/back_link.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 12px;
    line-height: 14px;
}
a.back_link:hover, a.back_link:active, a.back_link:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: underline;
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/back_link.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 12px;
    line-height: 14px;
}
a.link_blue:link, a.link_blue:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: none;
    background-image: url(/extension/silver.project/design/sc_base/images/link_blue.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 9px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
    line-height: 15px;
}

a.link_blue:hover, a.link_blue:active, a.link_blue:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: underline;
    background-image: url(/extension/silver.project/design/sc_base/images/link_blue.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    margin: 0px;
    float: left;
    padding: 0px 0px 0px 9px;
    line-height: 15px;
}
a.link_blue_nf:link, a.link_blue_nf:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: none;
    background-image: url(/extension/silver.project/design/sc_base/images/link_blue.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 9px;
    padding-top: 0px;
    padding-right: 0px;
    float: none;
    line-height: 15px;
}
a.link_blue_nf:hover, a.link_blue_nf:active, a.link_blue_nf:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: underline;
    background-image: url(/extension/silver.project/design/sc_base/images/link_blue.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 9px;
    padding-top: 0px;
    padding-right: 0px;
    float: none;
    line-height: 15px;
}



a.link_item_main:link, a.link_item_main:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    background-image: url(/extension/silver.project/design/sc_base/images/link_item_main_bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 3px;
    padding-right: 5px;
    float: left;
    width: 18px;
    height: 36px;
    display: block;
    text-decoration: none;
    text-align: center;
}
a.link_item_main:hover, a.link_item_main:active, a.link_item_main:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    background-image: url(/extension/silver.project/design/sc_base/images/link_item_main_bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 3px;
    padding-right: 5px;
    float: left;
    width: 18px;
    height: 36px;
    display: block;
    text-decoration: underline;
    text-align: center;
}
a.link_small_blue:link, a.link_small_blue:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #005FAA;
    text-decoration: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
}
a.link_small_blue:hover, a.link_small_blue:active, a.link_small_blue:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #005FAA;
    text-decoration: underline;
    margin: 0px;
    padding: 0px;
}
a.link_fourth_level_menu:link, a.link_fourth_level_menu:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: none;
    background-image: url(/extension/silver.project/design/sc_base/images/link_blue.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 11px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
}
a.link_fourth_level_menu:hover, a.link_fourth_level_menu:active, a.link_fourth_level_menu:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: underline;
    background-image: url(/extension/silver.project/design/sc_base/images/link_blue.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 11px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
}
a.link_fourth_level_menu_active:link, a.link_fourth_level_menu_active:active, a.link_fourth_level_menu_active:hover, a.link_fourth_level_menu_active:visited, a.link_fourth_level_menu_active:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #DC0019;
    text-decoration: none;
    background-image: url(/extension/silver.project/design/sc_base/images/link_blue_hover.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 11px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
}
a.link_lnc_head:link, a.link_lnc_head:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #606060;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

a.link_lnc_head:hover, a.link_lnc_head:active, a.link_lnc_head:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: underline;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

a.link_lnc_head_active_reg:link, a.link_lnc_head_active_reg:hover, a.link_lnc_head_active_reg:active, a.link_lnc_head_active_reg:visited, a.link_lnc_head_active_reg:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #DC0019;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font-weight:normal;
}

a.link_lnc_head_active:link, 
a.link_lnc_head_active:hover, 
a.link_lnc_head_active:active, 
a.link_lnc_head_active:visited, 
a.link_lnc_head_active:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #DC0019;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}


div.current a.link_lnc_head_active:link, 
div.current a.link_lnc_head_active:hover, 
div.current a.link_lnc_head_active:active, 
div.current a.link_lnc_head_active:visited, 
div.current a.link_lnc_head_active:focus,
div.current a.link_fourth_level_menu_active:link, 
div.current a.link_fourth_level_menu_active:hover, 
div.current a.link_fourth_level_menu_active:active, 
div.current a.link_fourth_level_menu_active:visited, 
div.current a.link_fourth_level_menu_active:focus {
    font-weight: bold;
}

a.link_blue_bold:link, a.link_blue_bold:hover, a.link_blue_bold:active, a.link_blue_bold:visited, a.link_blue_bold:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
}
a.link_blue_blank:link, a.link_blue_blank:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
    font-weight: normal;
}

a.link_blue_blank:hover, a.link_blue_blank:active, a.link_blue_blank:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: underline;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
    font-weight: normal;
}
a.link_blue_blank_nf:link, a.link_blue_blank_nf:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: none;
    margin: 0px;
    font-weight: normal;
    padding: 0px;
}
a.link_blue_blank_nf:hover, a.link_blue_blank_nf:active, a.link_blue_blank_nf:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: underline;
    margin: 0px;
    font-weight: normal;
    padding: 0px;
}
a.link_blue_blank_bold:link, a.link_blue_blank_bold:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
    font-weight: bold;
}
a.link_blue_blank_bold:hover, a.link_blue_blank_bold:active, a.link_blue_blank_bold:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #005FAA;
    text-decoration: underline;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
    font-weight: bold;
}
a.link_blue_blank_13:link, a.link_blue_blank_13:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #005FAA;
    text-decoration: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
    font-weight: normal;
    line-height: 16px;
}
a.link_blue_blank_13:hover, a.link_blue_blank_13:active, a.link_blue_blank_13:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #005FAA;
    text-decoration: underline;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
    font-weight: normal;
    line-height: 16px;
}
a.link_blue_blank_13_nf:link, a.link_blue_blank_13_nf:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #002F5C;
    text-decoration: none;
    margin: 0px;
    float: none;
    font-weight: bold;
    line-height: 16px;
    padding: 0px;
}
a.link_blue_blank_13_nf:hover, a.link_blue_blank_13_nf:active, a.link_blue_blank_13_nf:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #DA001A;
    margin: 0px;
    line-height: 16px;
    padding: 0px;
    float: none;
}


a.link_blue_blank_11:link, a.link_blue_blank_11:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #005FAA;
    text-decoration: none;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
    font-weight: normal;
}
a.link_blue_blank_11:hover, a.link_blue_blank_11:active, a.link_blue_blank_11:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #005FAA;
    text-decoration: underline;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
    font-weight: normal;
}
a.link_blue_blank_11_nf:link, a.link_blue_blank_11_nf:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #005FAA;
    text-decoration: none;
    margin: 0px;
    float: none;
    font-weight: normal;
    padding: 0px;
}
a.link_blue_blank_11_nf:hover, a.link_blue_blank_11_nf:active, a.link_blue_blank_11_nf:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #005FAA;
    text-decoration: underline;
    margin: 0px;
    font-weight: normal;
    padding: 0px;
    float: none;
}
a.link_scale:link, a.link_scale:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #005FAA;
    text-decoration: none;
    background-image: url(/extension/silver.project/design/sc_base/images/icon_scale.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
}
a.link_scale:hover, a.link_scale:active, a.link_scale:focus {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #005FAA;
    text-decoration: underline;
    background-image: url(/extension/silver.project/design/sc_base/images/icon_scale.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
}
.box_grey_longtext_plz {
    width: 66px;
    vertical-align: top;
    padding-right: 12px;
}
.box_grey_longtext_dd_128 {
    width: 128px;
    vertical-align: top;
}
.box_grey_longtext_dd_100 {
    width: 100px;
    vertical-align: top;
}

.box_grey_longtext_country {
    vertical-align: top;
}

#boxes_dealer_search {
    float: left;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.box_dealer_blue {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/box_dealer_blue_top.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 8px;
}
.box_dealer_blue_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/box_dealer_blue_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 5px;
    width: 554px;
    overflow: hidden;
}
.box_dealer_blue_cont {
    float: left;
    width: 528px;
    padding-left: 12px;
    background-image: url(/extension/silver.project/design/sc_base/images/box_dealer_blue_cont_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    padding-right: 12px;
    background-color: #002B5C;
    padding-bottom: 5px;
}

div.partner-status {
    clear:both;
    display:block;
    margin:10px 0;
}

.box_dealer_blue_cont div.partner-status {
    color:#fff;
}

table.partnerstatus {
    width:556px;
}

table.partnerstatus th,
table.partnerstatus td {
    vertical-align:top;
}

table.partnerstatus td .tc_box_button-small {
    text-align:right;
}

.text_arial_13_white_bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 17px;
}
.text_arial_13_white {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 17px;
}
.box_dealer_blue_cont_dealer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 17px;
    margin: 0px;
    padding: 6px 0px 17px;
    float: left;
    width: 372px;
}
.box_dealer_logo {
    float: right;
    background-image: url(/extension/silver.project/design/sc_base/images/box_dealer_logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 54px;
    width: 122px;
    overflow: hidden;
    margin-top: 9px;
    padding: 5px;
}

.box_dealer_link {
    float: right;
    margin-top: 9px;
    padding: 5px;
}

.box_dealer_link a {
    color:#fff;
    font-weight:bold;
}

.box_dealer_blue_cont p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px;
    padding: 17px 0px 0px;
    float: left;
    width: 525px;
}
.box_dealer_logo_tab  {
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.box_dealer_cont_nr {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #FFFFFF;
    width: 372px;
    font-weight: bold;
}
.box_dealer_cont_nr a {
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: underline;
}

.box_dealer_cont_nr_item {
    width: 91px;
}
.box_dealer {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg_top.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 8px;
}
.box_dealer_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/box_dealer_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 5px;
    width: 554px;
    overflow: hidden;
}
.box_dealer_cont {
    float: left;
    width: 528px;
    padding-left: 12px;
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DFDFDF;
    border-left-color: #DFDFDF;
    padding-right: 12px;
    padding-bottom: 5px;
}
.box_dealer_cont_dealer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #606060;
    line-height: 17px;
    margin: 0px;
    padding: 6px 0px 17px;
    float: left;
    width: 372px;
}
.box_dealer_cont_nr_grey {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #606060;
    width: 372px;
    font-weight: bold;
}
.sca_text_bdb_right {
    float: right;
    width: 28px;
    text-align: right;
    padding-right: 11px;
}
.sca_text_bdb_left {
    float: left;
    width: 104px;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    padding-top: 1px;
}
#imagedatabase_overview {
    margin: 0px;
    padding: 0px;
}
#imagedatabase_overview .box_side_control .main_small_head_cont .box_side_control_text {
    width: 500px;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 3px;
}
#imagedatabase_overview .box_white_cont_table_bdb {
    vertical-align: top;
    width: 400px;
}
#imagedatabase_overview .box_white_cont_table_bdb p {
    margin: 0px;
    padding: 10px 12px 1px 0px;
    font-size: 11px;
    line-height: 18px;
}
.imagedatabase_overview_category {
    float: left;
    margin-bottom: 24px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.icon_download {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_download.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    width: 34px;
    text-decoration: none;
    display: block;
}
.icon_belege {
    background-image: url(/extension/silver.project/design/sc_base/images/icon_belege.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    width: 34px;
    text-decoration: none;
    display: block;
}

.download_web,
td.download_web {
    width: 172px!important;
    vertical-align: top;
    padding-top: 3px;
    padding-right: 8px;
}
#imagedatabase_overview .box_white_image_center {
    padding-right: 12px;
}

.download_icon,
td.download_icon {
    vertical-align: top;
    width: 30px!important;
    padding-right: 12px;
}
.download_print {
    width: 182px;
    padding-right: 8px;
    padding-left: 27px;
    vertical-align: top;
    padding-top: 3px;
}

/* STYLE FOR BUTTONS SSL jth*/

.button-style {
    background: url(/extension/silver.project/design/sc_base/images/masterbutton_grey_left.gif) top left no-repeat;
    padding-left: 10px;
    height: 20px;
    float: left;
    margin: 0;
    margin-left: 10px;
}

.button-style input, .formbox-small .button-style input, .button-style a {
    background: url(/extension/silver.project/design/sc_base/images/masterbutton_grey_right.gif) top right no-repeat;
    height: 20px;
    color: #005faa;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight: bold;
    border: 0px solid #000;
    padding: 0 10px 2px 0;
    margin: 0;
    cursor: pointer;
    width:auto;
}

.button-style input.button-disabled {
    color: #ccc; 
    padding:0 10px 0 0;
    width:auto;
    cursor: auto;
}

.button-style a {
    padding:3px 10px 5px 10px;
    text-decoration:none;
}

.master {
    background: url(/extension/silver.project/design/sc_base/images/masterbutton_left.gif) top left no-repeat;  
}

.master input {
    background: url(/extension/silver.project/design/sc_base/images/masterbutton_right.gif) top right no-repeat;
    color: #fff;
}

.small_container .button-style input, .small_container .button-style a {
    width:134px;
    margin-right:4px;
}

.small_container  .button-style {
    float:none;
    padding-left:10px;
    margin-left:0;
}

/* Listbullets */

/*div.content-view-full ul li, 
div.class-frontpage ul li*/
div#main ul li {
    background-image:url(/extension/silver.project/design/sc_base/images/tab_icon.gif);
    background-position:left 8px;
    background-repeat:no-repeat;
    margin:0px;
    padding-left:14px;
    line-height:20px;
}

div#main div.register div.tc_box_blank ul li, div#main div.uploadtipp ul li {
    background-image:url(/extension/silver.project/design/sc_base/images/tab_icon.gif);
    background-position:left 8px;
    background-repeat:no-repeat;
    padding-left:14px;
    line-height:20px;
}

div.warning ul li,
div#main div.message-error ul li {
    background-image:url(/extension/silver.project/design/sc_base/images/tab_icon_white.gif);
    background-position:left 5px;
    background-repeat:no-repeat;
    margin:0px;
    padding-left:14px;
}

div#main div.message-error ul li {
    background-position:left 8px;
}

/* NEUKUNDENANMELDUNG */
div.content-view-full div.register ul li {
    background-image:none;
    margin:0px;
    padding-left:0;
}

ul li.li_checkbox_12 label {
    display: inline;
}

label.my-customer-nr {
    float:left;
    font-weight:normal;
    padding:7px 5px 0px 28px;
}

ul li.li_checkbox_12 input.customer-nr {
    /* width:120px; */
    margin-top:3px;
}

.li_checkbox_12 {
    height:20px;
}


/* Aktionsangebote */
.scc_content_edges {
    border-left:1px solid #DFDFDF;
    border-right:1px solid #DFDFDF;
    float:left;
    margin-top:-4px;
    padding:0px;
    width:168px;
}


.edges {
    background-image:url(/extension/silver.project/design/sc_base/images/edges.png);
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
    float:none;
    height:80px;
    margin:0px;
    margin-top:-80px;
    overflow:hidden;
    padding:0px;
    position:relative;
    width:168px;
}

.image_edges {
    text-align: center;
    display: block;
    float: none;
    width: 168px;
    overflow: hidden;
    height:80px;
}

.image_edges img {

}


/* MY SECURITY */

table.welcome {
    width:535px;
}

table.welcome td p{
    width:auto;
}

td.card-image {
    vertical-align:top;
    text-align:right;
}

td.card-image-small {
    vertical-align:top;
    text-align:left;
}

td.card-image img{
    margin: 0 10px 10px;
}

td.card-image-small img{
    margin-bottom: 15px;
}

/* ARTIKEL */

div.attribute-header {
    clear:both;
}

div.attribute-header h1.long {
    background: #fff url(/extension/silver.project/design/sc_base/images/bgh1long.gif) top left no-repeat;
    color:#606060;
    display:block;
    margin:0px;
    width:741px;
    font-size:13px;
    font-weight:bold;
    padding:7px 12px 25px;
    width:722px;
}

div.maincontentheader h1  {
    background: #fff url(/extension/silver.project/design/sc_base/images/bgh1.gif) top left no-repeat;
    color:#606060;
    display:block;
    margin:0px;
    font-size:13px;
    font-weight:bold;
    padding:7px 12px 25px;
    width:555px;
}


/* SITEMAP */

div.list-content {
    background-image:url(/extension/silver.project/design/sc_base/images/list-top-long.gif);
    background-position:left top;
    background-repeat:no-repeat;
    float:none;
    padding:9px 0px 0px;
    width:746px;
}

div.list-bottom {
    background-image:url(/extension/silver.project/design/sc_base/images/list-bottom-long.gif);
    background-position:left top;
    background-repeat:no-repeat;
    float:none;
    height:8px;
    margin:-4px 0px 0px;
    overflow:hidden;
    padding:0px 0px 5px;
    width:746px;
}

div.linklist {
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    width:744px;
}

div.linklist h2 {
    margin-bottom:12px;
}

div.linklist div.tc_box_blank {
    width:720px;
}

div#main div.linklist ul {
    padding-bottom:12px;
    margin:0 12px;
}

div.linklist ul {

}

div.linklist ul li a {
    font-weight:bold;
}

div.linklist ul ul{
    margin:10px 0;
    padding:0;
}

div.linklist ul li ul li a {
    font-weight:normal;
}

.content-view-sitemap h2 {
    padding-bottom:0px;
}

.content-view-sitemap h2 a{
    font-weight:bold;
    padding:0px 12px;
}

div.content-view-sitemap ul li {
    background-image:url(/extension/silver.project/design/sc_base/images/tab_icon_blue.gif);
    background-position:left 5px;
    background-repeat:no-repeat;
    margin:0px;
    padding-left:14px;
    margin:0 12px 0.5em;
}

div.content-view-sitemap ul li ul li {
    margin-left:0px;
}


/* ACCORDION */
a.arrow-down {
    background-image: url(/extension/silver.project/design/sc_base/images/arrow_down.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 11px;
    padding-top: 0px;
    padding-right: 0px;
    line-height: 15px;
}

a.arrow-up {
    background-image: url(/extension/silver.project/design/sc_base/images/arrow_up.gif);
    background-repeat: no-repeat;
    background-position: left 4px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 11px;
    padding-top: 0px;
    padding-right: 0px;
    line-height: 15px;
    text-decoration:none;
}

a.arrowdebug {
    padding:0;
}

.abstand {
    margin-bottom:20px;
}

/* Artikel aus eZ - Ueberschriften sollen unterdrueckt werden 
-> alter Stand, neue SC Deklarationen fuer Ueberschriften ab Zeile 50 dieser css

div.content-view-full div.class-frontpage h3 {
    font-size:13px;
    font-weight:bold;
    padding-left:0;
}

*/

div.attribute-short {
    padding:10px 0;
    clear:both;
}

/* QUICKORDER */

td.svb-basket-remove input {
    width:auto;
    margin:0;
    margin-bottom:2px;
}

table.quickorder {
    clear:both;
    background-image:url(/extension/silver.project/design/sc_base/images/bglight_bg.gif);
    background-position:left top;
    background-repeat:repeat-y;
    width:554px;
}

.list_head-small {
    background-image:url(/extension/silver.project/design/sc_base/images/sc_head_bg.gif);
    background-position:left bottom;
    background-repeat:repeat-x;
    color:#606060;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    overflow:hidden;
    width:554px;
}

.bnb_tc_box_top_small {
    background-image:url(/extension/silver.project/design/sc_base/images/bnb_tc_box_top_small.gif);
    background-position:left top;
    background-repeat:no-repeat;
    font-size:4px;
    height:4px;
    line-height:4px;
    margin:0px;
    overflow:hidden;
    padding:0px;
    width:555px;
}

.bnb_tc_box_bottom_small {
    background-image:url(/extension/silver.project/design/sc_base/images/bnb_tc_box_bottom_small.gif);
    background-position:left top;
    background-repeat:no-repeat;
    font-size:7px;
    height:7px;
    line-height:7px;
    margin:0px;
    overflow:hidden;
    padding:0px;
    width:555px;
}


.bnb_tc_box_bottom-small {
    background-color:#FFFFFF;
    background-image:url(/extension/silver.project/design/sc_base/images/tc_box_bottom_end_small.gif);
    background-position:left top;
    background-repeat:no-repeat;
    height:8px;
    margin:0px 0px 5px;
    overflow:hidden;
    padding:0px;
    width:554px;
}

.tc_box_button-small {
    clear:both;
    padding:0;
    width:555px;
}


table.quickorder tbody tr td {
    padding-top:5px;
    padding-bottom:5px;
}

.qo-number {
    border-left:1px solid #DFDFDF;
}

.qo-number, .qo-available, .qo-quantity, .qo-discount {
    width:30px;
}

.qo-article {
    width:50px;
}

.qo-price {
    width:40px;
    text-align:right;
}

.qo-remove {
    width:40px;
    border-right:1px solid #DFDFDF;
    text-align:center;
}

.morefields {
    clear:both;
    margin:20px 0;
}

tr.bgdark {
    background-color:#fff;
}

tr.bgdark {
    background-color:#efefef;
}

.svb-basket-line_item_amount {
    padding-left:6px;
    padding-right:6px;
}

.box_grey_quickorder {
    padding:15px 15px 35px;
    display:block;
    float:none;
}

/* FORMULARE */

.inputbox,
.halfbox {
    color:#808080;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:bold;
    height:12px;
}

/* LOGIN */

.user-login .inputbox,
.user-login .halfbox,
.user-forgotpassword .halfbox {
    height:auto;
}

.user-login label {
    float:none;
    padding:8px 12px 4px 0px;
}

div.space-ssl {
    background:transparent;
    padding:0;
    margin:0;
    height:16px;
    clear:both;
}

div.space-productset {
    background:transparent;
    padding:0;
    margin:0;
    height:16px;
    clear:both;
    float:left;
    display:block;
    width:100%;
}

/* MyProfile & Contact JTH */

div.fieldset-myprofile fieldset {
    clear:both;
    width:auto;
}

.formbox-head-top-small {
    background-image:url(/extension/silver.project/design/sc_base/images/formbox_top_small.gif);
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
    height:3px;
    font-size:0px;
    margin:0px;
    overflow:hidden;
    padding:0px;
    width:555px;
}

.formbox-head-bottom-small {
    background-image:url(/extension/silver.project/design/sc_base/images/formbox_head_bottom_small.gif);
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
    height:7px;
    line-height:0px;
    margin:0px;
    overflow:hidden;
    padding:0px;
    width:555px;
    font-size:0px;
}

.formbox-head-small {
    background-image:url(/extension/silver.project/design/sc_base/images/sc_head_bg.gif);
    background-position:left bottom;
    background-repeat:repeat-x;
    border-left:1px solid #DFDFDF;
    border-right:1px solid #DFDFDF;
    color:#606060;
    display:block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    font-weight:bold;
    margin:0px;
    overflow:hidden;
    padding-bottom:3px;
    padding-left:11px;
    padding-top:3px;
    width:542px;
}

.formbox-small {
    background-color:#EFEFEF;
    border-left:1px solid #DFDFDF;
    border-right:1px solid #DFDFDF;
    display:block;
    padding:10px 0 5px 12px;
    width:541px;
    line-height:16px;
}

.formbox_cont_line {
    clear:both;
}

.formbox_cont_line label {
    font-weight:bold;
}

.formbox-bottom-small {
    background-image:url(/extension/silver.project/design/sc_base/images/formbox_bottom_small.gif);
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
    height:8px;
    line-height:0px;
    margin:0px;
    overflow:hidden;
    padding:0px;
    width:555px;
    margin-bottom:15px;
}

.formbox-small label {
   margin-bottom:5px;
}

.formbox-small input, .formbox-small textarea {
    width:524px;
}

.formbox-small input, .formbox-small select, .formbox-small textarea {
    margin-bottom:10px;
    padding:2px 0 2px 3px;
}

.formbox-small-line {
    display:block;
}

.formbox-small-line br {
    clear:left;
}

.formbox-small-line input {
    width:220px;
}

.formbox-small br, .shipment-store br {
    line-height:0px;
    height:0px;
    font-size:0px;
    margin:0;
    padding:0;
}


.formbox-small div.bgdark {
    background:transparent;
}

div.buttonline {
    float:right;
    width:auto;
    padding:0 12px;
}

div.listing {
    line-height:20px;
}

.width_75 {
    width:75px;
}

.width_100 {
    width:100px;
}

.width_125 {
    width:125px;
}

.width_230 {
    width:230px;
}

.width_360 {
    width:360px;
}

.width_340 {
    width:340px;
}

div.emailcheck {
    clear:both;
    padding:20px 12px;
}

div.formularbuttons {
    clear:both;
    margin:10px 12px;
    width:auto;
}

.tc_box_grey_cont_info p#counter-request {
    clear:left;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:15px;
    padding:2px 0px 4px 6px;
    width:300px;
    margin-left:15px;

}

.tc_box_grey_cont_info p#counter-request span{
    display:inline;
    font-weight:bold;
    padding:0;
    padding-right:3px;
    margin:0;
    width:auto;
}

div.fieldset-myprofile table.list {
    width:auto;
    float:none;
    clear:both;
    background:transparent;
    background-image:none;
    margin-bottom:15px;
}

div.fieldset-myprofile table.list td {
    padding:0 3px;
}

div.fieldset-myprofile div.remove-image {
    float:none;
    clear:both; 
    text-align:left;
    display:block; 
    vertical-align:middle;
}

div.fieldset-myprofile div.remove-image input{
    width:auto;
    float:left;
}

div.fieldset-myprofile div.remove-image label,
div#my-profile div.delete-address label {
    padding-top:2px;
    font-weight:bold;
}

/* End MyProfile */

div.cont_two_pgs_top_big {
    width:747px;
    display:block;
    height:6px!important;
    background:url(/extension/silver.project/design/sc_base/images/cont_two_pgs_top_big.gif) no-repeat top left;
    line-height: 0; 
    font-size: 0;
}

div.cont_two_pgs_big {
    width:747px;
    display:block;
    background:url(/extension/silver.project/design/sc_base/images/cont_two_pgs_bg_big.gif) repeat-y top left;
}

div.cont_two_pgs_bottom_big {
    width:747px;
    display:block;
    height:6px;
    background:url(/extension/silver.project/design/sc_base/images/cont_two_pgs_bottom_big.gif) no-repeat top left;
}

div.twoc_cont_grey_head {
    width:746px;
    display:block;
    height:4px!important;
    background:url(/extension/silver.project/design/sc_base/images/2c_cont_grey_head.gif) no-repeat top left;
    line-height: 0; 
    font-size: 0;
}

div.twoc_cont_grey_body {
    width:746px;
    display:block;
    background-color:#efefef;
}

div.twoc_cont_grey_bottom {
    width:746px;
    display:block;
    height:8px;
    background:url(/extension/silver.project/design/sc_base/images/2c_cont_grey_bottom.gif) no-repeat top left;
}

div.search-filter, div.date-filter {
    width:340px;
    padding:5px 10px;
    float:left;
    display:inline;
}

div.search-filter label, div.date-filter label {
    padding-top:5px;
}


div.date-filter {
    margin-left:25px;
}

div.twoc_cont_grey_body div.date-filter {
    margin-left:0;
    margin-top:-15px;
}

div.from-to{
    float:left;
    width:30px;
    line-height:22px;
    vertical-align:middle;
}


.button_right {
    float:right;
    clear:right;
}

div.search-filter .button-style input, div.date-filter .button-style input {
    width:70px;
}

.button-search {
    width:555px;
}

input.oh-doc-number {
    width:335px;
    margin:10px 0;
}

div.timeperiod {
    padding:10px 0;
}

div.ssl_calendar {
    float:left;
    width:210px;
    padding:0;
}

#orderhistory_result h2 {
    font-size:14px;
    font-weight:bold;
    padding:6px 12px 0px;
}

table.list td.svoh-line_no {
    width:10px;
}

table.list .svoh-list_price,
table.list .svoh-net_price,
table.list .svoh-sum
 {
    text-align:right;
    width:90px;
}

table.list .svoh-article {
    width:150px;
}

table.list .svoh-add_to_basket {
    width:45px;
    padding-left:10px;
}

table.list td.number_sum {
    text-align:right;
    font-weight:bold;
    font-size:12px;
    padding-bottom:8px;
    padding-top:8px;
}

#orderhistory table.list .svoh-article_no {
    width:100px;
    white-space:nowrap;
}

table.payment_input th,
table.payment_input td {
    padding-left:10px;
}

table.list .svoh-payment_text,
table.list .svoh-shipment_method {
    padding-left:12px;
    padding-top:12px;
    vertical-align:top;
}

table.list .svoh-shipment_method {
    border-bottom:1px solid #DFDFDF;
    padding-bottom:8px;
}

div.oh_header {
    padding:0 12px;
}

table.list td.svoh-unit_price,
table.list td.svoh-net_price {
    content:"-";
}

#orderhistory .tc_box_line_cont_left_left {
    margin:0;
}

#orderhistory_result div.serialnumber {
    clear:both;
}

/* PRINT */

#printpagelayout {
    width:746px;
}

#printpagelayout h1 {
    float:left;
    padding-top:11px;
}

div.print_logo {
    float:right;
}
div.print_adress {
   float:right;
   padding:0;
   text-align:right;
}
div.print_adress p {
    margin-bottom:0;
}
/* Register */
input#verinr {
    margin-top:10px;
}

div.float-left {
    float:left;
}

/* PRODUCTSETS -- ssl */
div.productset_top {
    background:url(/extension/silver.project/design/sc_base/images/productset_top.png) no-repeat top left;
    height:5px!important;
    font-size:0px;
    width:555px;
}

div.productset_content {
    background:#dfdfdf url(/extension/silver.project/design/sc_base/images/productset_content.png) repeat-x center left;
    width:553px;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
}

div.productset_bottom {
    background:url(/extension/silver.project/design/sc_base/images/productset_bottom.png) no-repeat top left;
    height:10px;
    width:555px;
    font-size:0px;
}

span.accord-link {
    float:left;
    width:auto;
}

#campaigntipp {
    float:none;
    width:265px;
}

.uploadtipp {
    width:auto;
    margin:10px 0;
}


#campaigntipp p {
    float:left;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:15px;
    padding:2px 0px 4px 6px;
    width:243px;
    margin:0;
}

div.campaigns {
    font-weight: bold;
}

.uploadtipp p, .uploadtipp ul {
    font-size:11px;
    line-height:15px;
    width:450px;
    margin-left:20px;
    padding:0;
}

 .uploadtipp ul li {
    background-image:url(/extension/silver.project/design/sc_base/images/tab_icon.gif);
    background-position:left 5px;
    background-repeat:no-repeat;
    margin:0px;
    padding-left:14px;
}

/* HEADER */
div#add_logo {
    float:right;
    width:260px;
    text-align:right;
}

div.search-login {
    float:right;
    margin:0;
    width:220px;
    margin:-32px 10px 0;
}

.loginlink {
    float:none;
    display:block;
    width:220px;
    height:30px;
    padding:0;
}

.loginlink a.meta_navi {
    padding-left:0;
}

#searchbox_formular {
    display:inline;
    float:left;
    height:25px;
    margin:0;
    margin-right:8px;
    width:auto;
}

/* added for certificate-list in 'services & downloads' */

.certificates{}
.certificates_image{
    width:150px;vertical-align:middle;background-color:#FFFFFF;
    padding-left:3px;padding-right:3px;border-bottom:1px solid #D3D3D3;
}
.certificates_text{
    background-color:#FFFFFF;
    padding-left:5px;padding-right:5px;
    border-bottom:1px solid #D3D3D3;
}

/* CUSTOMER CENTER */
th.svb-basket-first, td.svb-basket-first {
    border-left:1px solid #DFDFDF;
    overflow:hidden;
    padding-left:11px;
    padding-right:12px;
    width:48px;
}

th.svb-basket-last, td.svb-basket-last {
    border-right:1px solid #DFDFDF;
    overflow:hidden;
    padding-left:11px;
    padding-right:12px;
    width:48px;
}

div.null-margin {
    margin:0;
}

.td-center {
    text-align:center;
}

table.list img.cc-hint {
    float:none;
    padding-left:5px;
    vertical-align:top;
}

.customer_actions .actionblock {
    clear:both;
    margin:10px 0;
}

span.cc-select {
    padding:0 10px;
    font-weight:bold;
}

div#customercenter fieldset {
    float:none;
}

div#customercenter-intro {
    margin:0 0 20px;
}

div#customercenter-intro p {
    float:none;
    padding-bottom:10px;
}


div#customercenter-intro ul li{
    padding-bottom:10px;
}

div#customercenter-intro ul li ul {
    margin:0.75em 0pt 1em 1em;
    list-style-type: disc;
}

div#customercenter-intro ul li{
    list-style-type: none;
}

/* TIPP A FRIEND */

.tipp-contact-box {
    width:702px;
    clear:both;
}

/* WARNINGS */

#main.two_columns div.message-confirmation, 
#main.two_columns div.message-feedback, 
#main.two_columns div.message-warning, 
#main.two_columns div.message-error, 
#main.two_columns div.warning, 
div.main_two_columns div.warning, 
div.main_two_columns div.success, 
p.warning,
#main div.message-error  {
    clear:both;
    float:none;
    display:block;
}

p.warning {
    padding-left:12px;
    color:#D90019;
    font-weight:bold;
}

/* ARTICLE IMAGE VIEW */

div.object-left {
    margin:0 24px 12px 0;
}

div.object-right {
    margin:0 0 12px 24px;
}

div.object-center {
    margin:0 0 12px;
}

/* STANDARD TABELLEN */
table.renderedtable tr,
table.renderedtable tr.bglight,
table.renderedtable tr.bgdark {
    background-color:#fff;
}

table.renderedtable tr.bglight:hover, table.renderedtable tr.bgdark:hover {
    background-color:#fff;
}

table.renderedtable tr.bglight:hover td, table.renderedtable tr.bgdark:hover td {
    background-color:#fff;
}
table.renderedtable td {
    line-height: 17px;
}

table.renderedtable td p {
    padding-left: 0px;
}
table.grey_light tr,
table.grey_light tr.bglight, 
table.grey_light tr.bgdark {
    background-color:#EFEFEF;
}

table.grey_light {
    border-collapse:collapse;
}


table.grey_light tr td,
table.grey_light tr.bglight td, 
table.grey_light tr.bgdark td{
    border:1px solid #fff;
    padding:5px;
    font-weight:normal;
}

table.grey_light tr td,
table.grey_light th {
    font-weight:bold;
}


div.content-view-full div.class-frontpage .box_blank h3.campaign-header {
    background: url(/extension/silver.project/design/sc_base/images/ico_top-preis.gif) no-repeat left center;
    padding-left:65px;
    padding-top:19px;
}

div#basket form#BasketForm table.list tr.list_head th {
    /* white-space:nowrap; fuer laengere Worte in Mehrsprachigkeit herausgenommen */
    vertical-align:top;
}


/* LISTENASTAND NACH OBEN _ WUNSCH VON HERRN THOMA */

/* Auskommentiert: SKn am 29.7.2014
div#main ul {
    margin-top:-15px;
}*/

div#main div.box_grey ul,
div#main div.tc_box ul,
div#main div.warning ul,
div#main div.producthighlights ul,
div#main div#customercenter ul,
div#my-profile ul,
div#boxes_white_software_update_detail ul,
div#boxes_white_software_update ul,
div#main div.detail_techdat_line ul,
div#main .tablebox ul {
    margin-top:0;
}


/* MY PROFILE */
div#my-profile ul li,
div#main div.register ul li {
    background-image:none;
    line-height: inherit;
    margin:0px;
    padding-left:0px;
}

div#my-profile ul li.li_checkbox_12 {
    clear:both;
}

input.form_checkbox {
    float:left;
}

div#my-profile input.form_checkbox,
div#main div.register input.form_checkbox {
    margin-top:3px;
}

div#my-profile .form_checkbox {
    width:auto;
}

div#my-profile .formbox-small input#delete-address {
     width:auto;
     float:left;     
}
 
div#my-profile label {
    white-space: normal;
}
 
div.clear {
    height:1px;
    line-height:1px;
    clear:both;
 }
 
/* TABLE DESIGN TABLEBOX */

table.tablebox {
    border-top:none;
    border-collapse: collapse;
    margin-left:1px;
}


table.tablebox tr th {
    background:#fff url(/extension/silver.project/design/sc_base/images/tablebox_th_bg.gif) bottom left repeat-x;
    padding:3px 12px;
    border:1px solid #dfdfdf;
    text-align:left;
}

table.tablebox tr th p{
    margin:0;
    padding:3px 0;
}

table.tablebox td {
    border:1px solid #dfdfdf;
    padding:5px 12px;
    background-color:#fff;
}

/* VAT in line_gallery */
div.vat {
    clear:both;
    color:#606060;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:normal;
    height:14px;
    margin:0;
    padding-bottom:5px;
    display:block;
    text-align:right;
}

/* PARTNERLOUNG NEWS */
div.partnerlounge-news {
    padding: 0 0 20px 0;
    width: 529px;
    margin-top: 12px;
    /*border-bottom: 1px dotted #606060;*/
}

div.partnerlounge-news p{
    padding:0px;
    padding-right:12px;
    margin:0;
}

div#main div.partnerlounge-news ul,
div#main div.box_white_to_cont ul {
    margin-top:0;
}

/* STORE BASKET */
div#storebasket {
    padding:40px 0;
    clear:both;
}

div.stored-basket {
    clear:both;
}

.stored-basket table.list th.svb-basket_first,
.stored-basket table.list td.svb-basket_first,
#orderhistory table.list .svb-basket_first {
    border-left:1px solid #DFDFDF;
    padding-left:10px;
}

#basket table.list th.svb-basket_last,
.stored-basket table.list th.svb-basket_last,
.stored-basket table.list td.svb-basket_last,
#orderhistory table.list .svb-basket_last {
border-right:1px solid #DFDFDF;
padding-right:10px;
}

div#key_aspects input {
    display:block;
    margin-bottom:3px;
    width:240px;
}

/* HAENDLERPORTRAIT */

.hp_logo {
   float:right;
   margin-right:11px;
}

.hp_object_list input {
    width:auto;
    margin-bottom:0px;
}

.hp_object_list input.search-image {
    width:auto;
    display:block;
}

.hp_object_list .formbox_cont_line {
    margin-bottom:15px;
}

.hp_object_list .button-style {
    float:none;
}

.portrait_staff {
    width:744px;
}
        
.hp_pagenavi {
    width:auto;
    text-align:center;
}

/* INVENTORY */

div.inventory .sca_text2 {
    height:28px;
}

.text-left-bstock {
    width:100px;
}

.text-right-bstock {
    width:30px;
}

/* ERWEITERUNG LIEFERADRESSENAUSWAHL */

#shipto .radio {
    clear:both;
    padding-bottom:10px;
    vertical-align:middle;
}

#shipto .radio input {
    color:#606060;
    float:left;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    margin:0px 4px 0 0;
    padding:0;
    width:15px;
}

#shipto .radio-select {
    display:inline;
    padding-bottom:3px;
}

#item_main_article_title img {
    margin-bottom:-12px;
}

div.box_white_item_article {
    vertical-align:middle;
}

div.box_white_item_article div.neu_list {
    float:left;
    margin-right:3px;
    vertical-align:middle;
    width:35px;
}

div.box_white_item_article div.link-list {
    float:left;
    width:225px;
    vertical-align:middle;
}

td .add-info {
    float:left;
    margin-top:-2px;
    padding:5px 10px;
    width:460px;
}

.sca_button {
    height:28px;
}

.logo-image {
    float:right;
    text-align:right;
}

/* MODIFYING GALLERY jth April 2009 */
div.sca_text a.link_blue_blank_13:link, 
div.sca_text a.link_blue_blank_13:visited {
    font-size:12px;
}

/* SOFTWARE DB */

div.sf_db_result {
    padding: 12px;
    width:528px;
}

div.box_white_sf_item_title {
/*    padding-bottom:12px;*/
}

div.sf_db_result div.box_white_sf_item_desc {
    width: auto;
    padding-bottom: 10px;
}

div.box_white_sf_item_previewitem_image {
    float:left;
    width:70px;
    text-align:left;
}

div.box_white_sf_item_previewitem_name a {
    font-weight:bold;
}

div.box_white_sf_item_previewitem_name,
div.box_white_sf_item_lang_link {
    float:left;
    width:420px;
}

div.box_white_sf_item_more_products {
    clear:both;
    padding-top:12px;
}

.box_white_sf_item_more_products_intro span {
	cursor:pointer;
	color: #005FAA;
}

.box_white_sf_item_more_products_intro.open {
	margin-bottom: 12px;
}

.box_white_sf_item_more_products_intro span:hover {
	text-decoration: underline;
}



/* MICROSITE SPECIFICS */
li.li_select {
    height:16px;
    margin:0;
}

input.li_select {
    margin-top:3px;
}

div.contact_request {
    clear:both;
    margin-top:20px;
}

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

/* Product special */
div.b_stock_line{
    clear:left;
    padding:5px 0;
}

div.sample-price {
    clear:both;
}

div.detail_content h2 {
    margin-bottom:15px;
}

div#detail_content a.link_blue:link,
div#detail_content a.link_blue:visited {
	float:none;
}

div#main div#detail_content ul {
	margin-left:0;
	margin-top:0;
}

div.detail_content div.sc_container_link  {
    float:none;
    width:auto;
}

div.detail_content div.sc_container_link  a {
    float:none;
    width:auto!important;
}


div.detail_content_tabs {
}
div.detail_content_border {
    float: left;
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg.gif);
    background-repeat: repeat-y;
    background-position: left top;
    margin-top: 0px;
    margin-bottom: 0px;
}
div.detail_content_top {
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg_top.gif);
    background-repeat: no-repeat;
    width: 554px;
    display: block;
    float: left;
    background-position: left top;
    height: 8px;
    overflow: hidden;
    margin-bottom: 6px;
}
div.detail_content_content {
    margin: 20px 12px 10px;
    width:530px;
}
div.detail_content_bottom {
    background-image: url(/extension/silver.project/design/sc_base/images/detail_tech_bg_bottom.gif);
    background-repeat: no-repeat;
    width: 554px;
    display: block;
    float: left;
    background-position: left top;
    height: 8px;
    overflow: hidden;
    margin: 0px 0px 8px;
}

div#footer_links {
    text-align:center;
    margin:5px auto 0;
    clear:both;
}

div#footer_links a,
div#footer_links .foot_navi_space  {
    display:inline!important;
    float:none!important;
}

#boxes_dealer_search .left-align {
    float:left;
    width:380px;
}

#boxes_dealer_search .right-align {
    float:right;
    width:140px;
    text-align:center;
}

#boxes_dealer_search .right-align img {
    /*margin-top:10px;*/
}

#boxes_dealer_search  .box_dealer_link {
    width:130px;
    text-align:center;
}

#rmalist_result td, #rmalist_result th {
	padding-left: 6px;
	padding-right: 6px;
}

#rmalist_result td, #rmalist_result th {
	padding-left: 6px;
	padding-right: 6px;
}

#rmalist_result .rmalist_date, #rmalist_result .rmalist_nr, #rmalist_result .rmalist_product, #rmalist_result .rmalist_comment, #rmalist_result .rmalist_reason, #rmalist_result .rmalist_state, #rmalist_result .rmalist_ix, #rmalist_result .rmalist_documents, #rmalist_result .rmalist_documentlinks {
	border-right: 1px solid #DFDFDF;
}
#rmalist_result .rmalist_date{
	border-left: 1px solid #DFDFDF;
}
.rmalist_ix {
	width: 30px;
}
.rmalist_documents {
	width: 105px;
	text-align: center;
}
.rmalist_documentlinks {
	width: 30px;
}
#rmalist_result .button{
	width: 75px;
}

.tc_box_grey_cont_left input.input_ezstring, .tc_box_grey_cont_right input.input_ezstring {
	width: 200px;
}

#main table.renderedtable td ul {
    margin:0;
}

/** PROJEKTRABATT **/
.fieldset-projektrabatt .formbox-small{padding-left:75px;width:478px}
.fieldset-projektrabatt .formbox-small input, .formbox-small textarea{width: 360px}
.fieldset-projektrabatt .formbox-small .tc_box_grey_cont_left{width:145px;margin-right:10px}
.fieldset-projektrabatt .formbox-small .tc_box_grey_cont_left input, .formbox-small .tc_box_grey_cont_left select{width:140px}
.fieldset-projektrabatt .formbox-small .tc_box_grey_cont_right{width:210px}
.fieldset-projektrabatt .formbox-small .tc_box_grey_cont_right input{width:205px}
.fieldset-projektrabatt #article_right{width:70px}
.fieldset-projektrabatt #article_right input{width:65px}


/** START Language Selector **/
#languageselector {
    width: 50px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    height: 28px;
    float: right;
    cursor: pointer;
    background: url(/extension/silver.project/design/abus_base/images/controls/languageselector/arrow.png) no-repeat 25px 11px;
        margin-left: 5px;
        line-height: 17px;
}

#languageselector.open {
    background: url(/extension/silver.project/design/abus_base/images/controls/languageselector/arrow_down.png) no-repeat 24px 13px;
}

#languageselector a{
    border: none;
}
#languageselector > li > a {
	display:block;
    padding: 4px 12px 0 5px;
	background:transparent url(/extension/silver.project/design/sc_base/images/header/pfeil-weiss-vertikal.png) scroll 23px 7px no-repeat;
}

#languageselector li {
    float:left;
    list-style-type: none;
    text-align:center;
    position:relative;
    padding-bottom: 8px;
    margin: 7px 0 0 0;
    border:none;
}
.languagelist{
    left:-999em; /* Hides the drop down */
}
.initialized{
    left:-1px;
    top:auto;
    visibility: hidden;
    opacity: 0;
}
.languagelist, .initialized {
    margin:0px auto;
    float:left;
    position:absolute;

    text-align:left;
    padding:11px 16px;
    border:1px solid #777777;
    border-top:none;

    z-index: 2000000;
    background: white;
    white-space: no-wrap;
    text-align: left;

    border: 1px solid #C8C8C8;
    -moz-box-shadow: 0 0 5px #C8C8C8;
    -webkit-box-shadow: 0 0 5px #C8C8C8;
    box-shadow: 0 0 5px #C8C8C8;
}
#languageselector .languagelist a, #languageselector .initialized a{
    display: block;
    white-space: nowrap;
    font-weight: 700;
    line-height: 24px;
    padding: 0;
}
#languageselector .languagelist a img, #languageselector .initialized a img{
    vertical-align: middle;
	padding-right:10px;
}
#languageselector li:hover .languagelist, .open .initialized {
    left:-1px;
    top:auto;
}

/* ////////////////////////////////////// Header Re-Design */
.main_three_columns {
	margin:0 23px;
	width:946px;
}

/*
.site_tw .main_three_columns {
    width:760px;
}*/

.main_three_columns .box_index_left .box_intro {
	width:580px;
}
.main_three_columns #box_index_left_campaign_teaser {
	width:933px;
}

.small_container_campaign {
	width:169px;
}
#header  {
	/*background-image:url(/extension/silver.project/design/sc_base/images/header/hintergrund.jpg);*/
	width:988px;
	height:137px;
    background: #002f5c;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#header #topmenu {
	padding:0 0 0 2px;
	width:100%;
}

#header #searchbox_formular {
	background: transparent url(/extension/silver.project/design/sc_base/images/header/suchfeld.jpg) scroll top left no-repeat;
	width:170px;
	height:22px;
	margin:0;
}

#header #usermenu {
	height:58px;
	padding:22px 42px 23px 0;
}

#header #logo {
    height: 47px;
    margin-top: 0;
    width: 200px;
}

#header #searchbox_form_text,
#header #topmenu_navi_start {
	font-family: "ff-fago-web-pro-bold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	background:none;
	border:none;
}

#header a.main_navi:link,
#header a.main_navi:visited {
	background:none;
}
#header #topmenu_navi > a:hover,
#header a.main_navi_active:link,
#header a.main_navi_active:hover,
#header a.main_navi_active:active,
#header a.main_navi_active:visited,
#header a.main_navi_active:focus {
	/*background: transparent url(/extension/silver.project/design/sc_base/images/header/anker.jpg) scroll bottom left no-repeat;*/
    color: #da001a;
}

#header a.main_navi.mnfirst {	/*background: transparent url(/extension/silver.project/design/sc_base/images/header/navi-hintergrund-abgerundet.jpg) scroll bottom left no-repeat;*/ }
#header a.main_navi.mnlogout {	/*background: transparent url(/extension/silver.project/design/sc_base/images/header/logout-button.jpg) scroll bottom left no-repeat;*/ }

#header a.main_navi {
	font-family: "ff-fago-web-pro-bold", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
    font-weight: normal;
	cursor: pointer;
    display: inline;
    font-size: 14px;
    padding:4px 12px;
	/*height: 28px;*/
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 800;
}


#header .searchbox_button {
	background:transparent url(/extension/silver.project/design/sc_base/images/header/pfeil-weiss-horizontal.png) scroll 5px 7px no-repeat;
	float: right;
	width: 4px;
	height:22px;
	padding-left: 16px;
}
#header #topmenu_navi {
	/*background-image: url(/extension/silver.project/design/sc_base/images/header/navi-hintergrund.jpg);*/
	height: 18px;
    margin-top: 7px;
}
#header #searchbox {
	float:right;
	margin:0 38px 0 0;
	width:150px;
}
#header #searchbox_form {
	float: left;
    height: 14px;
    padding: 4px 4px 4px 24px;
	*padding-top:2px;
    width: 122px;
}
#header #searchbox_form #searchbox_form_text {width:116px;}


#header #languages {float:right;}
#header #languages {width:auto; margin-right:0;}
#header #languageselector {margin-top:0;}
#header #languageselector li {margin-top:1px;}
#header #languageselector li:hover .languagelist,
#header .open .initialized {
	left:-12px;
}

#header .loginlink {
    color: #fff;
    display: inline;
    float: left;
    margin-left: 20px;
	padding-top: 2px;
    width: auto;
}

#header .loginlink a.meta_navi { transition: all 0.3s ease 0s; }
#header .loginlink a.meta_navi:hover { color: #da001a; }

a.meta_navi:link, a.meta_navi:visited {
	font-family: "ff-fago-web-pro", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
}
#topmenu_navi_end {
	height:15px;
}

/* END Header Re-Design */


/* CSS Document */
.Tips2 {
    cursor: pointer;
}

.tool-tip {
	width: 170px;
	z-index: 13000;
	overflow: hidden;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #606060;
	padding: 10px 13px 1px;
	background: url(/extension/silver.project/design/silver.project/images/tooltip_top.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}
 
.tool-text {
	font-size: 11px;
	padding: 1px 13px 9px;
	background: url(/extension/silver.project/design/silver.project/images/tooltip_bottom.gif) right bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

div#debug {
    text-align: left;
    clear: both;
}
#index_welcome {height: 325px; clear:both;}

.index_welcome_cont #content-slider-container {width:985px; height:325px; position:absolute; overflow: hidden; border-radius: 5px;}

.index_welcome_cont #content-slider-container div.one-slide{height: 325px; position: absolute;}

.index_welcome_cont #content-slider-container div.one-slide div.box:not([dummy]) { /* IE9 only */ filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');}
.index_welcome_cont #content-slider-container div.one-slide div.box{
    background-color: rgb(0, 47, 92);
    background-color: rgba(0,47,92,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC002F5C,endColorstr=#CC002F5C);
    height:277px;
    padding: 24px;
    position:absolute;
    text-align: center;
    width:302px;
    z-index: 1;
}
.index_welcome_cont #content-slider-container div.one-slide div.box span          { color: #fff; font-family: ff-fago-web-pro,Arial,Verdana,sans-serif; /*height: 224px; left: 24px; position: absolute; width: 302px;*/}
.index_welcome_cont #content-slider-container div.one-slide div.box span h1       { font-size: 25px; line-height: 28px;}
.index_welcome_cont #content-slider-container div.one-slide div.box span p        { font-family: ff-fago-web-pro,Arial,Verdana,sans-serif; font-size: 14px; line-height: 17px; color: #FFF;}
.index_welcome_cont #content-slider-container div.one-slide div.box span a        { border: 2px solid white; bottom: 0; font-size: 14px; color: #fff; font-family: ff-fago-web-pro,Arial,Verdana,sans-serif; font-weight: bold; margin: 0 auto; padding: 7px 9px; position: relative; text-decoration: none; transition: border 0.3s ease 0s, color 0.3s ease 0s;}
.index_welcome_cont #content-slider-container div.one-slide div.box span a:hover  { color: #da001a; border: 2px solid #da001a;}

.index_welcome_cont #content-slider-container div.one-slide img    {border-radius: 5px; width: 985px;}
.index_welcome_cont #content-slider-container span#line{ background-color: #da001a; bottom: 64px; height: 1px; left: 24px; position: absolute; width: 302px; z-index: 3;}

.index_welcome_cont #content-slider-container .noVis{opacity: 0; display: none;}


.index_welcome_cont #content-slider-container #toc-place       { bottom: 27px; display: block; height: 14px; left: 48px; position: absolute; text-align: center; width: 252px; z-index: 1; }
.index_welcome_cont #content-slider-container .toc, .toc-active{ background-image: url(/extension/silver.project/design/silver.project/images/content-slider/content-slider_toc.png); margin: 0 3px; height: 14px; display: inline-flex; width: 14px; z-index: 2; }

.index_welcome_cont #content-slider-container .toc             { background-position: -14px center; }
.index_welcome_cont #content-slider-container .toc-active      { background-position: 0 center; }
.index_welcome_cont #content-slider-container .toc:hover      { background-image: url(/extension/silver.project/design/silver.project/images/content-slider/content-slider_toc-red.png)}
.index_welcome_cont #content-slider-container .toc-active:hover   { background-position: 0 center;}

.index_welcome_cont #content-slider-container #next, #previous{ position:absolute; bottom:20px; z-index:2; display:block; width:10px; height: 20px; color:#fff; text-align:center; padding:3px; text-decoration:none; background-repeat: no-repeat;}
.index_welcome_cont #content-slider-container #next	        { left:314px; background-image: url(/extension/silver.project/design/silver.project/images/content-slider/content-slider_arrow-right.png);}
.index_welcome_cont #content-slider-container #previous	    { left:24px; background-image: url(/extension/silver.project/design/silver.project/images/content-slider/content-slider_arrow-left.png);}
.index_welcome_cont #content-slider-container #next:hover     { background-image: url(/extension/silver.project/design/silver.project/images/content-slider/content-slider_arrow-right-red.png);}
.index_welcome_cont #content-slider-container #previous:hover { background-image: url(/extension/silver.project/design/silver.project/images/content-slider/content-slider_arrow-left-red.png);}

