* {
	margin: 0;
	padding: 0;
	}
html, body {
	width: 100%;
	height: 100%;
	}
body {
	font: 62.5%/1.5 Tahoma;
	color: #333;
	}

#h100 {
	position: relative;
	min-width: 990px;
	width: auto !important;
	width: 100%;

	min-height: 100%;
	height: auto !important;
	height: 100%;

	background: url(../img/bg_h100.jpg) no-repeat 0 35px;
	}


/*	common */
/*ul */
table {
	border-collapse: collapse;
	}
th, td{
	vertical-align: top;
	}
fieldset {
	border: 0;
	}

ol{
	}
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
	ul li{
		}

.flr{
	float: right;
	}
.fll{
	float: left;
	}
.ta-center{
	text-align: center;
	}

h5{
	font-size: 12px;
	line-height: 14px;
	padding: 10px 0 8px;
	}
h6{
	font-size: 14px;
	line-height: 17px;
	padding: 14px 0 4px;
	}

/*a:link, a:visited {	*/
a {
	color: #b85411;
	text-decoration: underline;
	}
	a:hover {
		text-decoration: none;
		}
.bnr{
	display: block;
	margin-bottom: 11px;
	text-align: center;
	}

/* 							 */
img{
	border: 0;
	vertical-align: top;
	}

.frame{
	padding: 2px;
	border: 1px solid #c9c9c9;
	}
form input{
	vertical-align: middle;
	}

/* clear */
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow:hidden;
	visibility: hidden;
	}
.clearfix {
	display:block;
	}
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
		}
		.isIE .clearfix {
			height:1%;
			}

/* 											 */
#menu-top {
	position: relative;
	min-width: 990px;
	width: auto !important;
	width: 100%;
	background-color: #24282c;
	}
	#menu-top-inner{
		position: relative;
		max-width: 1400px;
		width: auto !important;
		width: 100%;
		padding: 6px 0 7px;
		}
	#menu-top ul{
		position: relative;
		overflow: hidden;
		margin-left: 78px;
		}
		.isIE #menu-top ul{
			height: 1%;
			}
		#menu-top li{
			float: left;
			margin-left: -2px;
			}
		#menu-top li a{
			position: relative;
			float: left;
			padding: 0px 14px 2px;
			font-size: 12px;
			line-height: 20px;
			color: #fff;
			text-decoration: none;
			background: url(../img/bg_link_menu_top.gif) no-repeat left center;
			}
			#menu-top .current a,
			#menu-top li a:hover{
				background: #5f6972;
				z-index: 1;
				}

#lang{
	position: absolute;
	top: 6px;
	right: 35px;
	padding: 0 5px;
	font-size: 12px;
	line-height: 22px;
	color: #b85411;
	}
	#lang:hover{
		color: #fff;
		text-decoration: none;
		}

/* 											 */
#content{
	position: relative;
	overflow: hidden;
	max-width: 1400px;
	width: auto !important;
	width: 100%;
	padding-bottom: 60px;/* 32 */
	}


	#col-left{
		position: relative;
		width: 202px;
		overflow: hidden;
		float: left;
		padding: 185px 0 0 36px;
		}
	#col-main{
		position: relative;
		margin-left: 265px;
		padding: 18px 36px 0 0;
		}
		.isIE #col-main{
			height: 1%;
			}
		#col-main .block-w100{
			position: relative;
			overflow: hidden;
			width: 100%;
			font-size: 12px;
			}
		#col-main .block-w100 .col-right{
			position: relative;
			float: right;
			width: 220px;
			}
		#col-main .block-w100 .col-left{
			margin-right: 234px;
			}
			.isIE #col-main .block-w100 .col-left{
				height: 1%;
				margin-right: 231px;
				}

		#col-main h1{
			font-size: 24px;
			line-height: 24px;
			padding-bottom: 6px;
			font-weight: normal;
			}
			#col-main .head2{
				font-size: 30px;
				line-height: 30px;
				}
		#col-main h2{
			font-size: 20px;
			line-height: 20px;
			padding-bottom: 6px;
			font-weight: normal;
			}
			#col-main h2 a{
				text-decoration: none;
				color: #333;
				}

		#col-left h1 a,
		#col-left h1{
			position: absolute;
			top: 70px;
			left: 30px;
			width: 208px;
			height: 65px;
			text-indent: -1000em;
			}
			#col-left h1 a{
				top: 0;
				left: 0;
				}


#footer {
	position: relative;
	clear: both;

	min-width: 990px;
	width: auto !important;
	width: 100%;

	border-bottom: 4px solid #0b0c0d;
	background-color: #bdbebf;
	margin-top: -32px;
	}
	#footer-inner {
		position: relative;
		height: 28px;
		min-width: 990px;
		max-width: 1400px;
		width: auto !important;
		width: 100%;
		}

	#footer a{
		position: absolute;
		bottom: 6px;
		text-decoration: none;
		font-size: 11px;
		color: #0b0c0d;
		}
		#footer a:hover{
			text-decoration: underline;
			}
		#copyright{
			left: 36px;
			}
		#webcom{
			right: 36px;
			}

/* 														 */
.box{
	overflow: hidden;
	width: 160px;
	padding: 12px 20px 16px;
	margin-bottom: 11px;
	border: 1px solid #b8c1cb;
	background: #fff url(../img/bg_box.jpg) no-repeat;
	}
	.box h2{
		font-size: 24px;
		line-height: 1;
		font-weight: normal;
		margin-bottom: 8px;
		}
	.box form{
		width: 100%;
		font-size: 12px;
		}
		.box form p,
		.box form label{
			display: block;
			font-size: 12px;
			margin-bottom: 8px;
			margin-top: -5px;
			}
			.box form .inp-text input{
				width: 150px;
				padding: 0 4px 1px;
				border: 1px solid #5f6972;
				font: 12px Tahoma;
				margin-bottom: 10px;
				}
		.box form .inp-submit input{
			overflow: visible;
			padding: 0 7px 1px;
			font: bold 10px Tahoma;
			color: #f4f7f9;
			background-color: #24282c;
			border: 1px solid #fff;
			text-transform: uppercase;
			cursor: pointer;
			}
			.isIE .box form div input{
				padding: 0 9px 1px;
				}
			.box form .inp-submit input.ie6hover,
			.box form .inp-submit input:hover{
				background-color: #5f6972;
				}
#search-adv{
	display: none;
	}

/* 														 */
.menu-vert{
	width: 160px;
	overflow: hidden;
	}
	.menu-vert li{
		float: left;
		clear: both;
		width: 151px;
		padding: 4px 0 4px 9px;
		font-size: 12px;
		line-height: 16px;
		color: #b85411;
		background: url(../img/bg_link_menu_vert.gif) no-repeat left 10px;
		}
		.menu-vert .level2{
			width: 141px;
			padding-left: 19px;
			background: url(../img/bg_link_menu_vert2.gif) no-repeat 9px 10px;
			}
		.menu-vert .level3{
			width: 131px;
			padding-left: 29px;
			background: url(../img/bg_link_menu_vert2.gif) no-repeat 19px 10px;
			}
		.menu-vert .level4{
			width: 121px;
			padding-left: 39px;
			background: url(../img/bg_link_menu_vert2.gif) no-repeat 29px 10px;
			}
		.menu-vert .level5{
			width: 111px;
			padding-left: 49px;
			background: url(../img/bg_link_menu_vert2.gif) no-repeat 39px 10px;
			}
	.menu-vert a{
		float: left;
		color: #313131;
		}
	.menu-vert .current a,
	.menu-vert a:hover{
		color: #b85411;
		text-decoration: none;
		}


.mv-map{
	position: relative;
	width: 100%;
	margin-top: 14px;
	}
	.mv-map li{
		padding-left: 25px;
		width: 92%;
		background-position: 16px 10px;
		}
		.mv-map .level2{
			width: 90%;
			padding-left: 35px;
			background-position: 25px 10px;
			}
		.mv-map .level3{
			width: 88%;
			padding-left: 45px;
			background-position: 35px 10px;
			}
		.mv-map .level4{
			width: 86%;
			padding-left: 55px;
			background-position: 45px 10px;
			}
		.mv-map .level5{
			width: 84%;
			padding-left: 65px;
			background-position: 55px 10px;
			}
	.mv-map .main{
		padding: 0 0 0 8px;
		background: none;
		}
		.mv-map .main span{
			float: left;
			padding: 0 9px;
			line-height: 20px;
			background: #035db5;
			cursor: pointer;
			}
			.mv-map .main a:hover span{
				color: #fff;
				}
		.mv-map .main a{
			color: #fff;
			text-decoration: none;
			}



	.plus{
		font-size: 12px;
		padding-left: 11px;
		background: url(../img/bg_link_plus.gif) no-repeat left 5px;
		}

	.menu-vert .plus{
		background: url(../img/bg_link_plus.gif) no-repeat left 10px;
		}
		.menu-vert .plus a{
			color: #b85411;
			}

.menu-right{
	width: 100%;
	}
	.menu-right .menu-vert{
		width: 183px;
		padding-left: 18px;
		border-left: 2px solid #dfe1e3;
		}
		.menu-right .menu-vert li{
			padding-left: 11px;
			width: 172px;
			}
	.menu-right img{
		padding: 0 0 4px 18px;
		border-left: 2px solid #5f6972;
		}


/* 														 */
.anons3{
	width: 100%;
	margin-bottom: 26px;
	}
	.anons3 td{
		width: 33%;
		}
	.anons3 div{
		width: 220px;
		}
		.anons3 .center{
			margin: 0 auto;
			}
		.anons3 .right{
			float: right;
			}
		.anons3 h3,
		.anons3 h4{
			float: left;
			padding: 0 7px 2px;
			font-size: 11px;
			color: #fff;
			line-height: 11px;
			font-weight: normal;
			background-color: #b85411;
			}
			.anons3 h3{
				background-color: #0361ae;
				}
		.anons3 a{
			display: block;
			clear: both;
			overflow: hidden;
			width: 200px;
			height: 108px;
			padding: 9px 10px;
			background-color: #e6ecf2;
			font-size: 12px;
			line-height: 16px;
			color: #3b464f;
			text-decoration: none;
			}
			.anons3 a:hover{
				border: 0;
				}
			.anons3 span,
			.anons3 b{
				display: block;
				text-decoration: underline;
				}
			.anons3 b{
				padding-top: 4px;
				}
				.anons3 a:hover span,
				.anons3 a:hover b{
					color: #b85411;
					text-decoration: none;
					}
/* 														 */
.block-link{
	display: block;
	overflow: hidden;
	line-height: 17px;
	text-decoration: none;
	color: #313131;
	}
	.isIE .block-link{
		height: 1%;
		}
	.block-link .plus{
		display: block;
		overflow: hidden;
		color: #b85411;
		margin-top: 8px;
		text-decoration: underline;
		}
		.isIE .block-link .plus{
			height: 1%;
			}
		a.block-link:hover{
			border: 0;
			}
		a.block-link:hover .plus{
			text-decoration: none;
			}
	.block-link .text{
		display: block;
		overflow: hidden;
		}
		.block-link .text .fs11{
			font-size: 11px;
			line-height: 13px;
			}
		a.block-link .text{
			cursor: pointer;
			}
		.isIE .block-link .text{
			height: 1%;
			}
	.block-link img{
		float: left;
		margin: 4px 13px 0 0;
		}

	.col-right .block-link{
		width: 200px;
		margin: 20px 0 30px;
		}
		.col-right .block-link .text{
			clear: both;
			}
		.col-right .block-link img{
			margin: 6px 0;
			}
	.block-link .head{
		text-decoration: underline;
		}
		a.block-link:hover .head{
			text-decoration: none;
			color: #b85411;
			}


.div-gor{
	overflow: hidden;
	margin: 14px 0;
	height: 2px;
	background-color: #dfe1e3;
	border-left: 135px solid #5f6972;
	}

/* 														 */
.news{
	margin: 15px 0;
	padding: 14px 0 14px 22px;
	background: #5f6972 url(../img/bg_news.jpg) no-repeat;
	}
	.news table{
		width: 100%;
		clear: both;
		margin-top: 16px;
		}
	.news td{
		width: 33%;
		}
		.news td span{
			float: left;
			font-size: 10px;
			line-height: 12px;
			padding: 0 4px 1px;
			color: #fff;
			background-color: #9ba5ae;
			}
		.news td a{
			clear: both;
			display: block;
			padding: 4px 22px 0 0;
			color: #f4f7f9;
			}
	.news h3{
		float: left;
		padding: 0 25px 0 0;
		color: #e4e9ed;
		font-size: 24px;
		line-height: 24px;
		font-weight: normal;
		}
	.news p{
		overflow: hidden;
		font-size: 11px;
		line-height: 13px;
		padding: 0 8px 2px;
		margin: 8px 40px 0 0;
		background-color: #6d767f;
		}
		.isIE .news p{
			height: 1%;
			}
		.news p a{
			text-decoration: none;
			color: #b6bbbf;
			}
			.news p a:hover{
				color: #fff;
				}

/* 														 */
#menu-service{
	position: absolute;
	top: 20px;
	left: 189px;
	width: 56px;
	}
	#menu-service li{
		float: left;
		}
		#menu-service a{
			float: left;
			overflow: hidden;
			width: 15px;
			height: 12px;
			margin-right: 13px;
			text-indent: -1000em;
			}

/* 														 */
#breadcrumbs{
	width: 100%;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
	color: #868686;
	}
	#breadcrumbs a{
		padding-right: 20px;
		color: #333;
		background: url(../img/bg_breadcrumbs_a.gif) no-repeat right 5px;
		}

/* 														 */
.repertuar{
	overflow: hidden;
	width: 100%;
	margin: 16px 0 4px;
	height: 18px;
	text-align: center;
	background: url(../img/bg_repertuar.gif) repeat-x left center;
	}
.month{
	width: 100%;
	padding: 10px 0 14px;
	text-align: center;
	}
	.month span{
		font: 20px/20px "Times New Roman", Times, serif;
		}
	.month a{
		margin-top: -10px;
		font-size: 12px;
		line-height: 14px;
		color: #333;
		background: url(../img/bg_prev_next.gif) no-repeat left 5px;
		}
	.month .prev{
		float: left;
		padding-left: 17px;
		}
	.month .next{
		float: right;
		padding-right: 17px;
		background-position: right -95px;
		}
		.month a:hover{
			}

.link-rep{
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 14px;
	text-align: center;
	color: #333;
	text-decoration: none;
	font: 12px/12px Tahoma serif;
	}
	.link-rep b{
		font: bold 16px/16px Tahoma serif;
		}
	.link-rep em{
		display: block;
		font-style: normal;
		}
	.link-rep .left{
		position: absolute;
		top: 0;
		left: 5px;
		}
	.link-rep .right{
		position: absolute;
		top: 0;
		right: 5px;
		}
	.link-rep:hover b{
		color: #b85411;
		}
	.link-rep:hover em{
		text-decoration: underline;
		}

/* 														 */
.form-subs-rep{
	width: 100%;
	margin: 10px 0;
	padding: 1px 0;
	background-color: #fff;
	border: 3px double #989898;
	border-width: 3px 0;
	}
	.form-subs-rep form{
		padding: 10px 16px 14px;
		background: #eeecda;
		}
	.form-subs-rep p{
		margin-bottom: 6px;
		}
	.form-subs-rep .inp-text{
		width: 150px;
		padding: 0 2px;
		border: 1px solid #5f6972;
		}

	.form-feedback .inp-submit,
	.form-subs-rep .inp-submit{
		overflow: visible;
		padding: 0 7px 1px;
		font: bold 10px Tahoma;
		color: #f4f7f9;
		background-color: #24282c;
		border: 1px solid #eeecda;
		text-transform: uppercase;
		cursor: pointer;
		}
		.form-feedback .inp-submit{
			border: 1px solid #fff;
			}
		.isIE .form-feedback .inp-submit,
		.isIE .form-subs-rep .inp-submit{
			padding: 0 9px 1px;
			}
		.form-feedback .ie6hover,
		.form-feedback .inp-submit:hover,
		.form-subs-rep .ie6hover,
		.form-subs-rep .inp-submit:hover{
			background-color: #5f6972;
			}

.form-feedback{
	width: 100%;
	margin-top: 8px;
	}
	.form-feedback th{
		padding-right: 10px;
		text-align: right;
		font-weight: normal;
		}
	.form-feedback textarea,
	.form-feedback input{
		border: 1px solid #5f6972;
		margin-bottom: 4px;
		}


/* 														 */
.days{
	width: 100%;
	overflow: hidden;
	}
	.days li{
		overflow: hidden;
		float: left;
		margin: 8px 20px 0 0;
		width: 66px;
		font-size: 12px;
		line-height: 13px;
		color: #333;
		text-align: center;
		background-color: #e6ecf2;
		text-decoration: none;
		border: 1px solid #fff;
		}
	.days b{
		display: block;
		padding-top: 4px;
		font-size: 30px;
		line-height: 30px;
		font-weight: normal;
		text-decoration: none;
		}
	.days em{
		display: block;
		padding-bottom: 4px;
		text-decoration: none;
		font-style: normal;
		}
	.days span{
		display: block;
		color: #333;
		text-decoration: none;
		padding-bottom: 2px;
		background: #cad8e6;
		}
	.days .today{
		background-color: #eddfd9;
		}
	.days .today span{
		color: #fff;
		background: #f94e05;
		}

/* 														 */
.project{
	overflow: hidden;
	width: 100%;
	margin: 8px 0 15px;
	}
	.project img{
		float: left;
		margin-right: 12px;
		}
	.project p{
		overflow: hidden;
		}
	.isIE .project p{
		height: 1%;
		}
	.bl-project{
		margin-top: 14px;
		padding: 10px 14px;
		}
	.bl-project table{
		width: 100%;
		}
		.bl-project th{
			text-align: right;
			white-space: nowrap;
			padding: 0 4px;
			}
		.bl-project td{
			padding: 0 4px;
			}

/* 													 */
.block-head{
	position: relative;
	width: 100%;
	margin: 10px 0 1px 0;
	border-bottom: 1px solid #333;
	}
	.block-head a{
		display: block;
		width: 100%;
		font-size: 12px;
		line-height: 20px;
		font-weight: bold;
		text-decoration: none;
		color: #333;
		outline: 0;
		background: url(../img/bg_block_head_a.gif) no-repeat right 9px;
		}

/* 													 */
.block{
	position: relative;
	background: #e6ecf2;
	}
	.bl-history{
		padding: 6px 14px 10px;
		}

	.bl-festivals .inner{
		overflow: hidden;
		padding: 14px 16px;
		border-bottom: 1px solid #fff;
		}
		.bl-festivals img{
			float: left;
			margin-right: 16px;
			}
		.bl-festivals .text{
			overflow: hidden;
			}
		.bl-festivals h4{
			font-size: 20px;
			line-height: 20px;
			font-weight: normal;
			}
		.bl-festivals p{
			font-size: 11px;
			margin: 2px 0 8px;
			}
		.bl-festivals li{
			font-size: 12px;
			padding: 0 0 2px 15px;
			}
		.bl-festivals .green{
			background: url(../img/bull-green.gif) no-repeat left 6px;
			}
		.bl-festivals .brown{
			background: url(../img/bull-brown.gif) no-repeat left 6px;
			}
		.bl-festivals .blue{
			background: url(../img/bull-blue.gif) no-repeat left 6px;
			}


	.isIE .block,
	.isIE .bl-festivals .inner,
	.isIE .bl-festivals .text{
		height: 1%;
		}


	#body .bl-foto{
		height: 51px;
		padding: 10px 28px;
		}
	.bl-foto .wrapper{
		overflow: hidden;
		width: 100%;
		white-space: nowrap;
		}
		.bl-foto .wrapper img{
			opacity: .5;
			}
			.isIE6 .bl-foto .wrapper img{
				filter:alpha(opacity=50);
				}
		.bl-foto .wrapper a:hover img{
			opacity: 1;
			}
			.isIE6 .bl-foto .wrapper a:hover img{
				filter:alpha(opacity=100);
				}
	.bl-foto .next,
	.bl-foto .prev{
		position: absolute;
		overflow: hidden;
		display: block;
		top: 10px;
		width: 27px;
		height: 51px;
		outline: 0;
		}
		.bl-foto .prev{
			left: 0;
			background: url(../img/bg_bl_foto_prev_next.gif) no-repeat 11px 21px;
			}
		.bl-foto .next{
			right: 0;
			background: url(../img/bg_bl_foto_prev_next.gif) no-repeat 11px -79px;
			}

/* 													 */
.abc{
	overflow: hidden;
/*	width: 100%; */
	padding-top: 2px;
	}
	.abc li{
		float: left;
		font-size: 16px;
		font-weight: bold;
		padding-right: 3px;
		color: #b04800;
		}
	.abc a{
		color: #333;
		text-decoration: none;
		}
		.abc a:hover{
			text-decoration: underline;
			}

.abc-letter{
	font-size: 48px;
	color: #b04800;
	}

.abc-list{
	width: 100%;
	overflow: hidden;
	}
	.abc-list li{
		margin-left: 50px;
		}
	.abc-list a{
		font-size: 14px;
		color: #6c6c6c;
		font-weight: bold;
		text-decoration: none;
		}
		.abc-list b{
			font-size: 18px;
			line-height: 24px;
			color: #141414;
			font-weight: normal;
			}
	.abc-list a:hover{
		text-decoration: underline;
		}

/* 													 */
.partners{
	width: 100%;
	margin-top: 14px;
	}
	.partners td{
		width: 50%;
		padding: 0 5% 10px 0;
		}

.p-film{
	margin-top: 6px;
	}
	.p-film .plus{
		margin-top: 4px;
		}


/* 													 */
.seacrh-results{
	width: 100%;
	}
	.seacrh-results a{
		display: block;
		margin: 8px 0 12px;
		text-decoration: none;
		}
	.seacrh-results a *{
		display: block;
		text-decoration: none;
		font-size: 12px;
		line-height: 17px;
		padding-left: 7px;
		cursor: pointer;
		}
		.isIE .seacrh-results a,
		.isIE .seacrh-results a *{
			height: 1%;
			}
	.seacrh-results .head{
		color: #333;
		font-weight: bold;
		background: url(../img/bg_link_menu_vert.gif) no-repeat left center;
		}
	.seacrh-results .web{
		color: #949494;
		}
	.seacrh-results .text{
		color: #333;
		text-decoration: underline;
		}
		.seacrh-results a:hover{
			border: 0;
			}
		.seacrh-results a:hover .text{
			color: #b85411;
			text-decoration: none;
			}

/* 											 */
.questions{
	line-height: 17px;
	margin: 7px 0 4px;
	}
	.questions th{
		text-align: right;
		font-size: 11px;
		line-height: 16px;
		font-weight: normal;
		padding: 1px 5px 0 0;
		}
	.questions td{
		font-size: 12px;
		}
	.questions .name th{
		line-height: 13px;
		padding: 16px 5px 2px 0;
		color: #757575;
		}
	.questions .name td{
		padding: 13px 0 2px;
		}
	.questions .question th{
		color: #b85411;
		}
	.questions .answer th{
		color: #6ba900;
		}

/* 												 */
.news-inline{
	width: 100%;
	margin-top: 6px;
	line-height: 17px;
	}
	.news-inline td{
		width: 45%;
		padding: 0 5% 16px 0;
		}
	.news-inline .date{
		font-size: 11px;
		color: #757575;
		margin: 0;
		}
	.news-inline p{
		margin-bottom: 4px;
		}
	.news-inline a{
		color: #333;
		}
		.news-inline a:hover{
			color: #b85411;
			}


.paging{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 16px;
	}
	.paging .all-link{
		position: absolute;
		margin-top: 0;
		top: 2px;
		left: 17px;
		}
	.paging div{
		position: relative;
		float: left;
		left: 50%;
		text-align: right;/* !!! */
		}
	.paging ul{
		position: relative;
		float: left;
		left: -50%;
		}
	.paging li{
		float: left;
		font-size: 12px;
		line-height: 16px;
		margin: 0 2px;
		}
	.paging li a{
		float: left;
		padding: 0 4px;
		}
		.paging li a:hover{
			color: #fff;
			background-color: #24282C;
			}
		.paging .current a:hover,
		.paging .current:hover,
		.paging .current a,
		.paging .current{
			text-decoration: none;
			color: #fff;
			background-color: #24282C;
			}

label.error {
	color: red;
	display: block;
	padding-bottom: 5px;
}


.bnr h4{
	float: left;
	padding: 0 7px 2px;
	font-size: 11px;
	color: #fff;
	line-height: 11px;
	font-weight: normal;
	background-color: #b85411;
	display: block;
}

.bnr span {
	display: block;
}

.banner {
	margin:10px 0 10px 0px !important;
	width:200px;
}
.banner img{
	margin:0px !important;
}
.banner .head{
	margin-bottom: 4px !important;
}
