@charset "utf-8";
/*************************************
* 文件名称：border.css
* 作   者：界面设计制作部
* 创建日期：2009-4-1
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要:装饰器样式
*************************************/
/** 全局样式 **/
.border_46{padding:0;position: relative;text-align:left;width:100%;}
/** 头部 **/
.border_46 .border_46-topr {
	height:9px;
	line-height:0;
	font-size:0;
	background-image: url("images/border-topr.gif")/*tpa=http://www.chloeryan.com/borders/border_46/images/border-topr.gif*/;
	background-repeat: no-repeat;
	background-position: right top;
}
.border_46 .border_46-topl {
	background:url("images/border-topl.gif")/*tpa=http://www.chloeryan.com/borders/border_46/images/border-topl.gif*/ left top no-repeat;
	height:9px;
	line-height:0;
	font-size:0;
}
/** 中部 **/
.border_46 .border_46-midr {
	background:url("images/border-midr.gif")/*tpa=http://www.chloeryan.com/borders/border_46/images/border-midr.gif*/ right top repeat-y;
	margin:0;
	padding:0;
}
.border_46 .border_46-midl {
	background:url("images/border-midl.gif")/*tpa=http://www.chloeryan.com/borders/border_46/images/border-midl.gif*/ left top repeat-y;
	width:100%;
	
}
.border_46 .borderContent {
	padding:10px;
}
/** 底部 **/
.border_46 .border_46-footerr {
	background:url("images/border-footerr.gif")/*tpa=http://www.chloeryan.com/borders/border_46/images/border-footerr.gif*/ right bottom no-repeat;
	height:9px;
	font-size:0;
	margin-bottom:10px;
}
.border_46 .border_46-footerl {
	background:url("images/border-footerl.gif")/*tpa=http://www.chloeryan.com/borders/border_46/images/border-footerl.gif*/ left bottom no-repeat;
	height:9px;
	font-size:0;
}
/*装饰器的标题*/  
.border_46 .comptitle_46 {
	height:25px;
	position: absolute;
	left: 7px;
	top: 7px;
	width:98%;
}
.border_46 .comptitle_46 strong{
	font-weight:bold;
	float:left;
	margin-left:5px;
	font-style:normal;
	text-decoration:none;
	
	width:45%;
	word-break:break-all;
	text-align:left;
}
.border_46 .comptitle_46 .titlestyle_46{
	font-weight:bold;
	color:#000;
}
.border_46 .comptitle_46 strong img {
	vertical-align: middle;
	margin-right: 5px;
	width:20px;
	height:20px;
}
.border_46 .comptitle_46 em {
	font-style: normal;
	float: right;
	font-weight: normal;
	margin-right: 10px;
}
/* 扩展链接 */
.border_46 .comptitle_46 em span.extendLink{
	text-align: right;
	font-size:12px;
	margin-right: 8px;
}
.border_46 .comptitle_46 em span.moreLink{
	font-style: normal;
	font-weight: normal;
}
/* 更多 */
.border_46 .compmore_46 {
	clear: both;
	text-align: right;
	font-size:12px;
	margin-right: 10px;/*text-align: left;*/
}
/* 扩展链接 */
.border_46 .compmore_46 .extendLink{
	text-align: right;
	font-size:12px;
	margin-right: 10px;
}
.border_46 .compmore_46 .moreLink{
	font-style: normal;
	font-weight: normal;
}
