/*--- main box ---------------------------------------------------------*/
div.mbx_top {
	background: transparent url(../img/bx/mblk_t_red.png) left top repeat-x !important;
	margin-left:0px !important;
	margin-right:0px !important;
	width: 960px !important;
	height: 57px !important; 
	zoom: 1;
	position: static;
}
div.mbx_topleft {
	width: 960px !important;
	height: 57px !important;
   background: transparent url(../img/bx/mblk_tl_red.png) top left no-repeat !important;
}
div.mbx_topright {
	width: 960px !important;
	height: 57px !important;
   background: transparent url(../img/bx/mblk_tr_red.png) top right no-repeat !important;
}
div.mbx_top div div * { /* clear inside */
	background-image: none !important;
}
div.mbx_bottom {
   background: transparent url(../img/bx/mblk_b.gif) left bottom repeat-x !important;
	margin-left:0px !important;
	margin-right:0px !important;
	width: 960px !important;
	height: 60px !important;
	padding: 0px !important;
	display: block !important;
}
div.mbx_botleft {
   background: transparent url(../img/bx/mblk_bl.png) bottom left no-repeat;
	width: 960px !important;
	height: 60px !important;
}
div.mbx_botright {
   background: transparent url(../img/bx/mblk_br.png) bottom right no-repeat;
	width: 960px !important;
	height: 60px !important;
}
div.mbx_bottom div div * { /* clear inside */
	background-image: none !important;
}
div.mbx_left {
     background-color: transparent;
     background-image: none;
}
div.mbx_right {
      background: white url(../img/bx/mblk_r.gif) right top repeat-y !important;
}
/*--- RED box ---------------------------------------------------------*/
.rbx{
	display:block;
}
.rbx1, .rbx2, .rbx3, .rbx4, .rbx4b, .rbx3b, .rbx2b, .rbx1b {
	display: block;
	background: #FC0000;
	height:1px;
	overflow:hidden;
	font-size:1px !important;
	line-height: 1px !important;
}
.rbx2, .rbx3, .rbx4, .rbx4b, .rbx3b, .rbx2b, .rbxboxcontent {
	border-left: 1px solid #c10000;
	border-right:1px solid #c10000;
	display:block;
}
.rbx1, .rbx1b {
	margin: 0 5px;
	background: #c10000;
}
.rbx2, .rbx2b {
	margin: 0 3px;
	border-width: 0 2px;
}
.rbx3, .rbx3b {
	margin: 0 2px;
}
.rbx4, .rbx4b {
	height:2px;
	margin:0 1px;
}
.rbxboxcontent {
	text-align: center;
	color: #fff8dc;
	background: #FC0000;
}
.rbxboxcontent span, .rbxboxcontent div, .rbxboxcontent strong {
	display: block !important;
/*	padding: 0 !important;
	margin: 0 !important;
*/
}
.rbxboxcontent a {
 	color: white;
 	display: inline;
 background: transparent !important;
 }
 .rbxboxcontent a:hover {
 	color: yellow;
 }