﻿body {
     margin: 0px;
	 padding: 0px; 
	 background-color:#151515;
	 text-align:center;	 
	 color : #959799 ;
	 font-size : 14px;
	 font-family : Arial, Verdana, Tahoma, Helvetica, Geneva, Sans Serif, sans-serif;
	 }
img,a img{
	border:0px; margin:0px; padding:0px;
}
div{
	min-height:0px;
	margin:0px;
	padding:0px;
}
input {
       margin-top: 3px;
	   color: #333333;
	   }
form {
	padding:0px;
	margin:0px;
}
a:link , a:visited , a:active {
	font-size : 14px ;
	text-decoration : none ;
	color : #6CB0C6 ;
	border:none;
}
a:hover {
	text-decoration:underline;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	border:none;	
	padding:0px;
	margin:0px;
}
.bold{
	font-weight:bold;
}
.top_level_block{
	width:90%;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}

.warning{
	color:#CC3300;
}

h2 {
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}


/*button styles*/
.btn{
	display:inline-block;
	display:-moz-inline-stack;
	*display:inline;
	zoom:1;
	margin:0;
	border:0;
	padding:0 4px 0 0;
	text-align:center;
	font-family:"微软雅黑",YaHei,"黑体";
	vertical-align:middle;
	font-size:0.8em;
	color:#000;
	text-decoration:none;
	background:url("../ui/btn_right.gif") right  no-repeat;
}
button.btn{
	cursor:pointer;
	width:auto;
	*overflow:visible;
	border:0 none;
	background-color:none;
	vertical-align:middle;
}
.btn b{
	display:inline-block;
	display:-moz-inline-stack;
	*display:inline;
	zoom:1;
	padding:0 0 0 4px;
	white-space:nowrap;
	font-weight:normal;
	height:23px;
	line-height:23px;
	background:#FFD8D3 url("../ui/btn_left.gif") left  no-repeat;
	_background-color:#FFF;
}
button.btn b b{
	_margin-top:1px;
	padding:0px 4px;
	height:23px;
	line-height:23px;
	cursor:pointer;
	background:#FFD8D3 url("../ui/btn_bg.gif") left repeat-x;
	_background-color:#FFF;
}

/* wrapper style */
#wrapper{
	text-align:center;
}

/* header style */
#header{
	text-align:left;
	height:138px;
	width:100%;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
}
#header .site_name{
	display:none;
}
#header_inner_wrapper{
	width:85%;
	margin-left:auto;
	margin-right:auto;
}

#header h1{
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	padding-top:4px;
}
#header #top_links{
	display:block;
	float:right;
	padding-top:20px;
}
#header #top_links a{
	color:#606060;
}

#header ul{
	display:block;
	list-style:none;
	padding:0px;
	margin:0px;
}
#header li{
	float:left;
	padding-left:10px;
}
#header #categories ul{
	height:27px;
	margin-left:65px;
	float:left;
}
#header #categories li{
	width:55px;
	height:25px;
	text-align:center;
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline;
    zoom:1;
    *margin:0 3px;
    vertical-align:middle;
    _vertical-align:bottom;
    position:relative;
	padding:3px;
	padding-left:0px;
	color:#51CCD4;
	font-weight:bold;
}
#header #categories #current{
	background:url(../images/cat_current.gif) no-repeat;
	width:61px;
}
#categories #current a{
	color:#B7E9EC;
	font-size:12px;

}
#header #header_search{
	float:right;
	height:29px;
}
#header .with_bg{
	background-image:url(../images/search_bar_bg.gif);
	background-repeat:repeat-x
}
#header .with_input_bg{
	background-image:url(../images/search_bar_input_bg.gif);
	background-repeat:repeat-x
}
#header input{
	color:#545761;
	padding:0px;
	margin:0px;
	background-color:transparent;
	border:none;
}
#header .bubble_tip{
	position:relative;
	left:-5px;
	top:-15px;
	padding:2px;
	background-image:url(../images/comment-stalk-fresh.gif);
	color:#FFFFFF;
	display:none;
}
/* body style */
#main_wrapper{
	text-align:left;
	padding-top:30px;
	padding-bottom:30px;
}
#cat_and_order{
	border-bottom:1px solid #464646;
	margin-bottom:30px;
}
#cat_and_order table{
	border-bottom:1px solid #000000;
}
#cat_and_order a{
	color:#8C8C8C;
	font-size:12px;
}
#cat_and_order .pop_selector,#cat_and_order .rec_selector{
	padding-bottom:3px;
	color:#51CCD4;
	font-size:12px;
	background-image:url(../images/popular_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#cat_and_order .rec_selector{
	background-image:url(../images/recent_bg.gif);
}
#cat_and_order .rec_selector_active{
	background-image:url(../images/recent_bg_active.gif);
}
#cat_and_order .pop_selector_active{
	background-image:url(../images/popular_bg_active.gif);
}
#cat_and_order .cat_name{
	font-size:24px;
	font-weight:bold;
}
#content_wrapper h2{
	font-size:18px;
	color:#A0A0A0;
	padding:10px;
}
#content_wrapper h2 a{
	font-size:18px;
	color:#A0A0A0;
}
#content_wrapper .com_form input,#content_wrapper .com_form textarea{
	background-color:#24292B;
	border:#585858 solid 1px;
	color:#CCCCCC;
}
#content_wrapper .com_form .notice{
	color:#6CB0C6;
}
.link_detail_block{
	padding-bottom:20px;
}
.link_detail_block .glink_comment_count_wrapper , .link_detail_block .glink_comment_count_wrapper a{
	color:#90A0A5;
}

.link_detail_block .link_btn{
	width:70px;
	background:url(../images/glink_btn_bg.gif) no-repeat top;
}
.link_detail_block .glink_count_wrapper{
	text-align:center;
	height:48px;
    vertical-align:middle;
    _vertical-align:bottom;
	line-height:48px;
}
.link_detail_block .glink_count{
	font-size:30px;
	color:#51CCD4;
	font-weight:bold;
}
.link_detail_block .glink_btn_wrapper{
	text-align:center;
    vertical-align:middle;
    _vertical-align:bottom;
}
.link_detail_block .glink_btn_wrapper a{
	font-size:14px;
	line-height:24px;
}
.link_detail_block .link_detail{
}
.link_detail_block .title{
	font-weight:bold;
	border-bottom:1px solid #313131;
	padding:0px 0px 5px 0px;
}
.link_detail_block .detail{
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #313131;
}
.link_detail_block .poster{
	font-size:12px;
	padding:5px 0px 0px 0px;
}

.link_detail_block .bookmark_btn_wrapper{
	height:21px;
	text-align:center;
	background:url(../images/bookmark_btn_bg.gif) center top no-repeat;
	margin-top:5px;
}
.link_detail_block .bookmark_btn_wrapper a{
	font-size:10px;
	color:#FFECCC;
}
.link_detail_block .bookmark_saved{
	background:url(../images/bookmark_btn_bg_saved.gif) center top no-repeat;
}
.link_detail_block .bookmark_saved a{
	color:#968974;
}
.link_detail_block .email_this_wrapper{
	cursor:pointer;
	margin-top:5px;
}
#link_misc{
	padding-left:70px;
}
#link_comments .commenter_avatar{
	padding:10px;
	width:92px;
	background-color:#000;
	border:#666666 1px solid;
	border-right:none;
}
#link_comments .commenter_name_time{
	padding:3px 20px 3px;
	background-color:#494949;
	color:#8D8D8D;
}
#link_comments .commenter_name_time a{
	
}
#link_comments .commenter_content{
	background-color:#343434;
	color:#E2E2E2;
}
#link_comments .comment_content{
	color:#E2E2E2;
	padding:10px 20px 10px;
}
#content_wrapper{
}

.block_popup_notice{
	z-index:99;
	position:absolute;
	display:none;
	color:#DDDDDD;
	background-color:#1B1B1B;
	border:#78A6BB solid 1px;
	padding:5px;
	padding-top:0px;
}
.block_prompt_mail{
	z-index:99;
	position:absolute;
	display:none;
	color:#DDDDDD;
	background-color:#1B1B1B;
	border:#78A6BB solid 1px;
	padding:5px;
	padding-top:0px;
}
.block_prompt_mail form{
	padding:0px;
	margin:0px;
}
.block_mask{
	z-index:98;
	position:absolute;
	display:none;
	background-color:#000;
}
.pagenation{
	text-align:right;
	padding-right:10px;
}
.pagenation ul{
	display:inline;
}
.pagenation li{
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline;
    zoom:1;
    *margin:0 3px;
    vertical-align:middle;
    _vertical-align:bottom;
    position:relative;
	border:#5AA4C3 solid 1px;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	margin-right:3px;
}
.pagenation .current{
	border:none;
	background-color:#202020;
	font-weight:bold;
	color:#AAAAAA;
}
.notice{
	font-weight:bold;
}

.bookmark_block{
	padding-bottom:20px;
}

.bookmark_block .title{
	border-bottom:#313131 solid 1px;
	padding:0px 0px 5px;
}
.comment_wrapper{
	padding:10px;
}

/* sidebar style */
#sidebar_wrapper{

}
/* footer style */
#footer{
	text-align:left;
	width:auto;
	height:140px;
	background:url(../images/footer_bg.jpg) repeat-x;
	padding-left:10%;
	padding-top:55px;
}
#footer a{
	color:#ACACAC;
}


/* utilities*/
#loading{
	position:fixed;
	background-image:url(../images/progress-bar.gif);
	height:20px;
	width:200px;
	left:-500px;
	color:#FFFFFF;
	z-index:100;
}
#g_notice{
	z-index:101;
	position:fixed;
	left:-500px;
	top:-500px;
	text-align:left;
}
#g_notice_title_wrapper{
	border-bottom:#000000 solid 1px;
	padding-bottom:5px;
	padding-right:20px;
	cursor:move;
	color:#A0A0A0;
}
#g_notice_title{
}
#g_notice_content{
	border-top:#333333 solid 1px;
	padding:10px;
	text-align:left;
	color:#DDDDDD;
}

.push_to_modify_area{
	padding-right:20px;
}
.push_to_modify_area :hover{
}
#push_to_modify{
	position:absolute;
	left:-500px;
	z-index:10;
}
#push_to_modify input{
	background-color:#24292B;
	border:#585858 solid 1px;
	color:#CCCCCC;
}
#push_to_modify .button{

}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}

.del_bookmark_btn{
	cursor:pointer;
}

/*round_corner*/
.r_border_gray{
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	border-spacing:0pt;	
}
.r_border_gray .r_corner{
	background:url(../ui/border_gray_corner.gif) no-repeat;
	overflow:hidden;
	width:7px;
	height:7px;
}
.r_border_gray .r_h{
	overflow:hidden;
	background:url(../ui/border_gray_h.gif) repeat-x;
}
.r_border_gray .r_v{
	overflow:hidden;
	background:url(../ui/border_gray_v.gif) repeat-y;
}
.r_border_gray .c{
	color:#9C9C9C;
	background-color:#000000;
	padding:10px;
}
.r_border_gray .tl{
	background-position:left top;
}
.r_border_gray .tr{
	background-position:right top;
}
.r_border_gray .br{
	background-position:bottom right;
}
.r_border_gray .bl{
	background-position:bottom left;
}
.r_border_gray .t{
	background-position:top;
}
.r_border_gray .b{
	background-position:bottom;
}
.r_border_gray .l{
	background-position:left;
}
.r_border_gray .r{
	background-position:right;
}


.r_border_blue{
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	border-spacing:0pt;	
}
.r_border_blue .r_corner{
	background:url(../ui/border_blue_corner.gif) no-repeat;
	overflow:hidden;
	width:5px;
	height:5px;
}
.r_border_blue .r_h{
	overflow:hidden;
	background:url(../ui/border_blue_h.gif) repeat-x;
}
.r_border_blue .r_v{
	overflow:hidden;
	background:url(../ui/border_blue_v.gif) repeat-y;
}
.r_border_blue .c{
	background-color:#1B1B1B;
}
.r_border_blue .tl{
	background-position:left top;
}
.r_border_blue .tr{
	background-position:right top;
}
.r_border_blue .br{
	background-position:bottom right;
}
.r_border_blue .bl{
	background-position:bottom left;
}
.r_border_blue .t{
	background-position:top;
}
.r_border_blue .b{
	background-position:bottom;
}
.r_border_blue .l{
	background-position:left;
}
.r_border_blue .r{
	background-position:right;
}



.r_border_lightblue{
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	border-spacing:0pt;	
}
.r_border_lightblue .r_corner{
	background:url(../ui/border_lightblue_corner.gif) no-repeat;
	overflow:hidden;
	width:5px;
	height:5px;
}
.r_border_lightblue .r_h{
	overflow:hidden;
	background:url(../ui/border_lightblue_v.gif) repeat-x;
}
.r_border_lightblue .r_v{
	overflow:hidden;
	background:url(../ui/border_lightblue_h.gif) repeat-y;
}
.r_border_lightblue .c{
	background-color:#1B1B1B;
}
.r_border_lightblue .tl{
	background-position:left top;
}
.r_border_lightblue .tr{
	background-position:right top;
}
.r_border_lightblue .br{
	background-position:bottom right;
}
.r_border_lightblue .bl{
	background-position:bottom left;
}
.r_border_lightblue .t{
	background-position:top;
}
.r_border_lightblue .b{
	background-position:bottom;
}
.r_border_lightblue .l{
	background-position:left;
}
.r_border_lightblue .r{
	background-position:right;
}


/*sidebar*/
#sidebar_wrapper{
	padding-left:30px;
}
.sidebar_block{
	padding-bottom:20px;
}
.sidebar_block h2{
	padding:0px;
	margin:0px;
	border-bottom:#000000 1px solid;
	color:#DDDDDD;
	font-size:14px;
	text-indent:5px;
	font-weight:bold;
	padding:3px;
}
.sidebar_block .content{
	line-height:20px;
	color:#9C9C9C;
	border-top:#333333 solid 1px;
	padding:9px;
}
.sidebar_block .input_wrapper{
	height:25px;
}
.sidebar_block .input_wrapper span{
	position:absolute;
	padding:0px;
	margin:0xp;
}
.input_wrapper{
	padding-bottom:10px;
}
.input_wrapper input{
	background-image:url(../images/input_bg.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-position: center left;
	height:22px;
	width:207px;
	padding:0px;
	margin:0px;
	border:0px solid;
	vertical-align:middle;
	padding-left:5px;
	padding-top:3px;
}


/* highslide style*/
.highslide {
	cursor: url(../images/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../images/highslide/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../images/highslide/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

