body{
    font-family: Arial;
}
form{
    margin: 0;
    padding:0;

}
a{
    outline: none;
    color: #D86503;
}
#header{
    height: 105px;
    /*background: white url(images/mausel_logo_top.jpg) no-repeat scroll 50% 0;*/
    text-align: right;
    border-right: 1px solid #E1E1E1;
}
#header_content{
    width: 1000px;
    margin: auto;
    height: 105px;
}
#header_content #main_page img {
    width: 195px;
}

#main_page{
    height:90px;
    float:left;
    top:25px;
    width:195px;
    display:block;
    margin-top: 10px;
}
#menu{
    height: 63px;
    line-height: 32px;
    background: white url(images/menu_bgd.gif);
    border-right: 1px solid white;
}
#menu_content a{
    background: url(images/menu_divider.gif) no-repeat center right;
    color: black;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #EDA975;
}
#menu_content a:hover{
    text-decoration: underline;
}
#menu_content{
    background: url(images/menu_divider.gif) no-repeat center left;
    height: 32px;
    width: 1000px;
    margin: auto;
}
#languages{
    float: right;
    margin-right: 20px;
    position: relative;
}
#menu_languages{
    display: block;
    width: 80px;
}
* html #menu_languages{
    width: 60px;
}

/**cookies**/
#cookies_info{position: fixed; bottom: 0; width: 100%; line-height: 1.3em; opacity:0.80; filter: alpha(opacity=80); -moz-opacity: 0.8; color: white; background-color: #383838; box-shadow: 0 0 16px #383838; font-family: Arial; font-size: 12px; z-index: 1000;}
#cookies_info #cookies_text {margin: auto; padding: 10px 40px;}
#cookies_info .close { background: transparent url("images/close.png") no-repeat center center; display: block; height: 20px; overflow: hidden; position: absolute; right: 5px; text-indent: -300px; top: 5px; width: 20px; cursor: pointer;}


#languages a{
    background: url(images/search_ico.gif) no-repeat 0 50%;
    padding-left: 30px;
    margin:0;
    color: black;
}
a#menu_basket{
    background: url(images/menu_cart.png) no-repeat 0 50%;
    padding-left: 30px;
    margin-left: 25px;
    float: right;
}
#languages_list{
    position: absolute;
    top:25px;
    left: 0;
    background:#D96815;
    z-index: 1000;
    padding: 4px;
    width: 120px;
    xfilter:alpha(opacity=90);
    -moz-opacity:.90;
    opacity:.90;
    margin-top: 6px;
}
#languages_list iframe
{
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;/*must have*/
    top:0;/*must have*/
    left:0;/*must have*/
    z-index:-1;/*must have*/
    filter:mask();/*must have*/
    width: 130px;/*must have for any big value*/
    height: 300px;/*must have for any big value*/;
}
#languages_list a{
    background: none;
    padding: 0px;
    padding-left: 25px;
    margin:0;
    margin-left: 6px;
    display: block;
}
#languages_list #menu_language_en{
    background: url(images/langs/en.gif) no-repeat 0 50%;
}
#languages_list #menu_language_bg{
    background: url(images/langs/bg.gif) no-repeat 0 50%;
}
#languages_list #menu_language_cs{
    background: url(images/langs/cs.gif) no-repeat 0 50%;
}
#languages_list #menu_language_de{
    background: url(images/langs/de.gif) no-repeat 0 50%;
}
#languages_list #menu_language_lt{
    background: url(images/langs/lt.gif) no-repeat 0 50%;
}
#languages_list #menu_language_lv{
    background: url(images/langs/lv.gif) no-repeat 0 50%;
}
#languages_list #menu_language_hu{
    background: url(images/langs/hu.gif) no-repeat 0 50%;
}
#languages_list #menu_language_pl{
    background: url(images/langs/pl.gif) no-repeat 0 50%;
}
#languages_list #menu_language_ro{
    background: url(images/langs/ro.gif) no-repeat 0 50%;
}
#languages_list #menu_language_ru{
    background: url(images/langs/ru.gif) no-repeat 0 50%;
}
#languages_list #menu_language_sk{
    background: url(images/langs/sk.gif) no-repeat 0 50%;
}
#languages_list #menu_language_sl{
    background: url(images/langs/sl.gif) no-repeat 0 50%;
}
#languages_list #menu_language_sr{
    background: url(images/langs/sr.gif) no-repeat 0 50%;
}
#languages_list #menu_language_tr{
    background: url(images/langs/tr.gif) no-repeat 0 50%;
}
#languages_list #menu_language_uk{
    background: url(images/langs/uk.gif) no-repeat 0 50%;
}

#breadcrumbs{
    height: 30px;
    width: 1000px;
    margin: auto;
}
#breadcrumbs_left{
    width: 190px;
    height: 18px;
    line-height: 18px;
    text-align: right;
    color: #ff9b03;
    font-weight: bold;
    font-size: 11px;
    padding-right: 10px;
}
#breadcrumbs_center{
    padding-left: 10px;
    color: #88898a;
    font-size: 11px;
}
#breadcrumbs_center a{
    font-size: 11px;
    text-transform: lowercase;
    text-decoration: none;
}
#breadcrumbs_center a.home{
    background: transparent url(images/home_ico.gif) no-repeat center center;
    text-indent: -1000px;
    overflow: hidden;
}
#breadcrumbs_center a.last{
    color: #D86503;
    font-weight: bold;
    font-size: 11px;
}
#content{
    width: 1000px;
    margin: auto;
    background-color: white;
}
#left,
#right{
    width: 200px;
}
#td_center{
    padding: 10px;
}


#footer{
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    text-align: center;
    background: black;
    color: #787575;
}
#footer a{
    color: #D86503;
    margin-left: 50px;
}
#bottom{
    clear: both;
}

.auth_loginform_body{
    border: solid 1px #d9d8d8;
    border-top: none;
    padding: 5px;
    background: #e2ecf9;
}
.auth_loginform{
    width: 195px;
    font-size: 10px;
    margin-top: 10px;
}
.auth_loginform_header{
    font-weight: bold;
    font-size: 12px;
    color: white;
    background: url(images/login_box.gif);
    height: 22px;
    width: 180px;
    padding-left: 15px;
    line-height: 22px;
}
.auth_loginform_field{
    width: 50px;
}

.news_news_on_list a.news_container_link, .news_news_on_list a.news_container_link:hover, #bottom .news_news_on_list_title a.news_container_link{
    color: #565555;
    text-decoration: none;
}
.news_news_on_list .link a{
    color: #D86503;
    text-decoration: underline;
}

.company .news_news_on_list a{
    color: #D86503;
    text-decoration: underline;
}

span.news_news_on_list_more{
    color: #D86503;
    text-decoration: underline;
}

.news_news_on_list_text{
    text-align:justify;
}

#left .news_news_on_list, #right .news_news_on_list{
    width: 195px;
    margin-top: 10px;
}

#left .news_news_on_list_date, #right .news_news_on_list_date{
    display:none;
}
#left .news_news_on_list_title, #right .news_news_on_list_title{
    background: #949596 url(images/orange_box.gif) no-repeat;
    font-weight: bold;
    font-size: 11px;
    color: white;
    padding: 3px 10px;
    text-shadow: 1px 1px 0 #565555;
}
#right .news_news_on_list_title{
    background: #949596 url(images/grey_box_white.gif) no-repeat;
}

#left .news_news_on_list_title a, #right .news_news_on_list_title a{
    color: white;
    text-decoration: none;
}

#left .news_news_on_list_text, #right .news_news_on_list_text{
    border: 1px solid #838181;
    background: white;
    padding: 8px 10px;
    width: 173px;
    overflow: hidden;
}
#left .news_news_on_list_more, #right .news_news_on_list_more{
    ssdisplay: inline;
    display: none;
}

#left hr.news_hr, #td_center hr.news_hr, #right hr.news_hr{
    display:none;
}

#top .news_news_on_list{
    clear:both;
    padding-top:10px
}

#top .news_news_on_list_date, #top .news_news_detail_date{
    color: #949596;
    margin-top: 15px;
    width: 67px; height: 14px; overflow:hidden;
}
#top .news_news_on_list_title a{
    font-weight: bold;
}
#top .news_news_on_list_title{
    font-weight: bold;
    margin-bottom: 10px;
}
#top .news_news_on_list_text{

}
#top .news_news_on_list_more{
    display: inline;
}

#top .news_news_detail_title{
    font-weight: bold;
    font-size: 11px;
}
#top .news_news_detail_text{
    margin-top: 10px;
}
#top .news_news_detail_more{
    margin-top: 10px;
}


.box{
    width: 100%;
    overflow: hidden;
}
.box_title{
    background: transparent url(images/header.gif) repeat-x center center;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 15px;
    color: white;
    text-shadow: 1px 1px 0 #565555;
}
.box_content{
    padding: 10px;
}
#top .box_content{
    padding: 0 15px 70px 15px;
}

#bottom .news_news_on_list{
    float:left;
    border: 1px solid #d1d1d1;
    margin-top: 10px;
    width: 49%;
    height: 150px;
    overflow: hidden;

}
#bottom .news_odd{
    margin-right: 10px;
}
#bottom .news_even{
    margin-right: -10px;
}
#bottom .news_news_on_list_date{
    display:none;
}
#bottom .news_news_on_list_title{
    background: #d1d1d1;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 15px;
}
#bottom .news_news_on_list_title a{
    color: #093C78;
}
#bottom .news_news_on_list_text, #bottom .news_news_on_list_more{
    padding: 10px;
}
#bottom .news_news_on_list_more{
    display: inline;
}
.auth_user_label, .auth_password_label{
    padding: 7px 6px;
}
.auth_loginform_field{
    width: 90px;
    border: 1px solid #babbbc;
}
.auth_loginform_submit{
    width: 16px;
    height: 16px;
    background: url(images/go.gif);
    border: 0;
    margin-left: 5px;
}

.products .news_news_on_list_date, .products .news_news_detail_date, 
.partners .news_news_on_list_date, .partners .news_news_detail_date, 
.company .news_news_on_list_date, .company .news_news_detail_date,
.signup_form .news_news_on_list_date, .signup_form .news_news_detail_date,
.order_form .news_news_on_list_date, .order_form .news_news_detail_date{
    display:none;
}
.partners .news_news_on_list_title, .partners .news_news_detail_title{
    margin-top: 20px;
}

.partners .news_news_detail_title{
    margin-top: 20px;
    font-weight: bold;
    font-size: 12px;
}

.partners .news_news_detail_text, .partners .news_news_detail_more{
    margin-top: 20px;
}


.partners_partnerlist_table{
    border-collapse:collapse;
    width: 584px;
}
.partners_partnerlist_table td, .partners_partnerlist_table th{
    padding: 10px;
}
.partners_partnerlist_table_header{
    background: #ABC8EC;
    text-align: left;
}
.partners_partnerlist_odd{
    background: #F2F2F3;
}
.partners_partnerlist_even{
    background: #DEEBF9;
}
#partners_country_AL{
    padding-left: 30px; background: url(images/countries/al.gif) no-repeat 0 50%;
}
#partners_country_BA{
    padding-left: 30px; background: url(images/countries/ba.gif) no-repeat 0 50%;
}
#partners_country_BG{
    padding-left: 30px; background: url(images/countries/bg.gif) no-repeat 0 50%;
}
#partners_country_BY{
    padding-left: 30px; background: url(images/countries/by.gif) no-repeat 0 50%;
}
#partners_country_CH{
    padding-left: 30px; background: url(images/countries/ch.gif) no-repeat 0 50%;
}
#partners_country_CZ{
    padding-left: 30px; background: url(images/countries/cz.gif) no-repeat 0 50%;
}
#partners_country_DE{
    padding-left: 30px; background: url(images/countries/de.gif) no-repeat 0 50%;
}
#partners_country_HR{
    padding-left: 30px; background: url(images/countries/hr.gif) no-repeat 0 50%;
}
#partners_country_HU{
    padding-left: 30px; background: url(images/countries/hu.gif) no-repeat 0 50%;
}
#partners_country_LT{
    padding-left: 80px; background: url(images/countries/lt.gif) no-repeat 0 50%;
}
#partners_country_LV{
    padding-left: 30px; background: url(images/countries/lv.gif) no-repeat 0 50%;
}
#partners_country_MD{
    padding-left: 30px; background: url(images/countries/md.gif) no-repeat 0 50%;
}
#partners_country_ME{
    padding-left: 30px; background: url(images/countries/me.gif) no-repeat 0 50%;
}
#partners_country_MK{
    padding-left: 30px; background: url(images/countries/mk.gif) no-repeat 0 50%;
}
#partners_country_PL{
    padding-left: 30px; background: url(images/countries/pl.gif) no-repeat 0 50%;
}
#partners_country_RO{
    padding-left: 30px; background: url(images/countries/ro.gif) no-repeat 0 50%;
}
#partners_country_RS{
    padding-left: 30px; background: url(images/countries/rs.gif) no-repeat 0 50%;
}
#partners_country_RU{
    padding-left: 30px; background: url(images/countries/ru.gif) no-repeat 0 50%;
}
#partners_country_SI{
    padding-left: 30px; background: url(images/countries/si.gif) no-repeat 0 50%;
}
#partners_country_SK{
    padding-left: 30px; background: url(images/countries/sk.gif) no-repeat 0 50%;
}
#partners_country_TR{
    padding-left: 30px; background: url(images/countries/tr.gif) no-repeat 0 50%;
}
#partners_country_UA{
    padding-left: 30px; background: url(images/countries/ua.gif) no-repeat 0 50%;
}


.kbase_article, .kbase_dir{
    display:block;
}
.kbase_dir{
    margin-left: 10px;
}
.kbase_article{
    margin-left: 20px;
}
.kbase_article_current{
    font-weight: bold;
}


.gallery_path a,
.gallery_dirs_list a,
.gallery_gallery_list a{
    color: #D86503;
    text-decoration: none;
    line-height: 32px;
}
.gallery_gallery_list img{
    border: solid 1px silver;
}
.gallery_path{
    margin-bottom: 20px;
}
.gallery_photo{
    float: left;
    margin: 5px;
    text-align: center;
}
.gallery_dir{
    margin: 15px;
    background: url(images/my_root.gif) no-repeat;
    padding: 10px 35px;
    text-align: center;
}
.kbase_html_menu ul{
    padding-left: 25px;
}
* html .kbase_html_menu ul{
    margin-left: 25px;
    padding-left: 0;
    padding-top: 10px;
}
.kbase_html_menu ul ul{
    padding-top: 10px;
    padding-bottom: 10px;
}

.kbase_html_menu_dir{
    font-weight: normal;
    list-style-image: url(images/option_pointer.gif);
}
.kbase_html_menu_article{
    font-weight: normal;
    list-style-image: url(images/suboption_pointer.gif);
}

.kbase_html_menu_dir_current, .kbase_html_menu_article_current{
    font-weight: bold;
}

.news_html_menu ul{
    padding-left: 25px;
}
* html .news_html_menu ul{
    margin-left: 25px;
    padding-left: 0;
    padding-top: 10px;
}
.news_html_menu ul ul{
    padding-top: 10px;
    padding-bottom: 10px;
}

.news_html_menu_dir{
    font-weight: normal;
    list-style-image: url(images/option_pointer.gif);
}
.news_html_menu_article{
    font-weight: normal;
    list-style-image: url(images/suboption_pointer.gif);
}

.news_html_menu_dir_current, .news_html_menu_article_current{
    font-weight: bold;
}


.login-table {
    background-color:#F0F7FF;
    border:1px solid #005BAB;
    margin-bottom:30px;
    margin-top:10px;
}
.login-table-cell {
    color:navy;
    font-size:8pt;
    padding:7px 5px;
}


#top .search_box{
    margin-top: 15px;
}
#top .search_box_header{
    display: none;
}

#search_content{
    width: 656px;
    float: right;
    overflow: hidden;
    padding-top: 22px;
}

.search_box input[type=radio]{
    position: absolute;
    top: -100px;
}
.search_box_header{
    overflow: hidden;
}
.search_box_header div{
    font-weight: bold;
    font-size: 18px;
    color: #F5821F;
    float: left;
    width: 130px;
    height: 27px;
    line-height: 27px;
    text-align: center;
}
.search_box_header label{
    color: white;
    font-weight: bold;
    font-size: 14px;
    display: block;
    float: left;
    width: 107px;
    height: 27px;
    line-height: 27px;
    text-align: center;
}
.search_box_header label.active{
    background: transparent url(images/search_tab.gif) no-repeat center center;
    color: black;
}
.search_box_body{
    background: transparent url(images/search_win.gif) no-repeat center center;
    width: 656px;
    height: 45px;
}
.search_box_body input[type=text]{
    border: medium none;
    float: left;
    height: 21px;
    line-height: 21px;
    margin: 10px auto auto 25px;
}
.search_box_body input[type=submit]{
    background: transparent url(images/search_butt.gif) no-repeat center top;
    width: 126px;
    height: 31px;
    float: right;
    margin: 7px 32px auto auto;
    color: white;
    font-weight: bold;
    padding-bottom: 4px;
}
.search_box_body input[type=submit]:hover{
    background: transparent url(images/search_butt.gif) no-repeat center bottom;
}

.search_input, .search_submit{
    margin-bottom: 4px;
}
.search_submit{
    border: 0px;
    width: 16px;
    height: 16px;
    background: url(images/go.gif)
}

#right .search_box{
    width: 195px;
    font-size: 10px;
    margin-top: 10px;
}
#right .search_box_header{
    font-weight: bold;
    font-size: 12px;
    color: white;
    background: url(images/search_box.gif);
    height: 22px;
    width: 180px;
    padding-left: 15px;
    line-height: 22px;
}
#right .search_box_body{
    border: solid 1px #d9d8d8;
    border-top: none;
    padding: 5px 0 5px 5px;
    background: #e2ecf9;
}
#right .search_box_field{
    width: 50px;
}



.news_news{
    display: block;
    margin-left:20px;
    padding: 2px;
}
.news_news_overview, .news_news_overview:hover{
    display: block;
    margin-left:20px;
    text-decoration: none;
    color: #093C78;
    margin-bottom: 15px;
}


input[type=radio]{
    vertical-align:text-bottom;
    margin-left: 2px;
}
* html input{
    vertical-align: middle;
}




.article_search{
    border: 1px solid #838181;
}

.article_search_top{
    width:100%;
    padding:0;
    overflow:hidden;
}
a.article_search_head{
    background: transparent url(images/header.gif) repeat-x center center;
    display:block;
    margin:0;
    text-decoration:none;
    font-size: 11px;
    font-weight: bold;
    color: white;
    padding: 2px 0 2px 5px;
    text-shadow: 1px 1px 0 #565555;
}

.box_title{
    background: transparent url(images/header.gif) repeat-x center center;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 15px;
    color: white;
    text-shadow: 1px 1px 0 #565555;
}

a.article_search_head:hover{
    background: transparent url(images/header.gif) repeat-x center center;
}
a.article_search_head.closed{
    background: transparent url(images/header.gif) repeat-x center center;
}
a.article_search_head.closed:hover{
    background: transparent url(images/header.gif) repeat-x center center;
} 

.articles_search_form{
    margin-top: 10px;
}
.articles_search_form textarea{
    width: 500px;
    height: 70px;
    font: 15px/1.5 Verdana, sans-serif;
    font-weight: bold;
    color: #093C78;
    border: 1px solid #ABADB3;
    padding: 5px;
}
.articles_search_search{
    font-size: 15px;
    margin: 10px 0;
    vertical-align: middle;
    display: block;
}

.articles_search_wait{
    background: url(images/circling-squares-with-trail.gif) no-repeat;
    padding-left: 30px;
}
.articles_current_mode{
    text-decoration:none; font-weight:normal;
}
.articles_message{
    margin-bottom: 15px;
}
.articles_mode{
    margin-bottom: 15px;
}
.articles_navigation{
    margin: 4px;
    margin-top:15px;
    text-align:center;
}
.articles_navigation A{
    padding: 2px;
}
.article_results{
    padding:10px;
}




.article_results .table{
    width: 100%;
}


.article_results .col_2{
    width:35px;
}
.article_results .col_3{
    width:60px;
}
.article_results .col_4{
    width:60px;
}
.article_results .col_5{
    width:140px;
}
.article_results .col_6{
    width:70px;
}
.article_results .col_7{
    width:75px;
}


.article_results .price_range_table{
    width: 100%;
}
.article_results .price_range_table td{
    padding: 1px;
}
.article_results .price_range_table td.right{
    width: 30%;
}
.article_results .price_range_table td.left{
    text-align: right;
    width: 70%;
}


.article_results .articles_available{
    display: block;
    width: 18px;
    height: 15px;
    text-indent: 100px;
    overflow: hidden;
}

.article_results .articles_available_1{
    background: url(images/stock.gif);
}
.article_results .articles_available_2{
    background: url(images/truck.gif);
}
.article_results .articles_available_3{
    background: url(images/phone_info.gif);
}
.article_results .articles_available_stockcall{
    background: url(images/phone_stock.gif);
}



.add_to_basket, .remove_from_basket, .disabled_basket, .persistent_disabled_basket, .add_to_inquiries, .remove_from_inquiries, .disabled_inquiries{
	display:block;
	float:left;
	width:26px;
	height:25px;
}

.add_to_basket{
	background: url(images/to-from_cart.png) no-repeat center bottom;
}

.remove_from_basket{
	background: url(images/to-from_cart.png) no-repeat center top;
}

.disabled_basket, .persistent_disabled_basket{
	background: url(images/cart3.png) no-repeat;
}

#articles_buttons #basket_button{
    background: transparent url(images/cart.png) no-repeat center top;
    display: block;
    width: 71px;
    height: 37px;
    text-indent: -1000px;
    overflow: hidden;
    margin: 40px auto auto auto;
}

#articles_buttons #basket_button:hover{
    background: transparent url(images/cart.png) no-repeat center bottom;
}

#table_selected{
    width: 100%;
}

#basket_total{
	text-align: right;
	background-color: #D86503;
	color: #fff;
	font-weight: bold;
	padding: 20px;
	width: 160px;
}

.article_remove{
	width:20px;
	height:20px;
	background: url(images/cancel.png) no-repeat;
	cursor: pointer;
}

.table{
    table-layout: fixed;
    width: 620px;
}
.table th{
    background: #D86503;
    color: white;
    cursor: default;
}
.table td{
    padding: 3px;
    vertical-align: top;
}
.table tr.even{
    background: #D7E3ED;
}
.table tr.odd{
    background: #F4F7FA;
}
.table col{
    -s-width: 100px;
}
.table th a, .table th span{
    display: block;
    padding: 5px;
    padding-bottom: 12px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    color: white;
}
.table th a:hover{
    background-color: #3BB2AD;
    color: white;
}
.table th a.marker_asc{
    background-image: url(../../modules/sosedi/arrow_down.gif);
}
.table th a.marker_desc{
    background-image: url(../../modules/sosedi/arrow_up.gif);
}

.table td.tooltipped div{
    cursor:default;
    overflow:hidden;
    white-space:nowrap;
}


div#tooltip {

    position:absolute;
    z-index:10;
    display:none;
    white-space:nowrap;
    cursor:default;

    background:#FFFFFF none repeat scroll 0%;
    border:1px solid black;
    margin-top: 0px;
    margin-left: 0px;
    color:black;
    font-weight:normal;
    padding: 1px 2px 3px;
}

.files_path{
    margin-bottom: 20px;
}
.files_dir {
    padding: 6px 2px 0 25px;
    background: url(images/dir.gif) no-repeat left center;
    border: 0px solid Black;
    text-decoration: none;
    font-size: 11px;
    display:block;
    height: 19px;
}
* html .files_dir{
    height:25px;
}
.files_add_dir, .files_edit_dir{
    clear:left;
    width:100%;
}
.files_files_list, .files_dirs_list, .files_path {
    margin-left:10px;
}
.files_files_list {
    padding:0;
}
.files_dirs_list{
    margin-top: 20px;
}

.files_add_file, .files_edit_file{
    width:620px;
    height: 100px;
    background-position: top left;
    padding:0;
    clear:left;
    float: none;
}
.files_add_file table{
    height:100%;
}

ul#menu_catalogue{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#menu_catalogue ul{
    padding: 5px 0 0 15px;
    margin: 0;
}
ul#menu_catalogue li{
    color: #0A3CA8;
    font-weight: bold;
    padding: 10px 0;
    text-align:left;
}
ul#menu_catalogue li ul li{
    padding: 0;
}
ul#menu_catalogue a{
    font-weight: normal;
    display: inline;
}
