/**
 * 页面公用样式
 */
/********** clearfix **********/
/* 这是对Firefox进行的处理，因为Firefox支持生成元素，而IE所有版本都不支持生成元素 */
.clearfix:after
{
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
/* 这是对 Mac 上的IE浏览器进行的处理 */
/* Hides from IE-mac \*/
.clearfix
{
    display: inline-block;
}
/* 这是对 win 上的IE浏览器进行的处理 */
* html .clearfix
{
    height: 1%;
}
/* 这是对display: inline-block;进行的修改，重置为区块元素*/
/* End hide from IE-mac */
.clearfix
{
    display: block;
}

body, td, th, textarea
{
    font-size: 12px;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
}

body, form
{
    padding: 0;
    margin: 0;
    height: 100%;
}

img
{
    border: none;
}

a
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

.red, .red .text
{
    color: #f00 !important;
}

/**
 * * * * * * * * * * * * * * * * * * * * * * *
 * message box
 * * * * * * * * * * * * * * * * * * * * * * *
 */
#msgbox
{
    width: 250px;
    position: absolute;
    top: -250px;
    z-index: 9999;
    display: none;
}

#msgbox .body
{
    background: url(../images/msg_bg_content.png) repeat-y;
    padding: 0 15px;
}
* html #msgbox .body
{
    float: left;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src=/web/res/images/msg_bg_content.png);
}

#msgbox .foot
{
    background: url(../images/msg_bg_bottom.png) no-repeat;
    height: 25px;
}
* html #msgbox .foot
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/web/res/images/msg_bg_bottom.png);
}

#msgbox .title
{
    color: #063;
    text-align: center;
    border-bottom: 1px solid #063;
    font-weight: 700;
}

#msgbox .title span
{
    line-height: 24px;
}

#msgbox .title .closeEl
{
    display: block;
    float: right;
    height: 15px;
    width: 15px;
    margin-top: 4px;
    background: url(../images/tool-sprites-b.gif) no-repeat left 0;
}

#msgbox .content
{
    min-height: 96px;
    background: url(../images/ico_msg_success.gif) no-repeat center center;
    padding: 3px;
}

* html #msgbox .content
{
    height: 96px;
}

/**
 * * * * * * * * * * * * * * * * * * * * * * *
 * menu
 * * * * * * * * * * * * * * * * * * * * * * *
 */
ul.menu, ul.menu_vertical
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
ul.menu ul, ul.menu_vertical ul
{
    display: none;
}
ul.menu li
{
    float: left;
}
ul.menu_vertical
{
    width: 300px;
}
ul.menu_vertical li
{
    float: none;
}

/* -- Sub-Menus -- */
ul.menu ul, ul.menu_vertical ul
{
    position: absolute;
    display: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    z-index: 10000;
}
ul.menu ul li, ul.menu_vertical ul li
{
    float: none;
    margin: 0px;
}

ul.menu, ul.menu ul, ul.menu_vertical, ul.menu_vertical ul
{
}
ul.menu_vertical
{
    height: auto;
}
ul.menu ul
{
    height: auto;
}
* html ul.menu ul
{
    width: 1%;
}
ul.menu li
{
    cursor: pointer;
    white-space: nowrap;
}
ul.menu li li
{
}
ul.menu li a
{
    text-decoration: none;
}
ul.menu li.hover, ul.menu li.active
{
    font-weight: 700;
}

/**
 * * * * * * * * * * * * * * * * * * * * * * *
 * selectbox
 * * * * * * * * * * * * * * * * * * * * * * *
 */
.culture-selector
{
    display: none;
}
div.selectbox-wrapper
{
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: -3px 0 0 0;
    padding: 0;
    font-size: 12px;
    text-align: left;
    min-width: 95px;
    max-height: 200px;
    overflow: auto;
    
    /* IE6 only */
    _height: 19px;
    _overflow: visible;
}
div.selectbox-wrapper ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
div.selectbox-wrapper ul li.selected
{
    background-color: #EAF2FB;
}
div.selectbox-wrapper ul li.current
{
    background-color: #CDD8E4;
}
div.selectbox-wrapper ul li
{
    margin: 0;
    padding: 2px;
    cursor: pointer;
    line-height: 15px;
    white-space: nowrap;
    text-align: center;
    
    /* IE6 only */
    _width: 90px;
}

.selectbox /* look&fell of  select box*/
{
    margin: 6px 0;
    padding-right: 16px;
    font-size: 12px;
    display: block;
    text-align: left;
    background: no-repeat right 50%;
    height: 14px;
    line-height: 14px;
    cursor: pointer;
    border: none;
    position: relative;
    width: 60px;
    background-image: url(../images/select_drop.gif);
}


/**
 * * * * * * * * * * * * * * * * * * * * * * *
 * jGrowl
 * * * * * * * * * * * * * * * * * * * * * * *
 */
div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				12px;
}

div.jGrowl div.jGrowl-notification div.close {
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	height: 				15px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				12px;
	font-weight: 			bold;
	text-align: 			center;
}

/**
 * * * * * * * * * * * * * * * * * * * * * * *
 * popup
 * * * * * * * * * * * * * * * * * * * * * * *
 */
.popup
{
    border: 5px solid #777;
    background-color: #fff;
    position: absolute;
    z-index: 10001;
    display: none;
}
.popup ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.popup thead th
{
    color: #fff;
    height: 30px;
    text-align: left;
    vertical-align: middle;
    padding-left: 2px;
    border-bottom: 1px solid #666;
    background: #ddd url(../images/editor_title_bg.gif) repeat-x;
}
.popup thead th span, .popup thead th span.none
{
    cursor: default;
    line-height: 30px;
    margin-left: 5px;
    display: block;
}

.popup thead th span.inline
{
    padding-left: 18px;
    background: url(../images/inline_ico.gif) no-repeat 0% 55%;
}
.popup thead th span.style
{
    padding-left: 18px;
    background: url(../images/editor_ico_style.gif) no-repeat 0% 55%;
}
.popup thead th span.edit
{
    padding-left: 18px;
    background: url(../images/editor_ico_edit.gif) no-repeat 0% 55%;
}
.popup thead th span.property
{
    padding-left: 18px;
    background: url(../images/editor_ico_property.gif) no-repeat 0% 55%;
}
.popup thead th span.add
{
    padding-left: 18px;
    background: url(../images/editor_ico_add.gif) no-repeat 0% 55%;
}
.popup thead th span.relation
{
    padding-left: 18px;
    background: url(../images/editor_ico_relation.gif) no-repeat 0% 55%;
}


.popup thead th a.closeEl, .popup thead th a.openEl, .popup thead th a.fixEl
{
    display: block;
    float: right;
    height: 15px;
    width: 15px;
    margin: 7px 5px 7px 0;
    background: url(../images/tool-sprites-b.gif) no-repeat left 0;
}
.popup thead th a.closeEl:hover
{
    background-position: right 0;
}
.popup thead th a.openEl
{
    background-position: left -45px;
}
.popup thead th a.openEl:hover
{
    background-position: right -45px;
}
.popup thead th a.fixEl
{
    background-position: left -30px;
}
.popup thead th a.fixEl:hover
{
    background-position: right -30px;
}

.popup tfoot td
{
    border-top: 1px solid #666;
}
.popup tfoot ul
{
    float: right;
    margin: 3px;
    white-space: nowrap;
}
.popup tfoot ul li
{
    float: left;
    margin-left: 3px;
}
/* IE6 only */
* html .popup tfoot ul li
{
    width: 70px;
}

.popup iframe.inline
{
    padding: 5px;
    margin: 5px;
    border: 1px dashed #ccc;
}

/**
 * * * * * * * * * * * * * * * * * * * * * * *
 * button
 * * * * * * * * * * * * * * * * * * * * * * *
 */
a.btn
{
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    height: 21px;
    line-height: 21px;
}
a.btn:hover
{
    text-decoration: none;
}

a.btn .bg
{
    background-image: url(../images/btn-sprite.gif);
}

a.smooth .bg
{
    background-image: url(../images/btn-sprite-smooth.gif);
}
a.red .bg
{
    background-image: url(../images/btn-sprite-smooth-red.gif);
}
a.green .bg
{
    background-image: url(../images/btn-sprite-smooth-green.gif);
}

a.btn .outer
{
    display: block;
    height: 21px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left 0;
}
a.btn .outer .inner
{
    display: block;
    height: 21px;
    margin-left: 3px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right -21px;
}
a.btn .outer .inner .center
{
    display: block;
    height: 21px;
    line-height: 21px;
    text-align: center;
    margin-right: 3px;
    padding: 0 8px;
    cursor: pointer;
    background-repeat: repeat-x;
    background-position: center -42px;
}
a.btn .outer .inner .center .text
{
    line-height: 21px;
    color: #000;
    font-weight: 400;
    white-space: nowrap;
}

a.btn:hover .outer, a.btn.active .outer
{
    background-position: left -63px;
}
a.btn:hover .outer .inner, a.btn.active .outer .inner
{
    background-position: right -84px;
}
a.btn:hover .outer .inner .center, a.btn.active .outer .inner .center
{
    background-position: center -105px;
}

a.btn:active .outer .inner .center
{
    background-position: center -126px;
}

a.btn.ok .outer .inner .center .text
{
    padding-left: 18px;
    background: url(../images/ico_ok.gif) no-repeat left center;
    font-size: 12px;
}
a.btn.cancel .outer .inner .center .text
{
    padding-left: 18px;
    background: url(../images/ico_cancel.gif) no-repeat left center;
}
a.btn.add .outer .inner .center .text
{
    padding-left: 18px;
    background: url(../images/ico_add.gif) no-repeat left center;
}
a.btn.upload .outer .inner .center .text
{
    padding-left: 18px;
    background: url(../images/ico_upload.gif) no-repeat left center;
}
a.btn.save .outer .inner .center .text
{
    padding-left: 18px;
    background: url(../images/ico_save.gif) no-repeat left center;
}
a.btn.preview .outer .inner .center .text
{
    padding-left: 18px;
    background: url(../images/ico_preview.gif) no-repeat left center;
}
a.btn.complete .outer .inner .center .text
{
    padding-left: 18px;
    background: url(../images/ico_complete.gif) no-repeat left center;
}
a.btn.reset .outer .inner .center .text
{
    padding-left: 18px;
    background: url(../images/ico_reset.gif) no-repeat left center;
}
a.btn.reload .outer .inner .center .text
{
    padding-left: 18px;
    background: url(../images/ico_reload.gif) no-repeat left center;
}
a.btn.help .outer .inner .center .text
{
    padding-left: 18px;
    background: url(../images/ico_help.gif) no-repeat left center;
}

/**
 * * * * * * * * * * * * * * * * * * * * * * *
 * pagination
 * * * * * * * * * * * * * * * * * * * * * * *
 */
.pagination
{
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;   
    line-height: 16px; 
}
.pagination .left, .pagination.left
{
    float: left;
    text-align: left;
}
.pagination .right, .pagination.right
{
    float: right;
    text-align: right;
}
.pagination .paging-section
{
}
.pagination .custom-section
{
    border: 1px solid #ccc;
}
.pagination ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.pagination ul li
{
    display: inline;
}
.pagination ul li a, .pagination ul li span
{
    float: left;
    margin: 0 1px;
    padding: 0 4px 0 3px;
    color: #000;
    border: 1px solid #ccc;
    text-decoration: none;
    text-align: center;
    outline: none;
    blr:expression(this.onFocus=this.blur());
}
.pagination ul li a:hover
{
    border-color: #f00;
}
.pagination ul li.nav a, .pagination ul li.nav span
{
    *padding-bottom: 1px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.pagination ul li.nav span
{
    color: #ccc;
}

.pagination ul li.current span
{
    color: #f00;
    font-weight: 700;
}
.pagination ul li.index-box
{
    border: none;
}
.pagination ul li.index-box input
{
    font-size: 11px;    
    text-align: center;
    *font-size: 9px;
}
.pagination .index-input
{
    float: left;
    margin-left: 1px;
    width: 20px;
    height: 13px;
    line-height: 13px;
    border: 1px solid #ccc;
    border-right: none;
}
.pagination .index-button
{
    float: left;
    width: 20px;
    height: 17px;    
    border: 1px solid #ccc;
    *line-height: 13px;
}
.pagination .index-drop
{
    float: left;
    font-size: 11px;
    height: 17px;
    border: 1px solid #ccc;
    *font-size: 9px;
}

/**
 * * * * * * * * * * * * * * * * * * * * * * *
 * nyroModal
 * * * * * * * * * * * * * * * * * * * * * * *
 */
div#nyroModalFull {
	font-size: 12px;
	color: #777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../images/nyroModal.ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../images/nyroModal.close.gif) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background: url(../images/nyroModal.prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: url(../images/nyroModal.next.gif) right 20% no-repeat;
}



/**
 * * * * * * * * * * * * * * * * * * * * * * *
 * entry
 * * * * * * * * * * * * * * * * * * * * * * *
 */ 
 .wrapper
{
    margin: 0 auto;
    text-align: center;
}

#entry-body
{
    margin: 0 auto;
    text-align: center;
}

#entry-body .flash-element
{
    margin: 0 auto;
}

#entry-body .image-element
{
    padding: 2px;
    border-style: solid;
}

#entry-body ul#navigator-container
{
    padding: 5px;
    margin: 0;
}

#entry-body ul#navigator-container li
{
    display: inline;
    list-style: none;
}

/**
 * * * * * * * * * * * * * * * * * * * * * * *
 * page
 * * * * * * * * * * * * * * * * * * * * * * *
 */ 

/**
 * head
 */
#head
{
    position: relative;
    clear: both;
}
#head #title, #head #subtitle, #head #logo
{
    position: absolute;
    float: left;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 12px;
}
#head #logo
{
    font-size: 0.01em;
}
#head-wrapper
{
    position: relative;
}

/**
 * locationbar
 */
#locationbar
{
    padding: 5px;
    border-style: solid;
    border-width: 1px 0;
}
#locationbar .home
{
    float: left;
    background: url(../images/ico_home.png) no-repeat 50% 50%;
    width: 16px;
    height: 16px;

    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src=/web/res/images/ico_home.png);
}
#locationbar .separator
{
    background: url(../images/ico_separator.gif) no-repeat 50% 50%;
    float: left;
    width: 16px;
    height: 16px;
}
#locationbar .item
{
    float: left;
}

/**
 * navbar
 */
#navbar
{
    position: absolute;
    z-index: 9;
    width: 100%;
}
#navbar a
{
    position: relative;
}
#navbar .navArea
{
    background-repeat: no-repeat;
}
#navbar ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
#navbar .nav
{
    white-space: nowrap;
}
#navbar .ltr .nav
{
    float: left;
}
#navbar .rtl .nav
{
    float: right;
}
#navbar .nav .item
{
    float: left;
}
#navbar .link
{
    cursor: pointer;
}
#navbar .nav .item a.link
{
    padding: 0 8px;
    text-decoration: none;
    line-height: 24px;
    display: block;
    
    _width: 30px;
}
#navbar .nav .item a.current .text
{
    display: block;
    padding-left: 16px;
    background: url(../images/nav_li_current.gif) no-repeat 0% 50%;
}
#navbar .nav .item img
{
    vertical-align:middle;
}
#navbar ul.sub
{
    line-height: normal;
}
#navbar ul.sub li.item
{
    z-index: 2;
    float: none;
    background: none;
}
#navbar ul.sub li.item a.link
{
    display: block;
    text-decoration: none;
    
    _width: 120px;
}
#navbar ul.sub li.item a.link:hover
{
    display: block;
}
#navbar ul.sub li.item a.current .text, #navbar ul.sub li.item a.current:hover .text
{
    padding-left: 16px !important;
    background: url(../images/nav_li_current.gif) no-repeat 0% 50%;
}


/**
 * infobar
 */
#infobar
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
}
#infobar ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
#infobar .item
{
    float: left;
}
#infobar .item .left
{
    float: left;
    height: 28px;
    line-height: 27px;
    background: url(../images/info_bg_l.png) no-repeat left;
    padding-left: 12px;

    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/web/res/images/info_bg_l.png);
}
/* IE7 only */
* + html #infobar .item .left
{
    line-height: 29px;
}
#infobar .item .right
{
    float: left;
    width: 10px;
    height: 28px;
    background: url(../images/info_bg_r.png) no-repeat right;

    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/web/res/images/info_bg_r.png);
}
#infobar a
{
    display: block;
    text-decoration: none;
    position: relative;
}
#infobar a.culture
{
    display: inline;
    margin: 0 1px;
    line-height: 26px;
}
/* IE7 only */
* + html #infobar a.culture
{
    line-height: 27px;
}
#infobar .item .culture-selector-container
{
    display: block;
    background: transparent url(../images/global.png) no-repeat left 50%;
    padding-left: 18px;

    _background-image: url(../images/global.gif);
}
#infobar .item .culture-selector-container a
{
    display: inline;
}

/**
 * foot
 */
#foot #copyright
{
    padding: 5px;
    text-align: center;
    border-style: solid;
    border-width: 3px 0 0;
}
#foot #poweredby
{
    padding: 5px;
    text-align: center;
    border-style: solid;
    border-width: 1px 0 0;
}
#foot #poweredby
{
    line-height: 26px;
}
#foot .logo img
{
    background: url(../images/logo_s.png) no-repeat 50% 50%;
    width: 27px;
    height: 26px;
    
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/web/res/images/logo_s.png);
}

/**
 * wrapper
 */
#main, #main-bottom
{
    width: 950px;
    margin: 0 auto;
    padding: 0 4px;
}
#main
{
    background: url(../images/wrap_bg.png) repeat-y;

    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src=/web/res/images/wrap_bg.png);
}
#main-bottom
{
    font-size: 0.01em;
    margin: 0 auto 30px;
    height: 4px;
    background: url(../images/wrap_b_bg.png) no-repeat;

    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src=/web/res/images/wrap_b_bg.png);
}

/**
 * body
 */
#body #columns
{
    padding: 5px 5px 0;
}
#body .column
{
    min-height: 60px;

    _height: 60px;
}

/**
 * module-item
 */
.module-item
{
    margin: 0 0 5px;
}
.module-item .item-head
{
    font-weight: 700;
}
.module-item .item-head .item-title .title-right
{
    float: right;
    background: no-repeat right;
}
.module-item .item-head .item-title .title-left
{
    padding-left: 5px;
    background:  no-repeat left;
}
.module-item .item-head .item-title .title-text
{
    overflow: hidden;    
    display: block;
    height: 27px;
}
.module-item .item-toolbar
{
    display: none;
}
.module-item .item-body
{
    padding: 5px;
}
.module-item .item-body .item-content
{
    min-height: 1.8em;
    line-height: 1.8em;
    overflow-x: hidden; 
    
    _width: 100%;
    _height: 1.8em;
}
.module-item .loading
{
    text-align: center;
    height: 50px;
    background: url(../images/loading_bar.gif) no-repeat 50% 50%;
}
.module-item .failture
{
    text-align: center;
    height: 96px;
    background: url(../images/ico_msg_failure.gif) no-repeat 50% 50%;
}

/**
 * floating-box
 */
#floating
{
    display: none;
    z-index: 9;
    width: 128px;
}

#floating .content
{
    padding: 3px;
}

#floating .closeEl
{
    position: absolute;
    right: 3px;
    top: 3px;
}


/**
 * * * * * * * * * * * * * * * * * * * * * * *
 * modules
 * * * * * * * * * * * * * * * * * * * * * * *
 */ 

/**
 * aw_m_custom
 */
.aw_m_custom ul.scroll-item
{
    padding: 0;
    margin: 0;
    list-style:none;
}

/**
 * aw_m_calendar
 */
.aw_m_calendar
{
    padding: 3px;
}
.aw_m_calendar .ui-datepicker
{
    width: auto;
}

/**
 * aw_m_navigator
 */
.aw_m_navigator ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
}
.aw_m_navigator ul li a
{
    display: block;
    padding-left: 42px;
    height: 26px;
    background: url(../images/navigator_item_bg.png) no-repeat left;
    line-height: 23px;
    text-decoration: none;
    font-weight: 400;

    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/web/res/images/navigator_item_bg.png);
}
.aw_m_navigator ul li a:hover, .aw_m_navigator ul li a.active
{
    padding-left: 47px;
    font-style: italic;
    font-weight: 700;
    background-image: url(../images/navigator_item_bg_hover.png);

    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/web/res/images/navigator_item_bg_hover.png);
}
.aw_m_navigator ul.sub
{
    padding-left: 10px;
    display: none;
}
.aw_m_navigator ul.sub li
{
    padding: 1px;
}
.aw_m_navigator ul.sub li a
{
    padding-left: 42px;
    background-image: url(../images/navigator_item_sub_bg.png);

    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/web/res/images/navigator_item_sub_bg.png);
}
.aw_m_navigator ul.sub li a:hover, .aw_m_navigator ul li a.active
{
    background-image: url(../images/navigator_item_sub_bg_hover.png);

    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/web/res/images/navigator_item_sub_bg_hover.png);
}

.aw_m_navigator li.sub
{
    background: url(../images/navigator_sub.gif) no-repeat right 7px;
}
.aw_m_navigator li.sub_down
{
    background: url(../images/navigator_sub_down.gif) no-repeat right 7px;
}

/**
 * aw_m_guestbook
 */
.aw_m_guestbook .pagination
{
    height: 16px;
    margin: 10px 0;
}
.aw_m_guestbook .pagination ul
{
    float: right;
}
.aw_m_guestbook .content-box
{
    padding: 0;
    margin: 0;
}
.aw_m_guestbook .content-box ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.aw_m_guestbook .content-box ul li
{
    padding: 5px;
    border-style: dashed;  
    border-width: 0 0 1px 0;
}
.aw_m_guestbook .content-box .bottom
{
}
.aw_m_guestbook .content-box .bottom .action
{
    float: left;
    width: 40%;
    display: none;
}
.aw_m_guestbook .content-box .bottom .postby
{
    margin-left: 41%;
    text-align: right;
}
.aw_m_guestbook .content-box .bottom .postby .ip
{
    display: none;
}
.aw_m_guestbook .content-box .username
{
    font-weight: bold;
}
.aw_m_guestbook .content-box .reply-body
{
    padding: 0 5px;
}
.aw_m_guestbook .content-box .reply-area textarea
{
    width: 90%;
    height: 70px;
    font-size: 12px;
}
.aw_m_guestbook .poster
{
    padding: 10px;
    background-image: none;
}
.aw_m_guestbook .poster .content textarea
{
    width: 90%;
    height: 70px;
}
.aw_m_guestbook .poster .email input, .aw_m_guestbook .poster .username input
{
    width: 80%;
}
.aw_m_guestbook .poster .submit
{
    display: block;
    width: 80px;
    margin-top: 5px;
}

/**
 * aw_m_image-view
 */
.aw_m_image-view
{
    text-align: center;
}
.aw_m_image-view img
{
    width: 100%;
}
.aw_m_image-view .title
{
    display: block;
    overflow: hidden;
    width: 100%;
}

/**
 * aw_m_image-gallery
 */
.aw_m_image-gallery ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.aw_m_image-gallery ul li
{
    float: left;
    margin: 3px;
}
.aw_m_image-gallery ul li div.image
{
    width: 160px;
    height: 120px;
    background: no-repeat 50% 50%;
    position: relative;
}
.aw_m_image-gallery ul li div.image .title
{
    text-align: center;
}
.aw_m_image-gallery ul li div.image .title span
{
    display: block;
    overflow: hidden;
    height: 20px;
    _width: 100%;
}
.aw_m_image-gallery ul li div.image .title, .aw_m_image-gallery ul li div.image .title-shadow
{
    height: 20px;
    padding: 1px 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.aw_m_image-gallery ul li div.image .title-shadow
{
    opacity: 0.65;
    filter: alpha(opacity=65);
    z-index: 9;
    
    _padding: 3px 0;
    _width: 100%;
}

/**
 * aw_m_image-slider
 */
.aw_m_image-slider
{
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.aw_m_image-slider .galleryshowbox
{
    font: 12px/120% "宋体";
    background: url(../images/gallery.ajax.gif) 50% 50% no-repeat;
    border: solid 1px #eee;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.aw_m_image-slider .gallerydoor
{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #333;
    color: #FFFFFF;
    background: url(../images/gallery.ctrlbg.png) no-repeat;
    _background-image: url(../images/gallery.ctrlbg.gif);
}
.aw_m_image-slider .gallerydoorbody
{
    margin: 5px;
    position: relative;
    overflow: hidden;
    cursor: default;
}
.aw_m_image-slider .gallerybar
{
    padding: 2px 8px 2px 8px;
    cursor: pointer;
    display: block;
    width: 25px;
    background: url(../images/gallery.down.gif) no-repeat 50% 50%;
}
.aw_m_image-slider .gallerybar.show
{
    background-image: url(../images/gallery.up.gif);
}
.aw_m_image-slider .galleryinfo
{
}
.aw_m_image-slider .galleryinfo strong
{
    font-size: 1.5em;
    line-height: 100%;
}
.aw_m_image-slider .gallerycount
{
    font: 10px/100% Arial, Helvetica, sans-serif;
    line-height: 16px;
    padding-right: 10px;
}
.aw_m_image-slider .galleryname
{
}
.aw_m_image-slider .gallerywin
{
    width: 0;
    height: 0;
    display: block;
    margin: auto;
    cursor: url(../images/gallery.pre.ani);
    cursor: url(../images/gallery.next.ani);
}
.aw_m_image-slider .galleryphotos
{
    white-space: nowrap;
    position: relative;
    margin: 5px 0 0 0;
}
.aw_m_image-slider .galleryphotos img
{
    display: block;
    margin: auto;
    cursor: pointer;
}
.aw_m_image-slider .galleryphotos span
{
    background: #000 url(../images/gallery.ajax.gif) 50% 50% no-repeat;
    float: left;
    margin-right: 5px;
    overflow: hidden;   
    position: relative; 
}
.aw_m_image-slider .gallerycontrol
{
    position: relative;
    margin: 0 8px;
    cursor: pointer;
    height: 16px;
    float: right;
    background: url(../images/gallery.line.png) repeat-x;
    _background-image: url(../images/gallery.line.gif);
}
.aw_m_image-slider .gallerycontrolimg
{
    position: absolute;
    display: block;
    margin: 0 0 0 -8px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url(../images/gallery.ctrlbtn.png) no-repeat;
    _background-image: url(../images/gallery.ctrlbtn.gif);
}


/**
 * aw_m_image-scroller
 */
.aw_m_image-scroller .simply-scroll-container
{
    position: relative;
}
.aw_m_image-scroller .simply-scroll-clip
{
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.aw_m_image-scroller .simply-scroll-list
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.aw_m_image-scroller .simply-scroll-list li
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.aw_m_image-scroller .simply-scroll-list li img
{
    border: none;
    display: block;
}
.aw_m_image-scroller .simply-scroll-btn
{
    position: absolute;
    background-image: url(buttons.png);
    width: 42px;
    height: 44px;
    z-index: 3;
    cursor: pointer;
}
.aw_m_image-scroller .simply-scroll-btn-left
{
    left: 6px;
    bottom: 6px;
    background-position: 0 -44px;
}
.aw_m_image-scroller .simply-scroll-btn-left.disabled
{
    background-position: 0 0 !important;
}
.aw_m_image-scroller .simply-scroll-btn-left:hover
{
    background-position: 0 -88px;
}
.aw_m_image-scroller .simply-scroll-btn-right
{
    right: 6px;
    bottom: 6px;
    background-position: 84px -44px;
}
.aw_m_image-scroller .simply-scroll-btn-right.disabled
{
    background-position: 84px 0 !important;
}
.aw_m_image-scroller .simply-scroll-btn-right:hover
{
    background-position: 84px -88px;
}
.aw_m_image-scroller .simply-scroll-btn-up
{
    right: 6px;
    top: 6px;
    background-position: -126px -44px;
}
.aw_m_image-scroller .simply-scroll-btn-up.disabled
{
    background-position: -126px 0 !important;
}
.aw_m_image-scroller .simply-scroll-btn-up:hover
{
    background-position: -126px -88px;
}
.aw_m_image-scroller .simply-scroll-btn-down
{
    right: 6px;
    bottom: 6px;
    background-position: -42px -44px;
}
.aw_m_image-scroller .simply-scroll-btn-down.disabled
{
    background-position: -42px 0 !important;
}
.aw_m_image-scroller .simply-scroll-btn-down:hover
{
    background-position: -42px -88px;
}
.aw_m_image-scroller ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.aw_m_image-scroller .simply-scroll
{
    width: 100%;
    height: 200px;
}
.aw_m_image-scroller .simply-scroll .simply-scroll-clip
{
    width: 100%;
    height: 200px;
}
.aw_m_image-scroller .simply-scroll .simply-scroll-list
{
}
.aw_m_image-scroller .simply-scroll .simply-scroll-list li
{
    float: left;
    width: 290px;
    height: auto;
}
.aw_m_image-scroller .simply-scroll .simply-scroll-list li img
{
    width: 290px;
    height: auto;
}
.aw_m_image-scroller .vert
{
    width: 100%;
    height: 400px;
}
.aw_m_image-scroller .vert .simply-scroll-clip
{
    width: 100%;
    height: 400px;
}
.aw_m_image-scroller .vert .simply-scroll-list
{
}
.aw_m_image-scroller .vert .simply-scroll-list li
{
    width: 100%;
    height: auto;
}
.aw_m_image-scroller .vert .simply-scroll-list li img
{
    width: 100%;
    height: auto;
}
.aw_m_image-scroller .vert .simply-scroll-btn-up
{
    right: 0;
    top: 0;
}
.aw_m_image-scroller .vert .simply-scroll-btn-down
{
    right: 0;
    top: 52px;
}


/**
 * aw_m_image-rotate-slider
 */
.aw_m_image-rotate-slider {
    width: 100%;
    height: 180px;
    position: relative;
	overflow: hidden;
}
.aw_m_image-rotate-slider ul {
    position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
	list-style:none;
}
.aw_m_image-rotate-slider li {
    float: left;
    position: relative;
	
}
.aw_m_image-rotate-slider li img {
    width: 100%;
    height: auto;
}
.aw_m_image-rotate-slider li span {
    position: absolute;
	font: 12px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    color: #fff;
    display: none;
}
.aw_m_image-rotate-slider li span strong {
    font-size: 14px;
}
.aw_m_image-rotate-slider li span.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.aw_m_image-rotate-slider li span.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
.aw_m_image-rotate-slider li span.top {
	top: 0;
	left: 0;
}
.aw_m_image-rotate-slider li span.bottom {
	bottom: 0;
    left: 0;
}


/**
 * aw_m_shipper-fc, aw_m_shipper-lcl
 */
.aw_m_shipper-fcl .pagination, .aw_m_shipper-lcl .pagination
{
    padding-top: 3px;
    border-style: solid;
    border-width: 2px 0 0;
}
.aw_m_shipper-fcl .pagination ul, .aw_m_shipper-lcl .pagination ul
{
    float: right;
}
.aw_m_shipper-fcl thead th, .aw_m_shipper-lcl thead th
{
    border-style: solid;
    border-width: 0 0 3px 0;
}
.aw_m_shipper-fcl tbody td, .aw_m_shipper-lcl tbody td
{
    border-style: solid;
    border-width: 0 0 1px 0;
}

/**
 * aw_m_orgnews, aw_m_orgnotice
 */
.aw_m_orgnews ul.itemlist, .aw_m_orgnotice ul.itemlist
{
    padding: 3px;
    margin: 0;
    list-style: none;
}
.aw_m_orgnews ul.itemlist .time, .aw_m_orgnotice ul.itemlist .time
{
    float: right;
}
.aw_m_orgnews .pagination, .aw_m_orgnotice .pagination
{
    padding-top: 3px;
    border-style: solid;
    border-width: 2px 0 0;
}
.aw_m_orgnews .pagination ul, .aw_m_orgnotice .pagination ul
{
    float: right;
}

/**
 * aw_m_tabview
 */ 
.aw_m_tabview
{
    background: url(../images/tab_v_sep.jpg) no-repeat 225px 50%;
}
.aw_m_tabview ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.aw_m_tabview ul.tabs
{
    width: 220px;
    float: left;
}
.aw_m_tabview ul.tabs li.tab-item
{
}
.aw_m_tabview ul.tabs li.tab-item a
{
    outline: none;
    blr: expression(this.onFocus=this.blur());
}
.aw_m_tabview ul.tabs li.tab-item a.link
{
    display: block;
    padding-left: 40px;
    width: 180px;
    min-height: 26px;
    background: url(../images/tab_h_sep.png) no-repeat center bottom;
    line-height: 23px;
    text-decoration: none;
    
    _height: 26px;
    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/web/res/images/tab_h_sep.png);
}
.aw_m_tabview ul.tabs li.tab-item a.link:hover, .aw_m_tabview ul.tabs li.tab-item.active a.link
{
    font-weight: 700;
    background-image: url(../images/tab_h_sep_hover.png);
    
    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/web/res/images/tab_h_sep_hover.png);
}
.aw_m_tabview ul.tabs li.tab-item a.link span.action
{
    float: right;
    padding: 3px;
}
.aw_m_tabview ul.tabs li.tab-item a.link span.action a.edit,
.aw_m_tabview ul.tabs li.tab-item a.link span.action a.delete
{
    float: left;
    border-width: 1px;
}
.aw_m_tabview ul.panels li.panel-item
{
    display: none;    
    overflow-x: hidden;
    
    _width: 100%;
    _height: 1%;
}
.aw_m_tabview div.panels-container
{
    margin-left: 225px;
    padding-left: 5px;
}

/**
 * aw_m_shipperservicehallnav
 */
.aw_m_shipperservicehallnav .loading
{
    background-image: url(../images/loading_circle.gif);
}
.aw_m_shipperservicehallnav .failture
{
    height: 96px;
    background-image: url(../images/ico_msg_failure.gif);
}
.aw_m_shipperservicehallnav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
}
.aw_m_shipperservicehallnav ul li a
{
    display: block;
    padding-left: 18px;
    min-height: 26px;
    background: url(../images/shipper_nav_item_bg.png) no-repeat left bottom;
    line-height: 23px;
    text-decoration: none;

    _height: 26px;
    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/web/res/images/shipper_nav_item_bg.png);
}
.aw_m_shipperservicehallnav ul li a:hover, .aw_m_shipperservicehallnav ul li a.active
{
    padding-left: 23px;
    font-style: italic;
    font-weight: 700;
    background-image: url(../images/shipper_nav_item_bg_hover.png);

    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/web/res/images/shipper_nav_item_bg_hover.png);
}
.aw_m_shipperservicehallnav ul.sub
{
    padding-left: 10px;
    display: none;
}
.aw_m_shipperservicehallnav ul.sub li
{
    padding: 1px;
}
.aw_m_shipperservicehallnav ul.sub li a
{
    font-weight: 400;
    padding-left: 18px;
    background-image: url(../images/shipper_nav_item_sub_bg.png);

    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/web/res/images/shipper_nav_item_sub_bg.png);
}
.aw_m_shipperservicehallnav ul.sub li a:hover, .aw_m_shipperservicehallnav ul li a.active
{
    background-image: url(../images/shipper_nav_item_sub_bg_hover.png);

    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/web/res/images/shipper_nav_item_sub_bg_hover.png);
}

.aw_m_shipperservicehallnav li.sub
{
    background: url(../images/navigator_sub.gif) no-repeat right 7px;
}
.aw_m_shipperservicehallnav li.sub_down
{
    font-weight: 700;
    background: url(../images/navigator_sub_down.gif) no-repeat right 7px;
}

/**
 * aw_m_shipperservicehallintroduction
 */
.aw_m_shipperservicehallintroduction ul
{
    padding: 5px;
    margin: 0;
    list-style: none;
}
.aw_m_shipperservicehallintroduction ul li
{
    padding: 5px;
    width: 47%;
    float: left;
}
.aw_m_shipperservicehallintroduction ul li.odd
{
    margin-right: 1%;
}
.aw_m_shipperservicehallintroduction ul li.even
{
    margin-left: 1%;
}
.aw_m_shipperservicehallintroduction ul li .title
{
    font-weight: 700;
    background: url(../images/shipper.line.jpg) repeat-x left 100%;
}
.aw_m_shipperservicehallintroduction ul li .title span
{
    padding-left: 18px;
    background: url(../images/shipper.icon.jpg) no-repeat 3px 50%;
}
.aw_m_shipperservicehallintroduction ul li .left
{
    float: left;
    width: 120px;
    text-align: center;
}
.aw_m_shipperservicehallintroduction ul li .right
{
    _text-align: left;
    _float: left;
}
.aw_m_shipperservicehallintroduction ul li .desc
{
    text-indent: 2em;
    padding: 0;
    margin: 0;
}
.aw_m_shipperservicehallintroduction ul li .icon
{
    display: block;
    height: 100px;
    background: no-repeat 50% 50%;
}
.aw_m_shipperservicehallintroduction ul li .icon.yjcx
{
    background-image: url(../images/shipper.yjcx.png);
    
    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src=/web/res/images/shipper.yjcx.png);
}
.aw_m_shipperservicehallintroduction ul li .icon.yfys
{
    background-image: url(../images/shipper.yfys.png);
    
    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src=/web/res/images/shipper.yfys.png);
}
.aw_m_shipperservicehallintroduction ul li .icon.hwgz
{
    background-image: url(../images/shipper.hwgz.png);
    
    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src=/web/res/images/shipper.hwgz.png);
}
.aw_m_shipperservicehallintroduction ul li .icon.zxwt
{
    background-image: url(../images/shipper.zxwt.png);
    
    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src=/web/res/images/shipper.zxwt.png);
}
.aw_m_shipperservicehallintroduction ul li .icon.tdqr
{
    background-image: url(../images/shipper.tdqr.png);
    
    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src=/web/res/images/shipper.tdqr.png);
}
.aw_m_shipperservicehallintroduction ul li .icon.rctz
{
    background-image: url(../images/shipper.rctz.png);
    
    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src=/web/res/images/shipper.rctz.png);
}
.aw_m_shipperservicehallintroduction ul li .icon.fyqr
{
    background-image: url(../images/shipper.fyqr.png);
    
    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src=/web/res/images/shipper.fyqr.png);
}
.aw_m_shipperservicehallintroduction ul li .icon.yfcx
{
    background-image: url(../images/shipper.yfcx.png);
    
    _background-image: url(../images/blank.gif);
    _background-repeat: repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src=/web/res/images/shipper.yfcx.png);
}

/**
 * aw_m_rssreader
 */
.aw_m_rssreader ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.aw_m_rssreader ul li
{
    border-width: 0 0 1px 0;
    border-style: dashed;
    padding: 3px;
}
.aw_m_rssreader .updated
{
    float: right;
}

.aw_m_rssreader .title
{
    font-weight: 700;
    padding-left: 16px;
    background: url(../images/ico_separator.gif) no-repeat left 50%;
}
