﻿@charset "utf-8";
/* CSS Document */

body
{
	background-image:	url(./img/bg__02.jpg);
	background-repeat: repeat-x;
	/* background-color: #f3bb1e;*/
	margin:		0px;
	padding:		0px;
}

#dMain
{
	background-image:	url(./img/bg__04.jpg);
	margin:		0px auto;
	padding:		0px;
	max-width:	1000px;
	text-align:	center;
	position:		relative;
}

#iTitle
{
	position: relative;
	left:14px;
	top: 60px;
}

#iText
{
	position: absolute;
	right: 9px;
	top: 230px;
}

#dNest
{
	position: absolute;
	left:	0px;
	top: 100px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

#iNest
{
	position:relative;
	left: 0px;
	top: 0px;
}

#dNestTop
{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 260px;
	overflow: hidden;
}

#iNestShadow
{
	position: absolute;
	left:	0px;
	top:  460px;
}

.ctip
{
	display: none;
	position: absolute;
	left:	693px;
	top:	455px;
}
#dTips
{
	font-family:  Arial, "微软雅黑";
	font-weight: bold;
	font-size: 14px;
	width: 150px;
	color: #cd000b;
	display: none;
	position: absolute;
	left:	693px;
	top:	455px;
}
#btnLike
{
	margin: 0px;
	padding: 0px;
	background-color : transparent;
	position: absolute;
	left: 693px;
	top: 330px;
	cursor: pointer;
}

#btnLike div, #imgLike, #lbFollowers
{
	cursor: pointer;
}
#dFollowers
{
	margin: 0px auto;
	padding: 0px;
	position: absolute;
	left: 65px;
	top: 20px;
	width: 85px;
}

#lbFollowers
{
	font-family:  Arial, "微软雅黑";
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #d0a220;
}
#dCount
{
	padding: 0px;
	margin: 0px auto;
	width: 150px;
	position: absolute;
	left: 693px;
	top: 400px;
}
#dCount div
{
	display: inline-block;
}

.dCountText
{
	font-family: "微软雅黑", sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #9d5501;
}

#lbCount
{
	font-family: "微软雅黑", sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #cd000b;
}

#dEmail
{
	position: absolute;
	right:	42px;
	top: 500px;
}
#iMail
{
	display: inline-block;
	position: relative;
	left:	0px;
	bottom:	0px;
}
#dEmail div
{
	display: inline;
	font-family:  Arial, "微软雅黑";
	font-weight: bold;
	font-size: 14px;
	color:	#502813;
	position: relative;
	bottom:	3px;
}

.email
{
	color:	#d97006;
}
.imgButtonRollover
{
	position: relative;
	top : -2px;
}

.imgButtonDown
{
	position: relative;
	top : 1px;
	left: 1px;
}