body{
	padding:0;
	margin:0;
	line-height:16px !important;
	font-size:12px;
	font-family: Arial, Tahoma, Sans-Serif;
}
img{
	border:none;
}
.small {
	font-size: 11px;
	line-height:15px;
}
.large {
	font-size: 14px !important;
	line-height: 18px;
}
.gray {
	color: #999;
}
a {
	line-height:15px;
	color: #1c56a5;
	text-decoration: none;
}
a:hover {
	color: #8c0e00;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a.large{
	line-height:17px;
}
a.small {
	line-height:14px;
}
.h5_informer {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	line-height: 20px;
	margin-top: 9px;
	margin-bottom: 9px;
	padding:0px
}
.h5_informer a {
	line-height: 18px !important;
	color:#b91000;
}
.hnill {
	margin-top:0px;
	padding-top:0px;
}
.hfnill {
	margin:0px;
	padding:0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* clear paddings */
.clear {
	display:block;
	clear:both;
	font-size:1px;
	height:1px;
	overflow:hidden;
	line-height:1px;
}
.clear2 {
	display:block;
	clear:both;
	font-size:0px;
	height:0px;
	overflow:hidden;
}
.clear_small {
	display:block;
	clear:both;
	font-size:1px;
	height:5px;
	overflow:hidden;
	line-height:1px;
}
.clear_small2 {
	display:block;
	clear: both;
	font-size: 1px;
	height: 2px;
	overflow:hidden;
	line-height:1px;
}
.clear_medium {
	display:block;
	clear: both;
	font-size: 1px;
	height: 10px;
	overflow:hidden;
}
.clear_big {
	display:block;
	clear: both;
	font-size: 1px;
	height: 15px;
	overflow:hidden;
}
/* end clear paddings */
.mrt_vsmall{
	margin-right:5px;
}
.mrt_small {
	margin-right:10px !important;
}
.mrt {
	margin-right:15px !important;
}
.mrt_big {
	margin-right:20px !important;
}
.mrl_small {
	margin-left:10px !important;
}
.mrl {
	margin-left:15px !important;
}
.mrl_big {
	margin-left:20px !important;
}
.vmid {
	vertical-align:middle;
}
.nowrap {
	white-space:nowrap
}
.corner_lt, .corner_rt, .corner_lb, .corner_rb{
	display:block;
	font-size:0px;
	line-height:1px;
	width:1px;
	height:1px;
	overflow:hidden;
	background-color:#fff;
	position:absolute;
	z-index:1;
}
.corner_lt{
	top:0;
	left:0;
}
.corner_rt{
	top:0;
	right:0;
}
.corner_lb{
	bottom:0;
	left:0;
}
.corner_rb{
	right:0;
	bottom:0;
}
.corner_rt, .corner_rb {
	_right: expression( this.parentNode && this.parentNode.offsetWidth % 2 ? -1 : 0 );
}
.corner_lb, .corner_rb {
	_bottom: expression( this.parentNode && this.parentNode.offsetHeight % 2 ? -1 : 0 );
}
.play_wmark{
	width:28px;
	height:19px;
	padding:0;
	display:block;
	position:absolute;
	z-index:20;
	left:5px;
	bottom:5px;
	background:url('../img/ic_play.png') no-repeat top left;
	cursor:pointer;
}
a:hover .play_wmark{
	background-position:left -19px;
}
.ic_photo{
	background:url('../img/ic_photo.gif') no-repeat top left;
}
.ic_video{
	background:url('../img/ic_video.gif') no-repeat top left;
}


.img_box{
	position:relative;
}
.img_box:hover + a {
	color: #8c0e00;
}


/* box */

.page_informer{
	width:100%;
	overflow:hidden;  /* for ie  */
}
.padbox_informer{
	padding: 2px 7px;
	background-color:#fff;
}
.ie_widthy{
	width:100%;
}
.box_inform {
	margin:0px 2px;
	overflow: hidden; 
    font-size:1px;
	height:1px;
}
.box2_inform {
	margin:0px 1px;
	overflow: hidden; 
    font-size:1px;
	height:1px;
}
.box3_inform {
	overflow: hidden; 
    font-size:1px;
	height:1px;
}
.box4_inform {
	background-color: #fff;
	overflow: hidden; 
    font-size:1px;
	height: 1px;
}
.box_color {
	border-left:1px solid;
	border-right:1px solid;
}
.box_color2_s {
	border-left: 1px solid;
	border-right: 1px solid;
}
.box_color2 {
	border-left: 3px solid;
	border-right: 3px solid;
}
.box_color3_s {
	border-left: 1px solid;
	border-right: 1px solid;
}
.box_color3 {
	border-left: 2px solid;
	border-right: 2px solid;
}
.box_informer{
	width:32%;
}
.box_informerspace{
	width:2%;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
/* end box */
/* border */
.box_color_s {
	background-color: #ebd9ab !important;
}
.box_color, .box_color2_s, .box_color3_s{
	border-color:#ebd9ab !important;
}
/* filling */
.box_color{
	background-color:#fff !important;
}
.box_color2, .box_color3  {
	border-color:#fff !important;
}