html {
    border:0 none;
    margin:0;
    padding:0;
}

*{
    margin:0;
    padding:0;
}

body {
    font-family:Georgia, "Times New Roman", Times, serif;
    margin:0;
    padding:0;
    text-align:center;
    background:#a2adaf;
    min-width:800px;
    width:expression(this.scrollWidth < 800? "800px" :"auto");
}
.about{
    background:#d3d8db;
}

.empty{
    clear:both;
}

#layout{
    background:url(/img/magazines_bg4.jpg) center top no-repeat;
    overflow:hidden;
    min-height:820px;
    height:expression(this.scrollHeight < 820? "820px" :"auto");
}

.about_button{
    float:right;
}


#main_content{
    width:860px;
    margin:0 auto;
    background:url(/img/main_bg.jpg) left top repeat-y;
}

#top{
    height: 178px;
    background: url(/img/top.jpg) left top repeat-x;
    padding:40px 0 0 0;
}


#top_left{
    width:149px;
    height:218px;
    background:url(/img/top_left.jpg) center top no-repeat;
    position:absolute;
    top:0;
}

#top_right{
    width:146px;
    height:218px;
    position:absolute;
    top:0;
    background:url(/img/top_right.jpg) center top no-repeat;
    margin-left:714px;
}

*html #top_left{
    margin-left:-430px;
    z-index:0;
}

*html #top_right{
    margin-left:284px;
}

*+html #top_left{
    margin-left:-430px;
    z-index:0;
}

*+html #top_right{
    margin-left:284px;
}

#logo{
    width:677px;
    height:21px;
    background:url(/img/new_logo.jpg) center top no-repeat;
    margin:0 auto 0 auto;
    z-index:10;
    position:relative;
}

#logo2 {
	width:672px;
	height:15px;
	background:url(/img/around_the_clock.jpg) center top no-repeat;
	z-index:10;
    position:relative;
	 margin:7px auto 85px auto;
}

#menu{
	padding: 0 0 0 75px;
    z-index:10;
	position:relative;
    width:760px;
    margin: 0 auto 0 auto !important;
}

#menu ul li{
    list-style-type:none;
    display:block;
    height:65px;
    float:left;
    padding: 0 10px 0 10px;
}

#menu ul li.active_tab {
    background: url(/img/tab_bg.jpg) left top no-repeat white;
    border:solid 1px #f9f9f9;
    border-right:solid 2px #eeeeee;
    border-bottom:none;
    padding: 10px 10px 0 10px;
}


#menu ul{
    padding:0;
    margin:0;
}

.ico1{
    background:url(/img/ico1.gif) left 17px no-repeat;
}
.ico2{
    background:url(/img/ico2.gif) left 13px no-repeat;
}
.ico3{
    background:url(/img/ico3.gif) left 13px no-repeat;
}
.ico4{
    background:url(/img/ico4.gif) left 13px no-repeat;
}
.ico5{
    background:url(/img/ico5.gif) left 13px no-repeat;
}

#menu ul li a{
    color:#027bc1;
    text-decoration:none;
    display:block;
    float:left;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    padding:20px 0 0 38px;
    height:45px;
}

#center{
    width:784px;
    height:200px;
    background:url(/img/center.jpg) left top repeat-x;
    margin:30px auto 0 auto;
}


#corner_left{
    width:72px;
    height:200px;
    position:absolute;
    background:url(/img/corner_left.jpg) left top repeat-x;
    z-index:0;
}

*html  #corner_left{
    margin-left:-230px;
}


*html  #corner_right{
    margin-left:482px;
}

*+html  #corner_left{
    margin-left:-230px;
}


*+html  #corner_right{
    margin-left:482px;
}

#corner_right{
    width:72px;
    height:200px;
    position:absolute;
    background:url(/img/corner_right.jpg) left top repeat-x;
    margin-left:712px;
    z-index:0;
}


#phone{
    width:219px;
    height:168px;
    float:left;
    background:url(/img/phone.gif) left top no-repeat;
    position:relative;
    z-index:10;
    margin-top:19px;
}

#search{
    float:right;
    width:508px;
    padding:30px 0 0 0;
    margin-right:34px;
    display:inline;
}

#phone_number{
    width:277px;
    height:40px;
    background:url(/img/phone_number.jpg) left top no-repeat;
    position:relative;
    z-index:10;
    float:left;
}

#total{
    float:left;
    position:relative;
    z-index:10;
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    padding-left:21px;
    text-align: left;
}

#total span{
    color:#9ea7ac;
    margin-right:5px;
}

.form{
    float:left;
    width:365px;
    height:27px;
	font-size:20px;
}

.button{
    float:left;
    margin-left:7px;
}

#input_search{
    margin:16px 0 5px 0;
    position:relative;
    z-index:10;
    height:33px;
}

.sub_menu ul li {
    list-style-type:none;
    float:left;
    padding:0 16px 0 11px;
    margin:0 0 0 0;
    background:url(/img/arrow.gif) left 9px no-repeat;
    line-height:20px;
}

.sub_menu ul li a {
    font-family:tahoma;
    font-size:11px;
    color:#d11217;
}

.sub_menu ul {
    margin:0;
    padding:0;
}

.sub_menu .selected2{
    color:#027bc1;
    text-decoration:none;
    font-weight:bold;
}

#links{
    min-height:120px;
    height:expression(this.scrollHeight < 120? "120px" :"auto");
    padding:1px;
}

#bottom{
    height:165px;
    width:860px;
    background:url(/img/main_bottom.jpg) left top repeat-x;
}

#left_part{
    width:24px;
    height:165px;
    background:url(/img/left_part.gif) left center no-repeat;
    float:left;
    position:relative;
    left:-1px;
}

#right_part{
    width:24px;
    height:165px;
    background:url(/img/right_part.gif) left center no-repeat;
    float:right;
    position:relative;
    right:-1px;
}

.footer{
    text-align:center;
    font-family:tahoma;
    font-size:10px;
    color:black;
    margin:29px 0 0 0;
    padding:0 0 30px 0;
}

#layout_seconday{
    background:#d3d8db url(/img/about_bg.jpg) left top repeat-x;
    padding:10px 0 0 0;
}

#secondary_top{
    background:#ffffff url(/img/main_top_about.jpg) left top repeat-x;
    margin:0 20px 0 20px;
    text-align:left;
    /*padding:0 0 20px 0;*/
    border: solid #ebedee 1px;
}


#secondary_right{
    width:25px;
    height:94px;
    background:url(/img/about_right.jpg) left top no-repeat;
    float:right;
}

img{
    border:none;
}

#secondary_phone{
    position:relative;
    z-index:100;
    width:191px;
}

#secondary_logo{
    font-family:Arial;
    font-size:19px;
    color:#05c6ec;
    font-weight:bold;
    padding:27px 0 10px 0;
}

#secondary_logo span{
    float:right;
}

#secondary_search{
    margin-top:20px;
    height:20px;
    padding:0;
}


#secondary_phone_number{
    width:354px;
    height:33px;
    background:url(/img/red.jpg) left top no-repeat;
    float:right;
    margin:0 0 0 20px;
}

#menu_search{
    padding:0 0 0 20px;
}

.secondary_form{
    float:left;
    padding:0;
    height:27px;
    width: 96%;
    margin:0 10px 0 0;
}
#menu_search input {
	font-size:20px;
}

.submenu_about{
    margin:10px 0 0 0px;
    float:left;
}

#secondary_content{
    background:white url(/img/about_centercont.jpg) left top repeat-x;
}

/*.relative{
    position:relative;
    top:-11px;
}*/

#pages{
    background:url(/img/bottom.jpg) right bottom repeat-x;
} 


#secondary_leftcorner{
    height:151px;
    width:93px;
    background:url(/img/about_content_left.jpg) left top no-repeat;
}

#secondary_rightcorner{
    width:58px;
    height:26px;
    background:url(/img/about_content_right.jpg) right -2px no-repeat;
}

#search_leftcorner{
    width:100%;
    background:url(/img/search_left.jpg) left top no-repeat;
    padding:35px 0 0 20px;
    min-height:10px;
    text-align:left;
    font-family:Tahoma;
    font-size:11px;
}

#positions_found{
    color:black;
    padding:0 0 18px 0;
    border-bottom:dotted #cccccc 1px;
    margin:0 80px 0 0;
}

#positions_found_firm{
    color:black;
    padding:0 0 18px 0;
    margin:0 80px 0 0;
	overflow:hidden;
	height:150px;
}

#selection{
    margin:17px 0 0 0;
    color:#666666;
    padding:0 0 20px 0;
}

#selection select{
    float:left;
    margin:5px 4px 0 0;
    width:162px;
}

#selection input{
    float:left;
    margin:5px 0 0 0;
}

#selection form{
    margin:0;
    padding:0;
}

#positions_found span{
    font-size:24px;
    color:#9ea7ac;
    font-weight:bold;
}

#search_leftcorner_bot{
    width:281px;
    height:151px;
    background:url(/img/search_left_bot.jpg) left top no-repeat;
}

#secondary_leftcorner_bot{
    width:93px;
    height:144px;
    background:url(/img/about_left_bot.jpg) left top no-repeat
}

#secondary_rightcorner_bot{
    width:58px;
    height:25px;
    background:url(/img/about_right_bot.jpg) right bottom no-repeat;
}

#center_content{
    font-family:tahoma;
    font-size:12px;
    padding: 25px 1px 51px 1px;
    background:url(/img/t.jpg) left top repeat-x;
    text-align:left;
    color:#666666;
    min-height:520px;
    height:expression(this.scrollHeight < 520? "520px" :"auto");
}

#center_content h1,
#center_content h1 a {
    font-family:tahoma;
    font-size:25px;
    color:#01598b;
    margin:0 0 25px 0;
}

#center_content h4{
    font-family:Arial;
    font-size:17px;
    color:#01598b;
    margin:0;
    padding:0;
}

#center_content .blue a{
    color:#027bc1;
}


#center_content .blue ul li.no_arrow{
    padding:0 5px 0 5px;
    background:none;
}

#center_content .arrowdown ul li{
    background: url(/img/arrowdown.jpg) left 5px no-repeat;
}

#center_content .arrow_up_down{
    margin:0 0 0 20px;
}



#center_content .arrowdown ul li.no_bg{
    background: none;
}

#center_content .arrowdown{
    padding: 1px;
}


#center_content a.selected{
    color:#d11217;
    font-weight:bold;
}

#center_content p{
    margin-top:19px;
}

#center_content b{
    color:black;
}


#center_content a.black_arrow{
    color:#027bc1;
    background:url(/img/black_arrow.gif) left 5px no-repeat;
    padding:0 0 12px 8px;
    font-weight:bold;
}

#center_content ul.content_list li{
    padding:0 0 12px 8px;
    background:url(/img/blue_arrow.gif) left 5px no-repeat;
    list-style-type:none;
   

}


#center_content ul.content_list {
    margin:0;
}

#center_content ul.content_list{
    padding:0;
}

#left_shadow{
    background:url(/img/about_shadow.jpg) left  top repeat-y;
}

#search_left_shadow{
    background:url(/img/search_shadow.jpg) left top repeat-y;
    position:relative;
    z-index:0;
}

#right_shadow{
    background:url(/img/pages.jpg) right top repeat-y;
}

#background{
    background:url(/img/b.jpg) left bottom repeat-x;
}

#background2{
    background:url(/img/t2.jpg) right top no-repeat;
}

#background3{
    background:url(/img/b2.jpg) right bottom no-repeat;
}


#firm_logo img{
   
}

#center_content h2{
    font-size:25px;
    margin:30px 0 0 0px;
    float:left;
    color:#01598b;
    font-family:Tahoma;
}

#center_content h3{
    font-size:25px;
    font-family:tahoma;
    color:#01598b;
    margin:0 0 20px 0;
}

#center_content h1.gray,
#center_content h1 a.gray{
    color:#9ea7ac;
    margin:0 0 10px 0;
	font-size:18px;
	
}

#info_list ul {
    margin:20px 0 0 0;
    padding:0;
}

#info_list ul li{
    list-style-type:none;
    margin-bottom:10px;
}

.print_btn{
    margin:20px 0 0 0;
}

#map{
    float:right;
	border:solid #e5e5e5 1px;
	padding:3px;
	 width: 400px;
}
.photo_tovar{
    margin-right:20px;
	border:solid #e5e5e5 1px;
	padding:3px;
}

.firm_group{
    padding:0 100px 0 0;
    float:left;
	height:200px;
	margin-bottom:20px;
}

.firm_group ul{
    margin:0;
    padding:0;
}

.firm_group ul li{
    margin-bottom:10px;
    list-style-type:none;
}

.firm_group ul li a{
    color:#027bc1;
    font-family:Tahoma;
}

#contribution_request{
    margin:19px auto 0 auto;
    width:560px;
	font-family:Tahoma;
	font-size:12px;
	color:#666666;
}

#contribution_request input{
    width:373px;
    height:20px;
}

#contribution_request .contribution_btn{
    width:148px;
    margin:10px 0 0 0;
}

#contribution_request .short{
    width:143px;
}

#contribution_request a{
    display::block;
    background:url(/img/arrow.gif) left 5px no-repeat;
    padding:0 0 0 14px;
    color:#027bc1;
    font-size:11px;
}

#left_col{
    padding:0 50px 0 0;
    text-align:left;
    font-family: Tahoma;
    font-size: 12px;
}

.extra{
    background:url(/img/extra_bg.jpg) left top repeat-y;
    padding:0 0 16px 0;
}

.extra h1{
    font-family: Tahoma;
    font-size:18px;
    color: #626262;
    margin:10px 0 0 24px;
}

ol{
    margin:0 0 0 44px;
    padding:0;
}

ol li{
    margin:10px 35px 0 0;
    padding:0 0 5px 0;
    border-bottom: solid white 1px;
}


ol li a{
    color:#027bc1;
}

ol li span{
    color: #5e605b;
    margin:0 0 0 6px;
}

ol.dashed li{
    border-bottom:dashed #e5e5e5 1px;
}

ol.dashed{
    margin:20px 0 30px 44px;
}

.extra input{
    float:right;
    margin:0 20px 0 0;
    padding: 0;
}


.first{
    height:6px;
    width:227px;
    background:url(/img/extra_top.jpg) left top no-repeat;
}


.last{
    height:7px;
    width:227px;
    background: url(/img/last.jpg) left top no-repeat;
}


.extra_top{
    height:7px;
    background:url(/img/extra_top2.jpg) left top no-repeat;
}




.search_result .title{
    background: #f4f4f4;
}

.number{
    width: 13px;
    height:17px;
    background: #e2e2e2;
    padding:3px 0 0 7px;
    float:left;
    border-right:solid white 1px;
}

.title a{
    font-family: Tahoma;
    font-weight: bold;
    color:#027bc1;
    margin:2px 0 0 10px;
    font-size: 14px;
}

.params {
    margin:12px 0 0 0;
}


.params span{
    color:balck;
    font-weight: bold;
    margin:0 10px 0 0 ;

}

.params a{
    color:#01598b;
    font-weight: bold;
}

.params input{
    float:left;
    margin:0 10px 0 0;
}

#page_nums{
    margin: 14px auto 0 auto;
	text-align: center !important;
}

#page_nums a{
    float: left;
    font-family: Tahoma;
    font-size: 18px;
    display: block;
/*
    margin-right: 10px;
*/
}

.ctrl_left{
    padding:0 0 0 13px;
    color:#9ea7ac;
    background: url(/img/ar1.jpg) left 8px no-repeat;
}

#page_nums a.back_unactive1{
    background: url(/img/back1.jpg) left top no-repeat;
    margin-right:2px;
}

#page_nums a.back_unactive2{
    background: url(/img/back2.jpg) left top no-repeat;
}

.page_num{
	padding: 0px 15px 0px 15px;
	border-right: dotted silver 1px;
	color: #027bc1;
}

#page_nums a.forw_active1{
    background: url(/img/forw1.jpg) left top no-repeat;
    margin-right:2px;
}

#page_nums a.forw_active2{
    background: url(/img/forw2.jpg) left top no-repeat;
}

.ctrl_right{
    padding:0 13px 0 0;
    color:#9ea7ac;
    background: url(/img/ar2.jpg) right 8px no-repeat;
}


.round{
    width: 25px;
    height:25px;
}

#all_pages{
    text-align: center;
    margin:20px 0 0 0;
}

#all_pages span{
    color:black;
    font-weight: bold;
}

#barter input{
    float:right;
    margin:0 0 0 10px;
}

#barter span{
    color:black;
    font-size:15px;
    font-weight:bold;
}

.choose_btn{
    float:right;
    margin:20px 0 0 0 ;
}

#price{
    margin:28px 0 0 0 ;
    text-align:center;
}

#price .second_row{
    text-align:left;
}

#price .head{
    height:37px;
    background:url(/img/head.jpg) left top repeat-x;
    font-weight:bold;
    color:white;
}

#price .second_row{
    height:29px;
    color:white;
    background:#027bc1;
    padding:0 0 0 10px;
}

#price .second_row td{
    padding:0 0 0 10px;
}

.dark_gray{
    background:#f5f5f5;
}

#price tr td{
    height:27px;
    border:solid #e1e1e1 1px;
}

.white{
    background:white;
}

#l_corner{
    width: 30px;
    height:45px;
    background: url(/img/l_corner.jpg) left top no-repeat;
}

#r_corner{
    width: 30px;
    height:45px;
    background: url(/img/r_corner.jpg) left top no-repeat;
}

#cen{
    background: url(/img/cen.jpg) left top repeat-x;
}

#chosen_goods{
    padding:20px 0 25px 0;
}

#chosen_goods p{
    margin:10px 0 15px 0;
}

#request{
    border: solid #e4e4e4 1px;
}

.field{
    float:left;
    margin:0 10px 0 0;
	font-size:12px;
	font-family:Tahoma;
}

.field input {
	width:120px;
}

#chosen_goods .field input{
    width:150px;
    margin:15px 0 0 0;
}

#chosen_goods .send_btn{
    width: 77px;
    margin: 20px 0 0 50%;
    position: relative;
    left: -38px;
    padding: 0;
}

#options{
    margin:10px 0 10px 0;
}

#options img{
    float: right;
    margin: 0 0 0 20px;
}

.chosen_item{
    border:solid #cccccc 1px;
}

.num_red{
    float:left;
    height:72px;
    border-right:solid #cccccc 1px;
    background:#eeeeee;
    width:21px;
    padding:0 0 0 1px;
    margin:0 10px 0 0;
}

.num_red input{
    margin:5px 0 0 0;
}

.no_border{
    border:none;
}

.back_btn{
    float:right;
    margin:10px 0 0 0 ;
}

.chosen_params{
    float:left;
    padding:10px 0 0 0;
    line-height: 1.5;
}

.catalog_tov_usl{
    border-right:solid #e5e5e5 1px;
}

.padding{
    padding:0 0 0 30px;
}

#sub_catalog select{
    margin:0;
    padding:0;
    float:right;
    width:162px;
}

#sub_catalog p{
    float:right;
}

#select_town{
    float:right
}

#sub_catalog span{
    color:black;
}

.bottom_btn{
    float:right;
    margin:20px 0 0 0 ;
}

.news{
    padding:10px 0 0px 0;
	border-bottom:1px dashed #E5E5E5;
	margin-bottom:10px;
}

.news a{
    float:right;
}

.info_block{
   margin:0 0 15px 0;
   padding:0 30px 0 0;
}

.video_map{
   margin:20px 0 0 0;
}

.firm_items td {
	font-size: 12px;
}
.files {
	color:#01598b;
	line-height:20px;
	padding-left:5px;
}
span.fop {
	display: none;
}
#order_search ul li {
	display:inline;
	background: none;
}

#ind_ban {
	background:url(/img/ind_ban.gif) no-repeat left;
}
.ind_stat {
	background:url(/img/tr2.gif) no-repeat left;
}
#ind_viz {
	background:url(/img/viz.gif) no-repeat left;
}
* html #ind_viz {
	background:url(/img/viz.gif) no-repeat left;
}
#ind_photo {
	background:url(/img/price_image.gif) no-repeat left;
}
ul li.ord_se {
	padding:0px;
	margin-left:5px;
	
}
.send_mail {
	text-decoration:none;
}

.menu a {
    color:#027bc1;
    text-decoration:none;
    display:block;
    float:left;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    padding:20px 0 0 38px;
    height:45px;
}

.firm-adv {
	min-width: 1000px;
}

#basket {
  position: absolute;
  top: expression((100+document.getElementsByTagName('body')[0].scrollTop)+"px");
}

.basket {
	position: fixed;
	top: 100px;
}

#basket, .basket {
	right: 17px;
	z-index: 100;
}

.red {
	color: #da1818;
}

.search-price {
	clear: right;
	float: right;
	margin: 2px;
}

.search-price label {
	font-size: 12px;
	font-family: Tahoma;
}

.txt_banner .txt_banner-href {
	border: solid #e5e5e5 1px;
	font-size: 12px;
	font-family: Tahoma;
	color: #000000;
	width: 280px;
	height: 60px;
	text-decoration: none;
	display: inline;
	overflow: hidden;
	margin: 5px 5px 10px 5px;
	float: left;
	text-align: center;
}

.txt_banner .txt_banner-h1 {
	font-weight: bold;
}

.banners_bottom {
	margin-right:10px;
}

#prompt {
	background-color: #F5F5F5;
/*
	background-image: url("/img/about_right.jpg");
	background-position: top;
	background-repeat: repeat-x;
*/
	border: 1px #ffffff outset;
	font-family: Tahoma;
	font-size: 12px;
	position: absolute;
	text-align: left;
	display: none;
	cursor: pointer;
	padding: 5px;
/*
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
*/
}

#prompt .focus, #prompt .release {
	padding: 2px;
	color: #027BC1;
	text-transform: lowercase;
}

#prompt .focus {
	color: #626262;
	background-color: #FFFFCC;
}
#prompt .release {
/*
	background-color: #FFFF80;
*/
}

@media print {
	* {
		color: black !important;
	}
	a {
		text-decoration: none !important;
	}
	.p-100, #center_content {
		width: 100% !important;
	}
	.firms-tbl tbody td div {
		height: auto !important;
	}
	.fop {
		display: inline !important;
	}
	.nop {
		display: none !important;
	}
}
.razm_h1 {
	font-size:15px;
}
.cab-left ul li {
    list-style-type:none;
    padding:0 16px 0 11px;
    margin:0 0 0 0;
    background:url(/img/arrow.gif) left 9px no-repeat;
    line-height:20px;
	
}
#chosen_goods label {
	font-family:Tahoma;
	margin-right:5px;
	margin-left:10px;
	
}
#chosen_goods #img {
	float:left;
}
.inputlo {
	width:180px;
	
}
.button_lo {
	margin-left:10px;
	float:right;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/img/overlay.png); }

.afisha-items a {
	color: #01598B;
}

.afisha-items-level0 {
	padding-bottom: 5px;
	vertical-align: top;
}

.afisha-items-level0 img {
/*
	max-width: 100px;
	max-height: 100px;
*/
	margin: 5px 0 5px 0;
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/overlay.png", sizingMethod="scale");
	}
	
.sample {
	font-size: 11px;
	font-family: Tahoma;
	margin-top: 45px;
}

.sample a {
	color: #01598B;
}

.sample .sample-last {
	margin-left: 10px;
	font-size: 11px;
	color: #C0C0C0;
	text-decoration: none;
}
#bas_order_search {
	float:left;
}
#bas_order_search ul {
	display:inline;
	background: none;
}
#bas_order_search li {
	list-style-type:none;
	float:left;
}
#bas_order_search a {
	color:#027BC1;
}
.prostotable tr td {
	border:#cccccc solid 1px;
	padding:5px;
}
.prostotable {
	border-collapse: collapse;
}

.category b {
	background-color: #027bc1;
	color: #ffffff !important;
	padding: 5px;
}

cont, cont img {
	border: none !important;
}

color, cont, normal {
	float: left !important;
}

.color {
	color: #01d5ff !important;
	background-color: #FFFFCC;
}
