@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	outline: none;

}
body {
	background-color: #f7f7f2;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	position: relative;
	width: 960px;
	margin: auto;
}
.stop_float {
	padding: 0px;
	margin: 0px;
	clear: both;
}

/* TOP CONTAINER */

#top {
	position: relative;
	float: left;
	width: 960px;
	height: 87px;
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-x;
}
#topmenu {
	position: relative;
	float: left;
	top: 10px;
	left: 12px;
}
#language {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}
#logo {
	position: relative;
	float: right;
	top: 16px;
	right: 16px;
	width: 176px;
	height: 56px;
}
#logo img {
	border: 0px;
}

/* SEARCH */

#search {
	position: relative;
	float: right;
	background-image: url(../img/search_bg.gif);
	background-repeat: repeat-x;
	width: 203px;
	height: 59px;
}
.tx-indexedsearch-searchbox-sword {
	position: relative;
	float: left;
	width: 95px;
	height: 20px;
	padding: 3px 9px;
	background-image: url(../img/searchinput_bg.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top: 12px;
	margin-left: 26px;
	margin-right: 6px;
}
.tx-indexedsearch-searchbox-button {
	position: relative;
	float: left;
	background-repeat: no-repeat;
	height: 25px;
	width: 38px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0px;
	cursor: pointer;
	margin-top: 12px;
}

#search_de {
	background-image: url(../img/search_submit_bg.gif);
}

#search_en {
	background-image: url(../img/search_submit_en_bg.gif);
}

#search_ru {
	background-image: url(../img/search_ru_submit_bg.gif);
}

/* MENU CONTAINER */

#menu {
	position: relative;
	float: left;
	width: 960px;
	height: 71px;
	background-image: url(../img/menu_bg.gif);
}

/* CONTENT CONTAINER */

#info {
	position: relative;
	float: left;
	padding-top: 8px;
	width: 920px;
	height: 34px;
	clear: both;
}
#breadcrumb {
	position: relative;
	color: #cccccc;
	float: left;
	font-size: 10px;
}
#breadcrumb a{
	color: #cccccc;
}
#breadcrumb .fileexplorer_allWrap {
	font-size: 10px;
	color: #cccccc;
}
#breadcrumb .fileexplorer_allWrap a{
	color: #cccccc;
}
#print_view {
	color: #cccccc;
	font-size: 10px;
	position: relative;
	float: right;
}
#print_view a {
	color: #cccccc;
}

#content {
	position: relative;
	float: left;
	background-color: #FFFFFF;
	width: 920px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 29px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d9d9d9;
	border-bottom-color: #d9d9d9;
	border-left-color: #d9d9d9;
	text-align: left;
	overflow: hidden;
}

#main_content {
	position: relative;
	float: left;
}

#nav_2ndlevel {
	position: relative;
	float: left;
	width: 215px;
	margin-right: 20px;
	min-height: 100px;
}

/* FOOTER */

#footer {
	position: relative;
	float: left;
	width: 960px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding-top: 15px;
	padding-bottom: 40px;
	line-height:15px;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #b3b3b3;
}

/* ---------------------- MENUES ---------------------- */

/* ALL MENUS */

ul.sub_menu {
    list-style-type: none;
    margin:0px;
	padding:0px;
}

ul.menu a {
    display: block;
}
ul.menu li {
    padding:0;
    margin:0;
    float:left;
}

/* TOP MENU */

ul.top_menu {
	position: relative;
	float: left;
	list-style-type: none;
	font-size: 12px;
	font-family: Tahoma;
	color: #7c7c7c;
}
ul.top_menu li {
	position: relative;
	float:left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #9c9b9b;
	padding-right: 7px;
	padding-left: 7px;
}
ul.top_menu li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #7c7c7c;
	font-size: 9px;
	vertical-align: top;
}
ul.top_menu li a:hover{
	color: #4a4a4a;
}
ul.top_menu li a.active{
	color: #4a4a4a;
}

/* LANGUAGE MENU */

.language_menu {
	position: relative;
	float: left;
	padding-left: 7px;
	font-size: 9px;
	font-family: Tahoma;
	text-decoration: none;
	text-transform: uppercase;
	color: #7c7c7c;
}
.language_menu_text{
	position: relative;
	float: left;
}
.language_menu_flags {
	position: relative;
	float: left;
	padding-left: 7px;
}
.language_menu_flags img {
	position: relative;
	float: left;
	border: 0px;
	margin-right: 4px;
}


/* MAIN MENU */

ul.menu {
	position: relative;
	float: left;
    list-style-type: none;
	padding-top: 13px;
	padding-left: 20px;
}
ul.menu li {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 88px;
	margin-right: 1px;
	background-image: url(../img/menu_tab.gif);
	background-repeat: no-repeat;
}
ul.menu li.active {
	float:left;
	width: 88px;
	height: 58px;
	background-image: url(../img/menu_tab_active.gif);
	background-repeat: no-repeat;
}
ul.menu li a {
	display: block;
	color: #666666;
	text-decoration: none;
	padding-top: 9px;
	padding-bottom: 10px;
	width: 88px;
}
ul.menu li a:hover {
	color: #333333;
}
ul.menu a.active {
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/menu_tab_active.gif);
	height: 58px;
}

/* SUB MENU */

ul.sub_menu {
	position: relative;
	width: 215px;
	float: left;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-right: 20px;
	padding-top: 44px;
}
ul.sub_menu li {
	display:block;
	width: 215px;
	height: 39px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/submenu_bg.gif);
	background-repeat: repeat-x;
}
ul.sub_menu li a {
	display: block;
	height: 27px;
	padding-left: 26px;
	padding-top: 12px;
	color: #333333;
	text-decoration: none;
}
ul.sub_menu a.active {
	font-weight: bold;
	text-decoration: none;
}
ul.sub_menu a:hover {
	background-color: #f5f5f5;

}

/* DOWNLOAD MENU */

ul.sub_menu_download {
    list-style-type: none;
	margin-left: -26px;
	margin-top: -30px;
	margin-bottom: 30px;
	padding:0px;
}
ul.sub_menu_download {
	position: relative;
	width: 215px;
	float: left;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-right: 20px;
	padding-top: 44px;
}
ul.sub_menu_download li {
	display:block;
	width: 215px;
	height: 39px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/submenu_bg.gif);
	background-repeat: repeat-x;
}
ul.sub_menu_download li a {
	display: block;

	height: 27px;
	padding-left: 26px;
	padding-top: 12px;
	color: #333333;
	text-decoration: none;
}
ul.sub_menu_download a.active {
	font-weight: bold;
	text-decoration: none;
}
ul.sub_menu_download a:hover {
	background-color: #f5f5f5;

}

/* HEADLINES */

.pageTitle {
	position: relative;
	float: right;
	width: 685px;
	height: 44px;
	border:0;
	margin-bottom: 20px;
	line-height: 32px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	font-size: 30px;
	border-bottom: 1px solid #C8C8C8;
	
}

#ru .pageTitle {
	white-space: pre-wrap;
	height: auto;
	line-height: 44px;
}


h1.pageTitle cufon {
	top: 7px;
}


h3.pageTitle {
	top: 17px;
	border: none;
	
}
.pageTitle.products {
	width: 215px;
	height: 25px;
}

.pageTitle.products a {
	width: 215px;
	height: 25px;
	display: block;
	padding-left: 25px;
	color: #333;
	color:#333333;
	font-size:14px;
	text-decoration: none;
	background: url(/fileadmin/frontend/img/module_title.gif) no-repeat 0 0px;
}
h2.pageTitle {
	font-size: 20px;
	height: 25px;
}

h3.pageTitle.products {
	/*height: 20px;*/
	margin-bottom: 10px;
	margin-top: -18px;
	padding-bottom: 10px;
}
.pageTitle img {
	padding-top: 11px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	
}

.module_title img {
	position: relative;
	float: left;
	top: 0px;
}
.module_title_img {
	top: 0px !important;
}

/* MODULE TITLE 2 (DOWNLOAD BEREICH) */

.module_title_2, .news-single-additional-info dt {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding-top: 6px;
}
.module_title_2 img {
	position: relative;
	float: left;
	top: 1px;
}
.module_title_2_img {
	top: 0px !important;
}
h2 {
	font-family: Title, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
h3 {
	position: relative;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	width: 100%;
	clear: both;
	display:inline;
	/*text-indent: 999em;*/
	overflow: hidden;
	margin-bottom: 5px;
}

.main_content .tv_page_2col_1 h3 {
	padding-left: 20px;
}
.box_onecol h3{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	width: 100%;
	padding-bottom: 10px;
}
.box_onecol_right h3{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	width: 100%;
	padding-bottom: 10px;
}

/* ---------------------- MODULE BOXES ---------------------- */

.trenner {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	margin-top: 18px;
	margin-bottom: 18px;
}
.teaser_box {
	position: relative;
	float: left;
	width: 195px;
	background-color: #f7f7f7;
	text-align: center;
	padding: 10px;
	margin-bottom: 5px;
}
.teaser_box .csc-textpic-imagewrap {
	position: relative;
	float: left;
	width: 195px !important;
	text-align: center;
}
.teaser_box .csc-textpic-imagewrap .csc-textpic-image {
	position: relative;
	float: left;
	width: 195px !important;
	text-align: center;
	margin-top: 10px;
}

/* MODUL BODYTEXT */

.bodytext {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	clear: both;
}
.bodytext a {
	color: #e58e29;
}
.bodytext a:hover {
	color: #cc7e25;
}

.csc-default ul {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	clear: both;
	/*padding-left: 20px;*/
    /* width: 88%; */	
}


a.download {
	color: #e58e29;
	font-weight: normal;
}
a:hover.download {
	color: #cc7e25;
}

/* MODUL LISTS */

.csc-bulletlist {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	list-style-type: none;
}
.csc-bulletlist li {
	background-image: url(../img/bulletlist_img.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
}

.nav_2ndlevel_subcontent {
	margin-top: 30px;
}

#c685 .csc-textpic-single-image {
	margin-top: 30px;
}
.nav_2ndlevel_subcontent ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.nav_2ndlevel_subcontent li{
}
#content75 {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 685px;
}
.item75 {
	position: relative;
	float: left;
	width: 100%;
}


/* BOX ONE COLUMN */

.box_onecol {
	position: relative;
	float: left;
	width: 215px;
	margin-right: 20px;

}
.box_onecol img {
	margin: 0px;
	padding: 0px;
}
.box_onecol_right {
	position: relative;
	float: left;
	width: 215px;
}
.box_onecol_right img {
}
.csc-textpic-imagewrap {
	position: relative;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.csc-textpic-imagerow {
	float: left;
	padding-bottom: 0px;
	width: 215px !important;
}
.csc-textpic-imagerow-last {
	float: left;
}
.csc-textpic-firstcol {
}
.csc-textpic-lastcol {
}
.csc-textpic-image {
	position: relative;
	float: left;
	clear: none;
	padding: 0px;
	margin: 0px;
	height: 107px;
	list-style-type: none;
}
.csc-textpic-imagerow dl {
	height: 107px;
}
.csc-textpic-imagerow dt {
	height: 107px;
}

/*BOX TWO COLUMNS */

.box_twocols {
	position: relative;
	float: left;
	width: 450px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.box_twocols img {
	float: left;
	border: 0px;
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box_twocols_right {
	position: relative;
	float: left;
	width: 450px;
	padding-bottom: 30px;
}
.box_twocols csc-header-n2 {
	float: left;
	padding: 0px;
	margin: 0px;
	display: inline;
}
.box_twocols .bodytext {
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 450px;
	padding: 0px;
	margin: 0px;
	display: inline;
	font-weight: normal;
}
.box_twocols h2 {
	position: relative;
	float: left;
	width: 450px;
	font-family: Title, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 12px;
}
.box_twocols h3 {
	position: relative;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	width: 450px;
	clear: both;
	display:inline;
	padding-bottom: 10px;
}
.box_twocols_right h2 {
	position: relative;
	float: left;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 12px;
}
.box_twocols hr.trenner {
	position: relative;
	float: left;
	clear: both;
	width: 450px;
	height: 1px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	margin-top: 18px;
	margin-bottom: 18px;
}
/* BOX THREE COLUMNS */

.box_threecols {
	position: relative;
	float: left;
	width: 685px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
	left: 0px;
}

.box_content_half {
	position: relative;
	float: left;
	width: 332px;
	margin-right: 20px;
}
.box_content_half_right {
	position: relative;
	float: left;
	width: 332px;
}

/* NEWS BOXES */

.news_onecol {
}
.news_twocols {
}

/* KONTAKT FORMULAR */

.csc-mailform {
	position: relative;
	float: left;
	width: 332px;
	margin-top: 30px;
	border: none;
	padding: 0px;
}
.csc-mailform-field {
	
}
.csc-mailform-field label{
	position: relative;
	float: left;
	width: 115px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	margin-top: 3px;
}
.csc-mailform-field input[type=text]{
	position: relative;
	float: left;
	width: 200px;
	border: 1px solid #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-bottom: 3px;
}
.csc-mailform-field textarea{
	position: relative;
	float: left;
	width: 200px;
	height: 120px;
	border: 1px solid #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.csc-mailform-submit {
	position: relative;
	float: left;
	width: 100px;
	border: 1px solid #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-top: 6px;
	margin-left: 115px;
	background-color: #FFFFFF;
}

/* DOWNLOAD */
.csc-uploads {
	position: relative;
	float: left;
	width: 685px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 20px;
}
.csc-uploads2 {
	position: relative;
	float: left;
	width: 685px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
}
.csc-uploads-fileName a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: transparent url(../img/download_arrow.gif) no-repeat center right;
	padding-right: 10px;
}
.csc-uploads-icon {
	width: 40px;
}
.csc-uploads-fileSize {
	width: 200px;
}
.csc-uploads3 {
	position: relative;
	float: left;
	width: 685px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.upload-attribute {
	height: 46px;
	vertical-align: top;
}
.upload-icon {
	width: 40px;
}
.upload-item {
	height: 20px;
	vertical-align: top;
}
.upload-fileName {
	width: 30%;
}
.upload-fileName a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: transparent url(../img/download_arrow.gif) no-repeat center right;
	padding-right: 10px;
}
.upload-fileSize {
	width: 100px;
	text-align: right;
}

/* DOWNLOAD (expand) */

.msg_list {
	width: 685px;
	margin: 0px;
	padding: 0px;
}
.msg_head {
	width: 100%;
	cursor: pointer;
	position: relative;
		float: left;
	clear: both;
	height: 40px;
}
.msg_body {
	position: relative;
	float: left;
	clear: both;
}

/* 25 75 - ZERTIFIKATE, DIN EN ISO, FACHPRESSE */
.tv_fce_2col_25_75 {
	position: relative;
	float: left;
	width: 100%;
}

.tv_fce_2col_1 {
	position: relative;
	float: left;
	margin-right: 20px;
}
.tv_fce_2col_1 img{
	width: 213px;
	height: 159px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}
.tv_fce_2col_2 {
	position: relative;
	float: left;
	width: 450px;
}

/* PRODUKTKATALOG */
.tv_page_2col_1 {
	position: relative;
	float: left;
	width: 215px;
	margin-right: 20px;
}
.tv_page_2col_2 {
		position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 685px;
}

/* PRODUCT MENU */

.catalog_navigation {
	width: 215px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-right: 20px;
	padding-top: 44px;
}
.catalog_navigation li{
	width: 215px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	background-image: url(../img/submenu_bg.gif);
	background-repeat: repeat-x;
}
.catalog_navigation li.active {
	background-image: url(../img/submenu_bg_active.gif);
	background-repeat: repeat-x;
}
.catalog_navigation li a {
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 26px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #333333;
	text-decoration: none;
}

#ru .catalog_navigation a span {
display: none;
}

.catalog_navigation li a:hover {
	background-color: #f5f5f5;
}

.catalog_navigation li sup, .catalog_navigation li sub { 
	line-height: 0px;
    font-size: 40%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* CATALOG MENUE 2ND LEVEL */

.catalog_navigation ul{
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.catalog_navigation ul li{
	width: 215px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.catalog_navigation ul li a{
	background-color: #f0f0ef;
	padding-left: 26px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.catalog_navigation ul li a:hover {
	background-color: #cccccc;
}
.catalog_navigation ul li.active {
}
.catalog_navigation ul li.active a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../img/product_menu_active.gif);
	background-repeat: repeat-y;
}
.catalog_navigation ul li.active a:hover {
	background-color: #717171;
}

.catalog_navigation ul li.inactive {
	background-color: #f0f0f0;
}
.catalog_navigation ul li.inactive {
	background-color: #f0f0ef;
}

.tv_page_2col_1_content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

/* CATALOG HOME */
.tv_page_2col_1_content .csc-header{
	margin-top: 25px;
	margin-bottom: 6px;
	margin-left: 5px;	
}
.lastest_viewed_products {
	position: relative;
	float: left;
	width: 189px;
	margin-left: 26px;
	margin-bottom: 30px;
	list-style-type: none;
	font-size: 11px;
}
.lastest_viewed_products li{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
}
.lastest_viewed_products a{	
	color: #e58e29;
}
.lastest_viewed_products a:hover {
	color: #cc7e25;
}
.fileexplorer_allWrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.prod_box {
	position: relative;
	float: left;
	width: 215px;
	height: 257px;
	margin-right: 20px;
	margin-bottom: 18px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.prod_box p {
	margin-top: 16px;
	font-size: 11px;
}
.prod_box h2 {
	float: left;
	width: 215px;
	clear: both;
	padding-bottom: 15px;
}
.prod_box p a {
	font-size: 11px;
	color: #e58e29;
}
.prod_box p a:hover {
	font-size: 11px;
	color: #cc7e25;
}
/* PROD BOX HEADER */

.prod_box .module_title_img {
	float: left;
	border: 0px;
	margin-top: 1px !important;
}
prod_box .module_title img {
	position: relative;
	float: left;
	top: 0px;
}
/* PROD BOX RIGHT */

.prod_box_right {
	position: relative;
	float: left;
	width: 215px;
	height: 257px;
	margin-bottom: 18px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.prod_box_right p {
	font-size: 11px;
	margin-top: 16px;
}
.prod_box_right h2 {
	float: left;
	width: 215px;
	clear: both;
	padding-bottom: 15px;
}
.prod_box_right a {
	font-size: 11px;
	color: #e58e29;
}
.prod_box_right p a:hover {
	font-size: 11px;
	color: #cc7e25;
}
.prod_box_right .module_title_img {
	float: left;
	border: 0px;
	margin-top: 1px !important;
}
.prod_box_right .module_title img {
	position: relative;
	float: left;
	top: 0px;
}

/* PRDOUCT CATEGORIES */
.cat_matrix {
	float: left;
	width: 685px;
	margin-bottom: 30px;
	overflow-x: auto;
}
.matrix_1 {
	height: 84px;
	vertical-align: middle;
	text-align: center;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
}
.matrix_1 img{
	border: 0px;
}
.matrix_0 {
	width: 84px;
	height: 84px;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
}
.matrix_0 img{
	border: 0px;
}
.cat_matrix table {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
	width: 100%;
}
.cat_matrix table th {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	background-color: #f7f7f7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}
.cat_matrix table tr{
}
.matrix_product{
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	text-align: center;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	width: 100px;
}
.cat_detail_img {
	position: relative;
	float: left;
	width: 216px;
	margin-right: 19px;
}
.cat_detail_img img{
	position: relative;
	float: left;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
}
.cat_detail_text {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	padding-bottom: 20px;
	margin-bottom: 18px;
	font-size: 11px;
	color: #666666;
}
.cat_detail_text h3{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	width: 100%;
	padding-bottom: 10px;
}
.cat_detail_list ul {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	list-style-type: none;
}
.cat_detail_list li {
	background-image: url(../img/bulletlist_img.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
}
.cat_detail_list h3{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	width: 100%;
	padding-bottom: 10px;
}

/* PRODUCT DETAIL */
.prod_detail_img {
	position: relative;
	float: left;
	width: 303px;
	height: 305px;
	background-image: url(../img/prod_detail_img.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 49px;
}
.prod_detail_img img {
	margin-top: 5px;
}
.prod_detail_tech{
	position: relative;
	float: left;
	width: 303px;
	height: 305px;
	background-image: url(../img/prod_detail_img.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 18px;
}
.prod_detail_tech img {
	margin-top: 5px;
    text-align: center;
}
.prod_detail {
	padding-top: 20px;
	position: relative;
	float: left;
	width: 332px;
	padding-right: 20px;
}
.prod_detail ul {
	padding-top: 16px;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	list-style-type: none;
	width: 100%;
}
.prod_detail li{
	background-image: url(../img/bulletlist_img.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
}
.prod_detail_atrb_01{
	padding-top: 20px;
	position: relative;
	float: left;
	width: 332px;
}
.attrib_01 {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
.prod_detail_atrb_02{
	position: relative;
	float: left;
	background-image: url(../img/product_attrib_bg.gif);
	background-repeat: repeat;
	width: 635px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.prod_detail_atrb_02 table {
	float: right;
	background-color: #FFFFFF;
	padding-right: 18px;
	padding-left:18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
.prod_detail_atrb_02 th{
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	padding: 4px;
	color: #333333;
	vertical-align: top;
}
.prod_detail_atrb_02 td{
	padding: 4px;
	text-align: center;
}
.prod_detail_atrb_03{
	position: relative;
	float: left;
	width: 655px;
	margin-top: 30px;
}
.prod_detail_atrb_03 th {
		color: #333333;
		padding-bottom: 4px;
}

/* PRODUCT DETAIL THICKBOX */
.thickbox_productnumber {
	float: left;
	text-align: center;
	width: 785px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.thickbox_productnumber h1{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.prod_detail_atrb_thickbox{
	position: relative;
	background-image: url(../img/product_attrib_bg.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	margin: auto;
	width: 500px;
}
.prod_detail_atrb_thickbox table {
	background-color: #FFFFFF;
	padding-right: 18px;
	padding-left:18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
.prod_detail_atrb_thickbox th{
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	padding: 4px;
	color: #333333;
}
.prod_detail_atrb_thickbox td{
	padding: 4px;
	text-align: center;
}


.prod_links {
	position: relative;
	float: left;
	width: 654px;
	padding-left: 1px;
	margin-top: 20px;
}
.prod_links_2 {
	position: relative;
	float: left;
	width: 654px;
	padding-left: 1px;
	padding-top: 14px;
}
.prod_variante {
	position: relative;
	float: left;
	list-style-type: none;
	padding-top: 5px;
}
.prod_variante li {
	position: relative;
	float: left;
	display: block;
	list-style-type: none;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #e5e5e5;
        width: 100px;
        height: 135px;
}
.prod_variante li img{
	margin-top: 10px;
}
.prod_variante li a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	display: block;
	height: 40px;
	overflow: hidden;
}


.prod_variante li a sup {
	font-size: 4px;
}

.prod_variante li a:hover {
	color: #cc7e25;
}

/* PRODUCT SEARCH */

.prod_search {
	position: relative;
	float: left;
	list-style-type: none;
	padding-top: 5px;
	margin-bottom: 40px;
	clear: both;
	width: 685px;
}
.prod_search li {
	position: relative;
	float: left;
	display: block;
	list-style-type: none;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #e5e5e5;
	height:150px;
	width:150px;
}
.prod_search li img{
	margin-top: 10px;
	border:0;
}
.prod_search li a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
.prod_search li a:hover {
	color: #cc7e25;
}
.dl_search {
	margin-top: 0;
	margin-bottom: 40px;
}


/* SEARCH RESULT */
.search-bulletlist {
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	list-style-type: none;
	width: 100%;
	padding-bottom: 12px;
	margin-top: 10px;
}
.search-bulletlist li {
	background-image: url(../img/bulletlist_img.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
}

.browsebox {
	margin-top: 10px;
}
.browsebox a{
	color: #e58e29;
}
.browsebox a:hover{
	color: #cc7e25;
}

.tx-indexedsearch-res {
	padding-top:10px;
}
.tx-indexedsearch-res a {
		color: #e58e29;
}
.tx-indexedsearch-res a:hover {
	color: #cc7e25;
}
.tx-indexedsearch-sw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.tx-indexedsearch-redMarkup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #333333;
}
.tx-indexedsearch-descr {
	padding-top: 10px;
	padding-bottom: 5px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dcdcdc;
	padding-bottom: 10px;
	color: #cccccc;
}
.tx-indexedsearch-info a{
	color: #cccccc;
}
.tx-indexedsearch-info a:hover{
	color: #cccccc;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* TEAM */
.team_map {
	position: relative;
	float: left;
	width: 332px;
	margin-right: 20px;
	padding-bottom: 20px;
}
.team_search {
	position: relative;
	float: left;
	width: 332px;
	margin-bottom: 16px;
	margin-top: 10px;
}
.team_result {
	position: relative;
	float: left;
	width: 332px;
}
.teamsearch {
	position: relative;
	width: 215px;
	float: left;
}
#teamSearchResult {
	margin-top: 16px;
}
#teamSearchResult ul{
	list-style-type: none;
}
#teamSearchResult ul li{
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
}
#teamSearchResult ul li ul li{
	font-weight: normal;
	color: #666666;
}
#teamSearchResult ul li ul li a {
	color: #e58e29;
}
#teamSearchResult ul li ul li a:hover {
	color: #cc7e25;
}
#teamSearchZip {
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 2px;
}
#teamSearch_submit {
	background-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	cursor: pointer;
}
select{
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
}
.team_weltweit {
	float: left;
	width: 100%;
}
.team_weltweit a {
	color: #e58e29;
}
.team_weltweit a:hover {
	color: #cc7e25;
}

/* GLOSSAR */
.glos_abc {
}
.index_abc{
	width: 43px;
	height: 23px;
	float: left;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.index_abc a{
	color: #e58e29;
}
.index_abc a:hover {
	color: #cc7e25;
}
.glos_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.glos_list a{
	color: #e58e29;
}
.glos_list a:hover {
	color: #cc7e25;
}
.glos_detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.glos_detail a{
	color: #e58e29;
}
.glos_detail a:hover{
	color: #cc7e25;
}
.glos_nav {
	position: relative;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EEEEEE;
}
#glos_nav_left {
	position: relative;
	float: left;
	width: 225px;
	padding-top: 10px;
}
#glos_nav_right {
	position: relative;
	float: right;
	width: 225px;
	text-align: right;
	padding-top: 10px;
}
.glos_image img{
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border:1px solid #e0e0e0;
	float:left;
	padding: 4px;
}

/* GIFBUILDER ANPASSUNGEN */

.box_twocols h1.imageheader1 {
	font-weight: normal;
   	white-space: nowrap;
   	overflow: hidden;
   	font-size: 20px;
   	line-height: 30px;
}

.box_twocols h1.imageheader1 {
	padding-bottom: 4px;
}
h2.imageheader2 {
	overflow: hidden;
   	height: 26px;
   	white-space: nowrap;
   	font-family: Title;
   	background-repeat: no-repeat;
	margin-bottom: 18px;
	background-color: #fff;
	font-weight: normal;
}

#language-3 h2.imageheader2 {
	font-size:18px;
	height:22px;
}

h2.imageheader2 span {
	height: 24px;
	width: 20px;
	display: block;
	background: url(/fileadmin/frontend/img/module_title.gif) no-repeat 0 5px;
	float: left;
}

h2.imageheader2 cufon {
	padding-top: 5px;
}
.news-single-additional-info {
	border: none;
}

.news-single-additional-info .news-single-files dd {
	margin-left: 0px;
}

.news-single-additional-info .news-single-files dd a {
	color: #666666;
}

.news-single-additional-info img {
	margin-right: 20px;
}

h2.module_title_2 {
	font-size: 20px;
	padding-left: 30px;
	background: url(/fileadmin/frontend/img/module_title_arrow_right.gif) no-repeat 0 3px;
	padding-bottom: 5px;
}


.prod_links_2 h2.module_title_2, .prod_links h2.module_title_2, .prod_detail_atrb_03 h2.module_title_2 {
	background: url(/fileadmin/frontend/img/module_title_2.gif) no-repeat -2px 6px;
}

.msg_head.open h2.module_title_2, .news-single-additional-info dt {
	font-size: 20px;
	padding-left: 30px;
	background: url(/fileadmin/frontend/img/module_title_2.gif) no-repeat -2px 6px;
	padding-bottom: 5px;
}


.news-single-additional-info dt {
	float: none;
	margin-bottom: 10px;
}

.news-single-additional-info .news-single-files {
	border: none;
	padding: 0px;
}

.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
	overflow:hidden;
}

.csc-textpic-imagerow ul li.csc-textpic-image {
	height: 107px;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}


#c307 ul {
	padding-left: 20px;
}


#c307 li {
	list-style-type: none;
	padding-bottom: 2px;

}

#c307 a {
	color: #666666;
	padding-left: 15px;
	padding-top: 4px;
	text-decoration: none;
	line-height: 15px;
	background: url('../img/bulletlist_img.gif') no-repeat 0 0;
}

#c307 a:hover {
	color: #333333;
}

#c307 li ul a {
	color: #666666;
	background: none;
}

a.internal-link b {
	font-weight:normal;
	/* color:#666666;text-decoration:none; */
}


.prod_box h3 a {
        color: #333333 !important;
}



.prod_box a {
        color: white;
}

.prod_box_right a {
	 color: white;
}

.prod_box_right h3 a {
        color: #333333 !important;
}


.prod_box p a, .prod_box_right p a {
	color: #E58E29;
}


#content table p a, #content table td a {
	/*color: white;*/
	color: #666666;
}


#content table td a:hover {
	color: #cc7e25
}

#content table a {
	color: white;
}

#content table.month-large a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}


.prod_variante li a:first-child {
	color: white;
	height: 65px;
}


#content .cat_matrix table td a {
	color: white;
}

.tx-flseositemap-pi1 li {
	color:#777;
	width:500px;
}

.tx-flseositemap-pi1 li.deep0 { padding-bottom:15px !important;}
.tx-flseositemap-pi1 li.first { padding-top:10px !important;}


.tx-flseositemap-pi1 li a  {
	color:#333 !important;
	margin-right:20px;
}

h1 sub, h1 sup, .lastest_viewed_products sup, .lastest_viewed_products sub {
      line-height: 0px;
      font-size: 40%;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.star-text {
	clear: both;
	font-size: 11px;
	padding-top: 5px;
}


.news-list-container .list_image_left a img {
	width: 119px;
	height: auto;
}



.language_menu_flags img {
	border: 1px solid #dfdfdf;
}


.list_image_left img {
	width: 127px;
	height: auto;
}

.form-note {
	color: darkgray;
	font-size: 11px;
}

.error {
	margin-bottom: 40px;
}

#validation-error-overlay {
	background: none repeat scroll 0 0 #000;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	position: fixed;
	top: 0;
	z-index: 990;
	display: none;
}

#validation-error-overview {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	padding: 30px;
	border: 5px solid #D4DEE2;
	background-color: white;
	z-index:1002;
	overflow: auto;
	line-height: 1.5em;
	font-size: 14px;
	opacity: 1;
	text-align: left;
}

#validation-error-overview ul {
	margin-left: 15px;	
}

#validation-error-overview h2 {
	font-size: 16px;
	margin-bottom: 15px;
}

#dismiss-error-popover {
	margin-top: 50px;
	cursor: pointer;
}

.tx-srfreecap-pi2-cant-read {
    display: block;
    margin-top: 15px;
    color: #666666;
    font-size: 11px;
}

#captcha_notice {
    float: left;
    margin-bottom: 5px;
    margin-top: 30px;
    width: 100%;
}

.tx-srfreecap-pi2-image {
    margin-top: 10px;
}

#calendar-event table tr td:first-child {
	width: 120px;
}

#calendar-event table tr td {
	vertical-align: top;
}

#ru .pageTitle.products a {
	line-height: 14px;
}

#c307 .item.deep0.lastMonth  ul,
#c307 ul.products,
#c307 ul.products ul
{
	padding-left: 0px;
	padding-top: 10px;
	margin-left: 15px;
}

#c307 .item.deep0 .deep1 a {
	padding-left: 0px;
}

#c307 .item.deep0.lastMonth ul li ul,
#c307 ul.products li ul{
	margin-left: 63px;
}

#c307 .item.deep0.lastMonth .deep1,
#c307 ul.products .deep1{
	padding-top: 0px !important;
	margin-top: 10px;
}

#c307 .item.deep0.lastMonth .deep1,
#c307 ul.products .deep1{
    color: #666666;
    line-height: 15px;

	padding-top: 4px;
    text-decoration: none;
}

#c307 .item.deep0.lastMonth .deep1 a,
#c307 ul.products li a{
	color: #E58E29 !important;
}

#c307 .item.deep0.lastMonth .deep1.old a, #c307 .item.deep0.lastMonth .deep1.lastMonth a {
	color: #333333 !important;
}

#c307 .item.deep0.lastMonth .deep2, #c307 ul.products .deep2 {
	list-style-type: disc;
}

#c307 .item.deep0.lastMonth .deep2 a, #c307 ul.products .deep2 a {
	color: #333333 !important;
}

ul.sub_menu_download a.toggle-section{
	cursor: pointer;
}

#ru h2.module_title_2 {
	font-weight: normal;	
}


.box_onecol .csc-textpic-imagewrap a, .box_onecol_right .csc-textpic-imagewrap a {
	display: block;
}


.box_onecol_right .csc-textpic-imagewrap a {
	text-align: center;
}


#c468, #c470 {
	clear:both;
    height:120px;
	display: none;
}



#content .news-single-related, #content .news-single-files, #content .news-single-links {
	border: none;
}



#c478 .csc-textpic-imagewrap {
width: 100px;
border: 1px solid #dfdfdf;
}

#c478 .csc-textpic-text {
width: 290px;
float: left;
}
