
/**
 * you may adapt elements of this css in your own projects,
 * but the unique combination of images, colors, sizes, typography, and positioning ("the design") is
 * copyright 2008 verycd team and chenqian<@http://www.stopdesign.cn> some rights reserved
 * and may not be reproduced.
 *
 * $id: $
 */

/* global config override */
body { background: #fff; margin: 0px; padding: 0px; text-align: center;  }
body, input, textarea, select, button, td { color: #333; font-weight: normal;font-size: 12px;font-family:"lucida grande",tahoma,verdana,lucida,arial,sans-serif;}
a, div, p, dl, ol, ul, dt, dd, li, td, h1, h2, h3, h4, h5, h6 { line-height: 150%; }
h1, h2 { clear: both; font-size: 16px; font-weight: bold; margin: 8px 0px; text-align: center; width: 100%; }
h2 { font-size: 14px; }
h3, h4 { font-weight: bold; font-size: 14px; margin: 0px; }
h4 { font-size: 12px; }
a { color: #333; text-decoration: none; }
a:hover { color: #c00; text-decoration: none; }
blockquote { border-left: 1px dashed #ccc; margin: 3px 3px 3px 10px; padding: 3px 3px 3px 10px; }
div { margin: 0px; padding: 0px; }
form { margin: 0px; padding: 0px; }
hr { border: 0px dashed #d1d7dc; border-top-width: 1px; height: 0px; margin: 8px 0px; padding: 0px; }
img, a img { color: #fff; border: 0px; vertical-align: middle; }
input { font: normal 12px tahoma, arial, sans-serif; }
table { border: 0px; }

ul{margin:0;padding:0;}

/* 清除浮动 */
.clearfix:before,.clearfix:after {content: '.';display: block;overflow: hidden;visibility: hidden;font-size: 0;line-height: 0;width: 0;height: 0;}
.clearfix:after {clear: both;}
.clearfix{zoom: 1;}




/* .package class wraps enclosing block element around inner floated elements */
.package:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0; }
* html .package { display: inline-block; }
/* no ie mac \*/
* html .package { height: 1%; }
/* */
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
img.png { /*width: expression("1px"); height: expression("1px"); */filter: expression("progid:dximagetransform.microsoft.alphaimageloader(src="   this.src   ")"); }
img.icon { vertical-align: middle; }
input.button {
	background: #c00000;
	border-color: #d66666 #b00 #b00 #d66666;
	border-width: 1px;
	color: #fff;
    height: 20px;
    padding: 0px 4px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
input.text { height: 16px; }
/* input */
input[type="text"],
input[type="password"],
textarea { border: 1px solid #ccc; }
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus { border: 1px solid #999; }
input[type="submit"],
input[type="button"],
input[type="checkbox"],
input[type="radio"],
label { cursor: pointer; }
.invalid-message { color: red; font-weight: bold; }
.position { text-align: left; }
.top-search-button {
	background: transparent;
	border: 0px;
	color: #fff;
	cursor: pointer;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width: 74px;
	height: 24px;
	line-height:28px;
	*line-height:34px;
	_line-height:28px;
}

/*布局宽度*/
.maindiv{width: 990px;margin: 0 auto;text-align: left;}
	.leftdiv{width: 720px;overflow: hidden;float: left;}
	.rightdiv{width: 260px;overflow: hidden;float: right;}

/* layout */
#header_div {
    background-image: url(/uploads/image/viv3/global_bg_1.gif);
    background-repeat: repeat-x;
    height: 29px;
    color: #999;
    position: fixed;
    z-index: 999;
    padding: 1px 0 2px;
    top: 0;
    left: 0;
    width: 100%;
    bottom: auto;
    _position: absolute;
    _top: expression(eval(document.documentelement.scrolltop) );
}
#header_div a:hover, #header_div a:active{
    background-color: #c00;
    color: #fff;
    text-decoration: none;
}
#header_login{
    float: right;
    padding:4px 0 0 0;
    padding:3px 0 0 0\9;
    _padding:0;
}
#header_login .input{
	border: 1px solid #d9d9d9;
	height: 16px;
	line-height: 16px;
	padding: 1px;
	width: 100px;
	/*圆角*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#header_login input{vertical-align: middle;}
#header_login .submit{
	background:#be2b2b url(/uploads/image/viv3/global_img_1.gif) no-repeat;
	border: none;
	width: 37px;
	height: 18px;
	line-height: 15px;
	line-height: 20px\9;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}
#page-wrapper { margin: auto; text-align: left; width: 766px; }
#page-top { height: 100px; position: relative;z-index:2;}
#page-body { clear: both; }
#page-bottom {
	border-top: 1px solid #d2d2d2;
	clear: both;
	margin-top: 20px;
	padding: 9px 0px 12px 0px;
	text-align: center;
}
#page-bottom a:link, #page-bottom a:visited { color: #333; text-decoration: none; }
#page-bottom a:hover { color: #000; text-decoration: underline; }
#page-extension, .page-extension { display: none; }
#site-logo { float: left; width: 215px; height: 100px; }
#top-navigator {
	-moz-border-radius: 0px 0px 5px 5px;
	background: #f4f4f4;
	border: 1px solid #e7e7e7;
	border-top: 0px;
	color: #b999b9;
	float: right;
	padding: 6px;
	position: relative;
	top: 0px;
}
#top-navigator a, #top-navigator a:link, #top-navigator a:visited { color: #000; text-decoration: none; }
#top-navigator a:hover, #top-navigator a:active { background: #e00000; color: #fff; text-decoration: none; }
#top-navigator sup { color: #f30; }
#top-navigator a.b22{color: #b22222;}
#top-navigator a.b22:hover{color: #fff;}
#top-search { float: right; height: 36px; width: 494px; }
#top-search-input {
    background: transparent;
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    margin: 6px 0 0;
    vertical-align: middle;
    width: 202px;
}

@media screen {
	#top-search { background: url(/uploads/image/vilayout/searchbar-small.png) no-repeat left; }
	#top-search-input { border: 0px; }
}
#top-search-button { font-weight: bold; letter-spacing: 6px; margin-left: 36px; vertical-align: middle; width: 70px; }
#search-module-options {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc #999 #999 #ccc;
    display: block;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 28px;
    left: 8px;
    width: 120px;
    z-index: 9048;
}
#search-module-options ul { margin: 0px; padding: 0px; }
#search-module-options li { list-style: none; }
#search-module-options li img { margin: 4px 4px; }
#search-module-options li a { display: block; text-decoration: none; width: 100%; }
#search-module-options li a:hover { background-color: #c00; color: #fff; }
#search-module-options li.current { background-color: #c00; color: #fff; }
#search-module-options li.current a { background-color: #c00; color: #fff; }
#search-module-options-close { font-size: 10px; margin: 0px; padding: 0px; text-align: right; }
#search-module-options-close a { text-decoration: none; }
#search-module-toggle { cursor: hand; cursor: pointer; margin-left: 8px; position: relative; top: 1px; }
#current-search-module-img { margin-top: 3px; }

/* top search auto complete */
#top-search .yui-ac-container { width: 260px; }
.auto-complete .yui-ac-container {
    position: absolute;
    top: 30px;
    left: 30px;
}
.auto-complete .yui-ac-content {
    position: absolute;
    width: 100%;
    border: 1px solid #808080;
    background: #fff;
    overflow: hidden;
    z-index: 9050;
}
.auto-complete .yui-ac-shadow {
    position: absolute;
    margin: .3em;
    width: 100%;
    background: #000;
    -moz-opacity: 0.10;
    opacity: .10;
    filter: alpha(opacity=10);
    z-index: 9049;
}
.auto-complete .yui-ac-content ul { margin: 0; padding: 0; width: 100%; }
.auto-complete .yui-ac-content li { margin: 0; padding: 2px 5px; cursor: default; white-space: nowrap; }
.auto-complete .yui-ac-content li .result-row      { color: #a9a9a9; } /* 暂时没用 */
.auto-complete .yui-ac-content li .result-query    { color: #000000; }
.auto-complete .yui-ac-content li .result-quantity { color: #008000; float: right; font-size: 11px; } /* push right */
.auto-complete .yui-ac-content li.yui-ac-prehighlight { background: #b3d4ff; }
.auto-complete .yui-ac-content li.yui-ac-highlight    { background: #426fd9; color: #fff; }
.auto-complete .yui-ac-content li.yui-ac-highlight *  { color: #fff; }

/* tab style */
.tab-nav, .extra-nav { margin-bottom: 15px; background:url(/uploads/image/vimages/tab-line.gif) bottom repeat-x; float: left; overflow: hidden;}
/*z-index only applies if an element is positioned. */
.tab-nav{position:;z-index:2;}
* html .extra-nav { height: 1px; overflow: visible; }
.tab-nav br, .extra-nav br { clear: both; }
.tab-nav h2, .extra-nav h2, .extra-nav h3 {padding-top:0; background: none; min-height: 15px; margin-bottom: 0; }
.extra-nav h2, .extra-nav h3 { float: left; line-height: 1.1; position: relative; top: 2px; }
.extra-nav h3 { padding-top: 0.3em; }
.tab-nav ul, .extra-nav ul { margin: 0.5em 0 0 0; padding: 0 0 0 1em; list-style: none; }
.extra-nav ul {	padding-top: 2px; }
.tab-nav li, .extra-nav li { margin: 0 1px 0 0; padding: 0 5px 0 0; background: url(/uploads/image/vimages/tab-back.png) 100% -100px; float: left; border-bottom: 1px solid #bbb; }
.extra-nav { padding-right: 5px; }
.extra-nav li {	float: right; }
.extra-nav h2 {	float: left; border: none; }
.tab-nav li.current, .extra-nav li.current { border-bottom: 1px solid #fff; background: url(/uploads/image/vimages/tab-back.png) 100% 0; }
.tab-nav li a, .tab-nav li a:visited,
.extra-nav li a, .extra-nav li a:visited {
    color: #000 !important;
	display: block;
	float: left;
	padding: 5px 17px 5px 19px;
	text-align: center;
	white-space: nowrap;
	background: url(/uploads/image/vimages/tab-back.png) 0 -100px;
	text-decoration: none !important;
	min-height: 17px; /* fixes fx/mac issue */
	color: #322f29;
}
.tab-nav li.current a,
.tab-nav li.current a:link,
.tab-nav li.current a:visited,
.extra-nav li.current a,
.extra-nav li.current a:link,
.extra-nav li.current a:visited { background: url(/uploads/image/vimages/tab-back.png) 0 0;outline: none; }
.tab-nav li img, .extra-nav li img { vertical-align: middle; }
.tab-nav li:hover, .extra-nav li:hover { background-position: 100% -200px; }
.tab-nav li:hover a, .extra-nav li:hover a { background-position: 0 -200px; }
.tab-nav li.current:hover, .extra-nav li.current:hover { background-position: 100% 0; }
.tab-nav li.current:hover a, .extra-nav li.current:hover a { background-position: 0 0; text-decoration: none; }

.active-link-text { font-size: 18px; }

/* switch-style link */
a.switch, a.switch:link, a.switch:visited { background: transparent; color: #c00000; }
a.switch-pressed, a.switch-pressed:link, a.switch-pressed:visited { background: #c00000; color: #fff !important; }

/* button-style link */
a.button {
	background: #c00000;
	border: 1px solid #b00;
	border-color: #f4a6a8 #780000 #780000 #f4a6a8;
	color: #fff;
	padding: 1px 10px;
	text-align: center;
	text-decoration: none;
}
a.button:hover {
	text-decoration: none;
	color:#fff;
}

/* opera */
@media all and (min-width:0px) {
	#top-search { position: absolute; top: 45px; margin-left: 216px; }
}

span#error {
	font-size:14px;
	margin:0 auto;
	width:auto;
	padding:4px 0 4px 30px;
	display:block;
	/*margin-left:240px;
	*/
	background:#fffacd url(/uploads/image/viblog/error.png) no-repeat;
	background-position:3px 3px;
}
span#error a { text-decoration: underline; }
#handle {
	width:507px;
	height:12px;
	margin-top:-2px;
	background:#e3e3e3 url(/uploads/image/viblog/dragable.png) center center no-repeat;
}
#handle, x:-moz-any-link { width: 503px; }
body:first-of-type #handle { display: none; }
.deletedfloor {
	background:#fefecb;
	padding:0 12px;
	text-align:center;
	width:150px;
	margin:4px auto;
}
#down_popup_div iframe { margin-left: 12px; }
#down_popup_div { line-height: 160%; }
.banner {
    text-align: center;
    margin-top: 8px;
    border: 1px solid #ccc;
    padding-right: 10px!important;
    padding-bottom: 4px!important;
    padding: 1px;
    padding-right: 5px;
    padding-bottom: 3px;
    margin-right:5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.hover {
    border: 1px solid #adff2f;
    background: #fff;
}
#iepromptfield{
	height: 32px;
}
#iepromptfield{
	height: 32px;
}
#keywords{
	margin-left:340px;
	margin-top:-45px;
    margin-bottom:6px!important;
	margin-bottom:0;
}
/* safari */
body:first-of-type #keywords{
    position: absolute;
    margin-top: -40px;
}
/* opera */
@media all and (min-width:0px) {
    #keywords{
	}
}
#keywords a{
	text-decoration:none;
}
#keywords a:hover{
	color:#f30;
}

div.emulemain td.post2 span,div.emulemain td.post span{display:inline-block;vertical-align: middle;}
input.downall{
	padding:0 16px;
}
/* safari */

body:first-of-type input.downall{
	padding-top:2px;
}
#content a.topic_attach_img,#content a.topic_attach_img:visited{
	color:blue;
	font-size:13px;
}
#body-alpha a.topic_attach_img, #body-alpha a.topic_attach_img:visited{
	color:blue;
	font-size:13px;

}
/*
#content a.topic_attach_img:hover{
	color:blue;
	font-size:14px;
}
*/
div#top-navigator a.top-red{
	color:#e00000;
}
div#top-navigator a.top-red:hover{
	color:#fff;
	background:#e00000;
}

/* pop up box */
#mybox{
	/*display:none;*/ ;
}

div#mybox div#updateflash{
	width: 100%;
	background:#bb0000;
	color: white;
	font-weight: bold;
	padding-top:2px;
	height: 20px;
	margin-bottom:12px;
}

div#mybox input#playerbtn{
	display:inline-block;
	margin-left:120px;
	margin-top:-12px;
	padding:0 12px;
}
input.graybutton{

	background: #f0f0f0;
	/*
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
	*/
	border-top:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	color:#333;

}
a.graybutton{

	background: #f0f0f0;
	/*
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
	*/
	padding:2px 4px;
	border-top:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	color:#333;

}
a.graybutton:hover{
	text-decoration:none;
}

div#mybox input#closebtn{
   	display:inline-block;
	/*margin-left:220px;*/
	float:right;
	margin-right:4px;
	margin-top:4px;
	padding:0 12px;
	cursor:pointer;
}
div#mybox div#boxbottom{
	background:#f2f2f2;
	height:32px;
	padding:0 4px;
	margin-top:2px;
	border-top:1px solid #ccc;
}

div#mybox a{
	color:#b20000;
	margin-left:45px;
	margin-top:-8px;
	padding-bottom:8px;
	display:inline-block;
	text-decoration:underline;
}

/* safari */
body:first-of-type div#mybox input#closebtn{
	/*margin-top: -20px;*/
}
body:first-of-type div#mybox{
	margin-left: -160px;
}

#sina_t_link{display:block;height:1px;overflow:hidden;position:absolute}
#sina_t_link:visited{height:2px;}



.redlink:link,.redlink:visited {color: red !important;}
.redlink:hover,.redlink:active{color:#fff !important;}
/*链接样式*/
a.link_1{display:inline-block;padding-right:15px;height:38px;background:url(/uploads/image/vimages/button-bg.gif) no-repeat right 0 #c00;}
	.link_1 strong{display:inline-block;padding-left:15px;height:38px;line-height:38px;font-size:14px;text-decoration:none;color:#fff;font-weight:bold;background:url(/uploads/image/vimages/button-bg.gif) no-repeat 0 0;}

/*按钮样式*/
.button_1{display:inline-block;padding-right:5px;height:38px;line-height:38px;background:url(/uploads/image/vimages/button-bg.gif) no-repeat right 0 #c00;vertical-align:middle;overflow: hidden;}
	.button_1 strong{display:inline-block;padding-left:5px;height:38px;background:url(/uploads/image/vimages/button-bg.gif) no-repeat 0 0;vertical-align: top;}
	.button_1 input{border:0;padding:8px 10px;font-weight:bold;font-size:14px;color:#fff;background:none !important;overflow: visible;}
.button_1_dis{display:inline-block;padding-right:5px;height:38px;line-height:38px;background:url(/uploads/image/vimages/button-bg.gif) no-repeat right -100px #c00;vertical-align:middle;overflow: hidden;}
	.button_1_dis strong{display:inline-block;padding-left:5px;height:38px;background:url(/uploads/image/vimages/button-bg.gif) no-repeat 0 -100px;vertical-align: top;}
	.button_1_dis input{border:0;padding:8px 10px;font-weight:bold;font-size:14px;color:#fff;background:none !important;overflow: visible;}
.signin_button a{line-height: 38px;vertical-align: middle;display:inline-block;*display:inline;*zoom:1;*margin-left: 5px;}

/*20110829 发布按钮拆分*/
#new_search_bar_div {float: right;width: 691px; left: 0px; height: 35px;margin-top:22px; position:relative;}
#new_search_bar_div #top-search { float:left;margin-right: 7px !important;margin-left:0 !important;position:inherit !important;padding-top:3px;height:33px !important;overflow:hidden !important;background:#be2b2b url(/uploads/image/vilayout/new-searchbar-broad.png) no-repeat left 0; width: 612px; }
#new_search_bar_div #top-search .yui-ac-container { width: 403px!important; }

#new_search_bar_div .top_add{position:relative;width:72px;float:right;height:32px;margin-top:2px;z-index:3;}
#new_search_bar_div .top_add .top_add_link{display:block;overflow:hidden;width:72px;height:30px;padding-top:2px;line-height:32px;font-weight:bold;color:#fff;text-indent:15px;text-decoration:none;background:url(/uploads/image/vilayout/top_add_1.png) no-repeat;  _filter: progid:dximagetransform.microsoft.alphaimageloader(src=http://v4.vcimg.com/images/layout/top_add_1.png, sizingmethod='scale'); _background: none!important; }
#new_search_bar_div .top_add a.top_add_link:link,
#new_search_bar_div .top_add a.top_add_link:visited,
#new_search_bar_div .top_add a.top_add_link:hover,
#new_search_bar_div .top_add a.top_add_link:active{color:#fff;text-decoration:none;}
#new_search_bar_div .top_add .top_add_link_on{display:block;overflow:hidden;width:72px;height:30px;padding-top:2px;line-height:32px;font-weight:bold;color:#fff;text-indent:15px; text-decoration:none;background:url(/uploads/image/vilayout/top_add_2.png) no-repeat; _filter: progid:dximagetransform.microsoft.alphaimageloader(src=http://v4.vcimg.com/images/layout/top_add_2.png, sizingmethod='scale'); _background: none!important; }
#new_search_bar_div .top_add a.top_add_link_on:link,
#new_search_bar_div .top_add a.top_add_link_on:visited,
#new_search_bar_div .top_add a.top_add_link_on:hover,
#new_search_bar_div .top_add a.top_add_link_on:active{color:#fff;text-decoration:none;}
#new_search_bar_div .top_add_options{position:absolute;top:33px;right:0;display:block;padding:15px 2px 5px;width:154px;height:35px;background: url(/uploads/image/vilayout/top_add_options_bg.gif) no-repeat 0 0}
#new_search_bar_div .top_add_options a{display:block;float:left;width:50px;height:15px;text-align:center;text-decoration:none;padding-top:16px;}
#new_search_bar_div .top_add_options a:hover{color:#c00;}
#new_search_bar_div .top_add_options a.top_add_article{border-right:1px solid #a6a6a6;background:url(/uploads/image/vilayout/top_add_icon.gif) no-repeat -36px 0;}
#new_search_bar_div .top_add_options a.top_add_article:hover{background-position:14px 0;}
#new_search_bar_div .top_add_options a.top_add_entry{border-left:1px solid #fff;border-right:1px solid #a6a6a6;background:url(/uploads/image/vilayout/top_add_icon.gif) no-repeat -36px -50px;}
#new_search_bar_div .top_add_options a.top_add_entry:hover{background-position:14px -50px;}
#new_search_bar_div .top_add_options a.top_add_topic{border-left:1px solid #fff;background:url(/uploads/image/vilayout/top_add_icon.gif) no-repeat -36px -100px;}
#new_search_bar_div .top_add_options a.top_add_topic:hover{background-position:14px -100px;}
/*窄版搜索条*/
.small_page #new_search_bar_div {float: right; width: 496px; left: 0px; height: 35px;margin-top:22px; position:relative;}
.small_page #new_search_bar_div #top-search { float:left;margin-right: 7px !important;margin-left:0 !important;position:inherit !important;padding-top:3px;height:33px !important;overflow:hidden !important;background:#be2b2b url(/uploads/image/vilayout/new-searchbar-small.png) no-repeat left 0; width: 417px; }
.small_page #new_search_bar_div #top-search form{height:29px;overflow:hidden;margin:5px 0 0;padding:0;}
.small_page #new_search_bar_div #top-search .yui-ac-container { width: 212px!important;  position: absolute; top: 30px;left: 25px;}
/*20110829 发布按钮拆分结束*/

/* 返回顶部 */
html{
    _background: fixed;
}
a#gotop{
    background-color: #ccc;
    border-radius: 10px 10px 10px 10px;
    bottom: 10px;
    display: block;
    font-family: arial;
    right: 10px;
    line-height: 46px;
    margin-right: 0;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    width: 60px;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentelement.scrolltop document.documentelement.clientheight-this.offsetheight-(parseint(this.currentstyle.margintop,10)||0)-(parseint(this.currentstyle.marginbottom,10)||0)) - 10);
}
a#gotop:hover{
	background-color: #ccc;
}
a#gotop:hover em{
    color: #fff;
}
a#gotop span{
    cursor: pointer;
    display: block;
    height: 40px;
    padding: 0 0 0 10px;
}
a#gotop em{
    color: #eee;
}
a#gotop em.tr{
    display: block;
    font-size: 74px;
    height: 27px;
    margin: 0 0 0 2px;
    *margin-left:-8px;
    padding: 0;
    overflow: hidden;
    text-align: left;
    width: 40px;
}
a#gotop .tube{
    display: block;
    font-size: 30px;
    height: 20px;
    margin: -10px 0 0 5px;
    *margin-left:-2px;
    padding: 0;
    overflow: hidden;
    text-align: left;
    width: 40px;
}
/*用户注册登录*/
.other_account{border-top:1px #ccc dashed; margin-top:10px;padding:17px 0 0 255px;color:#888;font-size:12px;}
.other_account a{vertical-align:middle;display:inline-block;margin-right:3px;margin-top:-3px;color:#333;}
.other_account a:hover{text-decoration:none;}
.t_icon{width:16px;height:16px;display:inline-block;background-image:url(/uploads/image/vimages/wish_weib.png);background-repeat:no-repeat;vertical-align:middle;}
.sinat_icon{background-position:0 0;}
.qqt_icon{background-position:-26px 0;}
.renren_icon{background-position:-52px 0;}
.other_account a:hover em{text-decoration:underline;}
.other_account em{font-style:normal;padding-left:3px;}
/*topbar用户登录后模块的修改*/
#header_div .maindiv{overflow:visible;position:relative;z-index:11;}
#header_login .user_name_div{float:left;position:relative;z-index:6;margin-right:5px;}
#header_login .user_name_div a.user_name{float:left;display:block;padding:0 5px;color:#000;border-radius:2px;border:1px solid #f4f4f4;}
#header_login .user_name_div a.user_name:hover,
#header_login .user_name_div a.user_name:active{background:#d9d9d9;border-color:#d9d9d9;}
#header_login .user_name strong{float:left;display:block;padding-right:5px;font-weight:bold;height:1.6em;overflow:hidden;}
#header_login .user_name_div a.user_name:hover strong{color:#000;} 
#header_login a.user_name span{float:left;display:block;margin-top:7px;width:10px;height:5px;line-height:0;font-size:0;background: no-repeat 0 -350px;}
#header_login .user_name_div .user_more_info{display:none;}
#header_login .user_more_info{position:absolute;z-index:6;min-width:75px;width:100%;top:24px;left:0;_width:expression(this.parentnode.offsetwidth "px");}
#header_login .user_more_info ul{border:1px solid #ccc;border-radius:0 0 2px 2px;overflow:hidden;margin:0;padding:0;box-shadow: 0 -1px 3px #d5d5d5;}
#header_login .user_more_info li{border-bottom:1px solid #f1f1f1;list-style:none;}
#header_login .user_more_info li.last{border-bottom:0;border-radius:0 0 2px 2px;overflow:hidden;}
#header_login .user_more_info a{display:block;height:30px;line-height:30px;padding:0 10px;background:#fff;white-space:nowrap;color:#000;}
#header_login .user_more_info a:hover{background:#fff9ed;color:#c00;}

#header_login .user_name_div_on{float:left;position:relative;z-index:6;margin-right:5px;}
#header_login .user_name_div_on a.user_name{_height:19px;_overflow:hidden;position:relative;z-index:7;float:left;display:block;margin-bottom:-2px;padding:0 5px 5px;border-radius:2px 2px 0 0;color:#000;border:1px solid #d9d9d9;background:#fff;border-bottom:0;box-shadow: 0 -1px 3px #d5d5d5;}
#header_login .user_name_div_on .user_more_info{display:block;}
#header_login .red{color:#c00;}
#header_login a:hover .red{color:#fff !important;}
#header_login .uchome_link{font-size:12px;}
#header_login .uchome_link:hover{background:none !important;color:#000 !important;}
#header_login .uchome_link:hover span.red{color:#c00 !important;}
#header_login .uchome_link img{vertical-align: middle;vertical-align:-5px\9;}

/* 信息提示 */
.layer_message_box{position:absolute;z-index:9999;padding:5px 1px;line-height:17px;border-radius:3px;border:1px solid #ffcc00;background:#fff9f0;}
.layer_message_box li{padding:5px 10px;color:#000;line-height:14px;list-style:none;}
#header_div .layer_message_box li a{color:#c00;}
.layer_message_box li a:hover,#header_div .layer_message_box li a:hover{background:none !important;text-decoration:underline !important;color:#c00 !important;}
.layer_message_box .close_tip,.layer_message_box .close_tip:hover,#header_div .layer_message_box .close_tip,#header_div .layer_message_box .close_tip:hover{position:absolute;top:5px;right:5px;width:11px;height:11px;background:url(/uploads/image/vfimages/feed_icon.gif) no-repeat;}
.layer_message_box .close_tip,#header_div .layer_message_box .close_tip{background-position:-20px -20px;}
.layer_message_box .close_tip:hover,#header_div .layer_message_box .close_tip:hover{background-position:-20px 0;background-color:none !important;}
#header_div .layer_message_box{top:30px;}

.red{color:#c00 !important;}


/* 浮层样式 */
.feed_tips_box{width:275px;padding:10px;}
.feed_tips_box .haddle_btn{height:24px;text-align:right;overflow:hidden;}
.feed_tips_box .other_btn{padding-top:10px;padding-bottom:4px;}
.feed_tips_box .declist{padding-top:10px;}
.feed_tips_box dl{line-height:20px;margin-bottom:6px;}
.feed_tips_box .face{float:left;width:54px;margin:4px 10px 0 0;display:inline;height: 54px;min-height: 54px;background: none;padding-left:0;}
.feed_tips_box .face img{vertical-align:top;}
.feed_tips_box .entry_face a,.feed_tips_box .entry_face strong{display: block;}
.feed_tips_box .entry_face strong{margin:-20px 2px 0;color:#fff;position:relative;zoom:1;text-align:center;line-height:18px;background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);background:#000\9;filter:alpha(opacity=60)\9;}
.feed_tips_box .name{font-weight:bold;font-size:12px;float: none;margin:0;width: auto;}
.feed_tips_box em.gray{padding:0 4px;}
.feed_tips_box .links p{float:left;}
.feed_tips_box .intro{border-top:1px solid #eee;padding-top:6px;color:#999;}
.feed_tips_box .status_tip{float:left;}
.feed_tips_box .female_icon,
.feed_tips_box .male_icon,
.status_tip .red_icon,
.status_tip .blue_icon,
.status_tip .green_icon{display:inline-block;background-image:;background-repeat:no-repeat;vertical-align:middle;}
.feed_tips_box .female_icon,
.feed_tips_box .male_icon{width:14px;height:14px;margin-right:4px;}
.status_tip .red_icon,
.status_tip .blue_icon,
.status_tip .green_icon{width:10px;height:10px;margin-right:3px;vertical-align: -2px;*vertical-align: middle;}
.feed_tips_box .female_icon{background-position:-137px -626px;}
.feed_tips_box .male_icon{background-position:-166px -626px;}
.status_tip .red_icon{background-position:-210px -626px;}
.status_tip .blue_icon{background-position:-240px -626px;}
.status_tip .green_icon{background-position:-270px -626px;}
.status_tip .red_tip,
.status_tip .blue_tip,
.status_tip .green_tip{vertical-align:-1px;*vertical-align:1px;_vertical-align:2px;}
.status_tip .red_tip{color:#c70000;}
.status_tip .blue_tip{color:#007ec0;}
.status_tip .green_tip{color:#2f5c00;}

/* 关注按钮 */
.person_info .haddle_btn{padding:8px 0 3px;text-align:center;}
.person_info .red:hover{color:#c00;}
.haddle_btn em{padding:0 4px;}

.haddle_btn .addicon,
.haddle_btn a:hover .addicon,
.haddle_btn .addicon_a,
.haddle_btn a:hover .addicon_a{display:inline-block;margin-right:3px;line-height:0;font-size:0;background:url(/uploads/image/vgimages/add_icon.gif) no-repeat;*zoom:1;vertical-align:-1px;}

.haddle_btn .addicon,
.haddle_btn a:hover .addicon{width:10px;height:10px;}
.haddle_btn .addicon{background-position:0 -20px;}
.haddle_btn .light_addbtn:hover .addicon,
.haddle_btn a.deep_addbtn .addicon,
.haddle_btn .deep_addbtn:hover .addicon{background-position:0 -60px;}

.haddle_btn .addicon_a,
.haddle_btn a:hover .addicon_a{width:13px;height:9px;}
.haddle_btn .addicon_a{background-position:0 0;}
.haddle_btn .light_addbtn:hover .addicon_a,
.haddle_btn a.deep_addbtn .addicon_a,
.haddle_btn .deep_addbtn:hover .addicon_a{background-position:0 -40px;}

.haddle_btn .addbtn_dgray,.haddle_btn .addbtn_dred{display:inline-block;width:13px;height:9px;margin-right:3px;line-height:0;font-size:0;background:url(/uploads/image/vgimages/add_icon.gif) no-repeat;vertical-align:-1px;}
.haddle_btn .addbtn_dgray{background-position:0 -80px;}
.haddle_btn .addbtn_dred{background-position:0 0;}

.haddle_btn .addicon_c{display:inline-block;width:11px;height:12px;margin:3px 2px 0 0;line-height:0;font-size:0;background:url(/uploads/image/vgimages/add_icon.gif) no-repeat 0 -100px;vertical-align:-2px;*vertical-align:middle;}

/* 关注按钮 */
.light_addbtn,.light_addbtn:hover,
a.deep_addbtn,.deep_addbtn:hover,
.addbtn_even{display:inline-block;height:20px;padding:1px 5px;border-radius:2px;line-height:20px;_padding-top:3px;_height:18px;overflow: hidden;}
.light_addbtn{background:#ffe7e7;border:1px solid #fdd3d3;color:#c90000 !important;}
.light_addbtn:hover{background:#d00000;border:1px solid #e85d5d;color:#fff !important;text-decoration:none;}
a.deep_addbtn{background:-webkit-linear-gradient(top,#b11010,#db0707);
    background:-moz-linear-gradient(top,#b11010,#db0707);
    background:-o-linear-gradient(top,#b11010,#db0707);
    background:#b11010\9;border:1px solid #db0707;color:#fff !important;}
.deep_addbtn:hover{background:-webkit-linear-gradient(top,#db0707,#b11010);
    background:-moz-linear-gradient(top,#db0707,#b11010);
    background:-o-linear-gradient(top,#db0707,#b11010);
    background:#db0707\9;border:1px solid #db0707;color:#fff !important;text-decoration:none;}
.addbtn_even{background:#f8f8f8;border:1px solid #ddd;color:#73797c;}
.light_addbtn em{color:#ff9797;}
a.deep_addbtn em{color:#ff5151;}


/* 封面20121130 */
.entry_cover_link{ float: left; *display: inline; }
a .entry_cover { border: 1px solid #ccc; }
a:hover .entry_cover { border: 1px solid #adff2f; }
a:hover .show_play { background-color: #000; }
a:hover .show_play .cover_img { background-color: #000; opacity: 0.7; filter: alpha(opacity=70); }
.entry_cover { display: inline-block; *display: inline; *zoom:1; position: relative;font-size: 0; line-height: 0;}
.entry_cover .cover_img { vertical-align: middle; display: block; border: 1px solid #fff;}
.entry_cover .score-middle,
.entry_cover .score-small,
.entry_cover .cv-title { position: absolute;cursor: pointer;}

/* 在线按钮 */
.entry_cover .play_ico_big,
.entry_cover .play_ico_middle,
.entry_cover .play_ico_small{ width: 0; height: 0; position: absolute; left: 50%; top: 50%; background: url(/uploads/image/vgimages/play_ico.png) no-repeat;_background-image:;cursor: pointer;}
.entry_cover .play_ico_big { margin: -30px 0 0 -30px; background-position: 0 0; }
.entry_cover .play_ico_middle { margin: -25px 0 0 -20px; background-position: 0 -62px; }
.entry_cover .play_ico_small { margin: -20px 0 0 -15px; background-position: 0 -104px; }
a:hover .entry_cover .play_ico_big { width: 61px; height: 61px; }
a:hover .entry_cover .play_ico_middle { width: 41px; height: 41px; }
a:hover .entry_cover .play_ico_small { width: 30px; height: 30px; }
.entry_cover .cv-title { top:1px; left: 1px; height:1.8em;line-height:1.8em;overflow:hidden;font-size:12px;text-align:center;color:#fff;background: rgba(0, 0, 0, 0.6);filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#88000000,endcolorstr=#88000000); *zoom:1;}

.spacer { position: absolute; z-index: 99; background: url(/uploads/image/vgimages/spacer.gif) no-repeat 0 0; left:0;}
/* web版iphone全局app提示 */
#www_lockup_wrapper{ padding: 50px 6px 50px 90px; background:-webkit-linear-gradient( #f2f2f2, #d9d9d9); border-bottom: 1px solid gray; overflow: hidden; position: relative; }
#www_lockup_wrapper .artwork{ position:relative; }
#www_lockup_wrapper .artwork span.image{ display:block; background:-webkit-linear-gradient( #f5f5f5, #cdcece);}
#www_lockup_wrapper .artwork.chicklet span.image{ width: 150px; height: 150px; background: url(/uploads/image/vgimages/logo_mobile.png) no-repeat; -webkit-background-size: 150px; ; box-shadow:0 8px 22px rgba(0,0,0,.35); display: inline-block;}
#www_lockup_wrapper .artwork.chicklet:after{ position:absolute; display:block;content:" ";outline:0;top:0;left:0;bottom:0;right:0;z-index:1;}
#www_lockup_wrapper .lockup.product_banner .view{ width: 150px; height: 70px; text-align: center; line-height: 69px; font-size: 35px; position: absolute; top: 50%; right: 20px; margin: -35px 0 0 0; display: inline-block; color:  #6a6a6a; border: 1px solid  #6c6c6c; text-shadow: 0 1px 0  #fff; background-image: -webkit-linear-gradient(top,  #fff,  #fff 0,  #efefef 8%,  #dbdbdb 89%,  #d0d0d0); border-radius: 7px; box-shadow: 0 1px 0 #fff; box-shadow: 0px 3px 6px 0px #fff;}
#www_lockup_wrapper .artwork.chicklet span.image,#www_lockup_wrapper .artwork.chicklet:after{ border-radius:25px; }
#www_lockup_wrapper .lockup .artwork.artcover span.image,#www_lockup_wrapper .lockup .artwork.chicklet span.image{ box-shadow:0 8px 14px rgba(0,0,0,.35); }
#www_lockup_wrapper .lockup li{ overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#www_lockup_wrapper .lockup li.name{ font-weight:bold;}
#www_lockup_wrapper .lockup.product_banner{ display:-webkit-box; margin:0 auto; font-size:12px; -webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-box-align:center; }
#www_lockup_wrapper .lockup.product_banner .details{ display:-webkit-box;-webkit-box-flex:1; text-align:left; -webkit-box-align:center;}
#www_lockup_wrapper .lockup.product_banner .artwork{ margin-right:30px;}
#www_lockup_wrapper .lockup.product_banner .info,#www_lockup_wrapper .lockup.product_banner .view{ display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-pack:center;height:auto; }
#www_lockup_wrapper .lockup.product_banner .info{ -webkit-box-flex:1; padding-bottom: 5px; }
#www_lockup_wrapper .lockup.product_banner .info{ padding-right:5px;}
#www_lockup_wrapper .lockup.product_banner ul li{ text-shadow: 3px 3px 0 #fff; font-size:22px; color:#6a6a6a; font-weight: bold; }
#www_lockup_wrapper .lockup.product_banner .name{ font-size:38px; }
#www_lockup_wrapper .lockup.product_banner .close{ position:absolute; top:20px; left:20px; width:58px; height:58px; background:url(/uploads/image/vgimages/global_close_icon.png) 0 0 no-repeat; background-size: 58px; text-indent:-9999px; }


/* end */



