body {
	margin:0;
	font:12px tahoma,sans-serif;
	color:#333;
	background:#156DA7 url(/i/bkg.png) repeat-x;
}
a {
	color:#0493E8;
	outline:none;
	text-decoration:none;
}
img {
	border:none;
}
p {
	margin:0;
	line-height:16px;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
input,select {
	outline:none;
	font-size:12px;
}
input[type="text"],
input[type="password"],
select {
	padding:5px;
	height:15px;
	color:#333;
	font-family:tahoma,sans-serif;
	border:1px solid #BBDB5C;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fff;
	margin:0;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border-color:#7BA801;
}
textarea {
	height:50px;
	width:200px;
	padding:5px;
	color:#333;
	font:13px tahoma,sans-serif;
	border:1px solid #BBDB5C;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fff;
	outline:none;
	resize:none;
}
select {
	height:27px;
}
form {
	margin: 0px;
	padding: 0px;
}
button {
	margin:0;
	padding:0;
	text-indent:0;
	border:0;
	color:#fff;
	text-transform:uppercase;
	font:bold 13px tahoma,sans-serif;
	background:none;
	line-height:16px;
}
button::-moz-focus-inner {
	border:0;
}
button span {
	display:block;
	padding-left:1px;
	background:url(/i/button.png) no-repeat;
}
button span span {
	padding-right:3px;
	background:url(/i/button.png) bottom right no-repeat;
}
button span span span {
	padding:8px 21px;
	background:url(/i/button.png) 0 -32px repeat-x;
}
button:hover {
	cursor:pointer;
}
.red {
	color:#DF5900;
}
.green {
	color:#6C9500;
}
.bold {
	font-weight:bold;
}
.tiny {
	font-size:10px;
}
.heading {
	font-size:22px;
	margin-top:-15px;
	padding:0 0 15px;
}
h1 {
	margin:0;
	padding:10px 0;
	font-size:26px;
	font-family:trebuchet ms, sans-serif;
	color:#9CC827;
}
h2 {
	margin:0;
	padding:0;
	padding-bottom:5px;
	font-size:16px;
	font-family:trebuchet ms, sans-serif;
	text-transform:uppercase;
	color:#9CC827;
	background:url(/i/dot.png) bottom repeat-x;
}
h3 {
	margin:0;
	padding:0;
	font-size:16px;
	font-family:tahoma, sans-serif;
}
h4 {
	margin:0;
	font-size:26px;
	font-family:trebuchet ms, sans-serif;
	color:#9CC827;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#content {
	margin:0 auto 12px;
	width:985px;
}
#header {
	padding-top:4px;
	height:148px;
}
#logo {
	float:left;
	margin-left:15px;
	margin-top:25px;
}
#hnv {
	float:right;
	margin-right:10px;
	background:url(/i/hnv.png) repeat-x;
}
#hnv div {
	float:right;
	background:url(/i/hnvr.png) top right no-repeat;
}
#hnav {
	float:right;
	padding-left:30px;
	height:114px;
	background:url(/i/hnvl.png) no-repeat;
}
#hnav li {
	float:left;
	padding:12px 16px;
}
#hnav li a, #hnav li span {
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
#hnav li a:hover, #hnav span:hover {
	cursor:pointer;
	text-decoration:underline;
}
#hnav li + li {
	background:url(/i/border.png) 0 8px no-repeat;
}
#hnav input, #hnav img {
	margin-top:-4px;
	margin-right:3px;
	vertical-align:middle;
}
#hnav #search {
	float:right;
	padding-left:5px;
	background:none;
}
#hnav input[type=text] {
	margin-right:8px;
	padding:3px 5px;
	border:1px solid #7BA801;
	width:115px;
	height:15px;
}
#hnav button img {
	margin:0;
	vertical-align:-3px;
	width:17px;
	height:16px;
	background:url(/i/search.png);
}
#tabs {
	float:right;
	clear:right;
	padding-right:15px;
}
#tabs li {
	float:left;
	margin-left:7px;
	height:34px;
	font-size:13px;
	/* cursor:pointer; */
	font-weight:bold;
	text-transform:uppercase;
	line-height:16px;
}
#tabs a, #tabs div {
	display:block;
	height:34px;
	color:#fff;
	background:url(/i/tabs.png) 0 -136px no-repeat;
}
#tabs span {
	display:block;
}
#tabs a span, #tabs div span {
	background:url(/i/tabs.png) right -68px no-repeat;
}
#tabs a span span, #tabs div span span {
	margin:0 3px;
	padding:10px 24px 8px 24px;
	background-position:0 -102px;
	background-repeat:repeat-x;
}
#tabs a:hover {
	background-position:0 -306px;
}
#tabs a:hover span {
	background-position:right -238px;
}
#tabs a:hover span span {
	background-position:0 -272px;
}
#tabs li:first-child a {
	padding-left:26px;
	background-position:0 0;
}
#tabs li:first-child a:hover {
	background-position:0 -170px;
}
#tabs .active,
#tabs a.active:hover {
	color:#FFA400;
	background:url(/i/tabs.png) 0 -476px no-repeat;
}
#tabs a.active:hover, #tabs div.active {
	color:#0492E5;
}
#tabs .active span,
#tabs .active:hover span {
	background:url(/i/tabs.png) right -408px no-repeat;
}
#tabs .active span span,
#tabs .active:hover span span {
	margin:0 3px;
	padding:10px 24px 8px 24px;
	background-position:0 -442px;
	background-repeat:repeat-x;
	cursor:default;
}
#tabs a.active:hover span span {
	cursor:pointer;
}
#tabs li:first-child a span span {
	margin-left:0;
	padding-left:10px;
}
#tabs li:first-child .active,
#tabs li:first-child .active:hover {
	background-position:0 -340px;
}
#tabs li:first-child .active span span,
#tabs li:first-child .active:hover span span {
	margin-left:26px;
	padding-left:15px;
}
#tabs #home a {
	width:51px;
	overflow:hidden;
}
#tabs #home a span span {
	margin-left:0;
	background-position:0 -34px;
	background-repeat:no-repeat;
}
#tabs #home a:hover {
	background-position:0 -170px;
}
#tabs #home a:hover span span {
	background-position:0 -204px;
}
#tabs #home .active {
	padding-left:26px;
	width:51px;
	overflow:hidden;
	background-position:0 -340px;
}
#tabs #home .active span span {
	margin:0;
	background-position:0 -374px;
	background-repeat:no-repeat;
}
#tabs #home img {
	display:block;
	width:9px;
	height:16px;
}
#ltc {
	overflow:hidden;
	background:#fff url(/i/ltc.png) no-repeat;
}
#rtc {
	overflow:hidden;
	background:url(/i/rtc.png) right top no-repeat;
}
#lbc {
	overflow:hidden;
	background:url(/i/lbc.png) left bottom no-repeat;
}
#rbc {
	padding:15px;
	overflow:hidden;
	background:url(/i/rbc.png) right bottom no-repeat;
}
#main {
	float:left;
	width:620px;
}
#main.ct {
	width:793px;
}
#main.nc {
	width:100%;
}
#main.vid {
	width:640px;
}
#top {
	margin-bottom:30px;
}
#top h1 {
	color:#FFA400;
	background:none;
	padding:0 0 5px;
	font-size:16px;
	text-transform:uppercase;
}
#top ul {
	overflow:hidden;
}
#top li {
	float:left;
	padding:21px 18px;
	width:154px;
	height:207px;
	background:url(/i/topbkg.png) no-repeat;
}
#top li + li {
	margin-left:25px;
}
#top a {
	position:relative;
	display:inline-block;
	margin-bottom:5px;
	font-weight:bold;
	font-size:13px;
}
#top a:hover {
	color:#FFA400;
}
#top a img {
	margin-bottom:5px;
	padding:1px;
	border:1px solid #0493E8;
	width:150px;
	height:130px;
}
#top a:hover img {
	border-color:#FFA400;
	background:#FFA400;
}
#top a span {
	position:absolute;
	top:90px;
	right:6px;
	width:38px;
	height:36px;
	z-index:99;
}
.tabctn {
	background:url(/i/br.png) 0 39px repeat-x;
}
.tabh {
	background:url(/i/ft.png) 0 39px no-repeat;
}
.tabc {
	padding:15px 0;
	border:solid #B1DFF8;
	border-width:0 1px;
}
.tabc .ult li {
	overflow:hidden;
}
.tabc p, .oh {
	overflow:hidden;
}
.tabc a, .tabc .title {
	font-weight:bold;
	font-size:13px;
}
.tabc a .nor {
	font-weight:normal;
}
.tabc div {
	margin:0 15px;
	padding:15px 0;
}
.tabc div + div {
	background:url(/i/dot.png) top repeat-x;
}
.tabc .close {
	float:right;
	padding-left:15px;
	cursor:pointer;
	background:url(/i/close.png) 0 3px no-repeat;
}
.tabc h3 {
	margin-bottom:10px;
}
.close span {
	padding-bottom:1px;
	color:#DE5900;
	font-size:11px;
	border-bottom:1px solid #EFB187;
}
.close span:hover {
	border:none;
}
.lst li a span span {
	position:absolute;
	top:100px;
	right:16px;
	width:38px;
	height:36px;
	z-index:99;
}
.cln a:hover {
	color:#FFA400;
	background:none !important;
}
.cln a:hover > span {
	background:none !important;
}
.cln a:hover img {
	border-color:#FFA400;
}
.cb {
	display:block;
	background:url(/i/br.png) repeat-x bottom;
}
.cb span {
	display:block;
	background:url(/i/cbl.png) no-repeat;
}
.cb span span {
	height:4px;
	background:url(/i/cbr.png) bottom right no-repeat;
}
.tabc .nv {
	margin:0 15px;
	padding:0 5px 10px 0;
	text-align:right;
	color:#90C700;
	font-size:11px;
	background:url(/i/dot.png) bottom repeat-x;
}
.nv span {
	display:inline-block;
	margin-left:10px;
	padding-bottom:1px;
	font-weight:bold;
	border-bottom:1px solid #C7E37F;
}
.nv .active {
	border:none;
}
.nv span:not(.active):hover {
	cursor:pointer;
	color:#FFA400;
	border-color:transparent;
}
.video {
	background:url(/i/video.png) no-repeat;
}
.game {
	background:url(/i/game.png) no-repeat;
}
.card {
	background:url(/i/card.png) no-repeat;
}
.tabs {
	padding-bottom:2px;
	overflow:hidden;
	background:url(/i/ctr.png) bottom right no-repeat;
}
.tabs li {
	float:left;
	margin-top:3px;
	color:#146FAB;
	font-size:13px;
	cursor:pointer;
	text-transform:uppercase;
	background:url(/i/tabbkg.png) repeat-x
}
.tabs span {
	display:block;
	background:url(/i/tabbkgl.png) no-repeat;
}
.tabs span span {
	padding:7px 25px;
	line-height: 16px;
	cursor:pointer;
	background:url(/i/tabbkgr.png) right top no-repeat !important;
}
.tabs li + li {
	margin-left:10px;
}
.tabs li + .active {
	margin-left:5px;
}
.tabs .active + li {
	margin-left:5px;
}
.tabs .active {
	margin-top:0;
	padding:0;
	font:bold 16px trebuchet ms;
	color:#90C700;
	background:url(/i/tabmbkg.png) repeat-x;
}
.tabs .active span {
	display:block;
	background:url(/i/tablbkg.png) no-repeat;
}
.tabs .active:first-child span {
	background:url(/i/tablfbkg.png) no-repeat;
}
.tabs .active:first-child span span {
	padding-left:40px;
}
.tabs .active span span {
	padding:10px 45px;
	line-height: 22px;
	cursor:default;
	background:url(/i/tabrbkg.png) right top no-repeat !important;
}
.tabs li:not(.active):hover {
	color:#FFA400;
	cursor:pointer;
}
.tabs h1 {
	margin:0;
	padding:0;
	font-size:16px;
}
.lst li {
	float:none;
	padding:10px 19px;
	width:164px;
	height:auto;
	overflow:hidden;
	display:inline-block;
	min-height:210px;
	vertical-align:top;
}
.ct .lst li {
	padding:10px 14px;
}
.nc .lst li {
	padding:10px 11px;
}
.lst li a {
	display:block;
	position:relative;
	font-weight:bold;
	font-size:13px;
	width:172px;
}
.tabc div p {
	padding-bottom:5px;
}
.tabc div a:hover {
	color:#FFA400;
}
.lstw li {
	padding-top:8px;
	overflow:hidden;
}
.lstw li a:hover img {
	border-color:#FFA400;
}
.lstw li a {
	font-weight:bold;
	font-size:13px;
}
.lstw li a span {
	position:relative;
	float:left;
}
.lstw li a span span {
	position:absolute;
	top:90px;
	right:15px;
	width:38px;
	height:36px;
	z-index:99;
}
.lstw li a img {
	float:left;
	margin-right:10px;
}
.lstw p {
	padding-top:5px;
}
.lst li a:hover {
	background:#ECF5D1 url(/i/grbkg.png) no-repeat;
}
.lst li a img,.lstw li a img {
	margin-bottom:5px;
	padding:1px;
	border:1px solid #0493E8;
	width:150px;
	height:130px;
}
.lst li a:hover img, .lstw li a:hover img {
	padding:0;
	border-width:2px;
}
.lst li a > span {
	display:block;
	padding:10px;
}
.lst li a:hover > span {
	background:url(/i/grbbkg.png) left bottom no-repeat;
}
.more {
	padding-right:10px;
	line-height:normal;
	text-align:right;
}
.more a {
	display:inline-block;
	color:#FFA400;
	font-size:11px;
	font-weight:bold;
	background:url(/i/more-mid.png) repeat-x;
}
.more span {
	display:inline-block;
	background:url(/i/more-left.png) no-repeat;
}
.more span span {
	padding:11px 45px 9px 15px;
	background:url(/i/more-right.png) top right no-repeat;
}
.more a:hover {
	color:#8EB528;
}
.pb ul {
	display:inline;
}
.pb li {
	display:inline;
	padding:0;
}
.pb li + li {
	padding:0;
}
.pb span {
	color:#0493E8;
	cursor:pointer;
}
.pb span:hover {
	color:#FFA400;
	border:0;
}
.pb .banned {
	color:#DF5900;
}
#nav {
	overflow:hidden;
	font-size:11px;
}
.navtitle {
	float:left;
	margin-right:3px;
}
#snv {
	height:20px;
	text-align:right;
}
#snv span {
	display:inline-block;
	width:23px;
	height:21px;
	vertical-align:top;
}
#snv .dis {
	opacity:0.4;
}
#dec {
	display:inline-block;
	width:23px;
	height:21px;
	cursor:pointer;
	background:url(/i/minus.png) no-repeat;
}
#inc {
	display:inline-block;
	width:23px;
	height:21px;
	cursor:pointer;
	background:url(/i/plus.png) no-repeat;
}
#inc:not(.active),#dec:not(.active) {
	opacity:0.4;
	cursor:default;
}
#fsc {
	margin-left:20px;
	background:url(/i/fullscreen.png) no-repeat;
	cursor:pointer;
}
#prev {
	background:url(/i/prev.png) no-repeat;
}
#next {
	background:url(/i/next.png) no-repeat;
}
.fl {
	float:left;
}
.rf {
	float:right;
}
#main .banner {
	margin:0 auto;
	padding:40px 0;
	width:468px;
}
#main.ct .banner,#main.nc .banner {
	margin-bottom:30px;
	padding:20px 0 0;
	width:730px;
}
#rating img {
	vertical-align:top;
}
#rating span {
	display:inline-block;
	padding-left:5px;
}
.inv {
	font-size:11px;
}
.inv a:hover,.inv span:hover {
	color:#FFA400;
	border:0;
	padding-bottom:2px;
}
.inv span {
	color:#0493E8;
	cursor:pointer;
}
ul.inv {
	padding:10px 0;
	overflow:hidden;
}
.inv li {
	float:left;
}
.inv li + li:before,.pb li + li:before,.pipe {
	margin-right:7px;
	margin-left:5px;
	content:"|";
	color:#92B1BF;
}
.inv li + li {
	padding:0;
}
.inv a,.inv span {
	display:inline-block;
	padding-bottom:1px;
	border-bottom:1px solid #89CCF4;
}
.inv .active, .pb .active {
	cursor:default;
	color:#FFA400;
	border-bottom:0px;
}
#tags {
	line-height:16px;
}
#tags a + a {
	margin-left:5px;
}
.sb {
	margin:10px 0;
	padding:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#F8FAFC;
}
.sb p + p {
	padding-top:15px;
}
#nvl {
	float:left;
	padding-right:20px;
	width:140px;
}
#nvl h2 a {
	color:#9CC827;
	font-family:trebuchet ms,sans-serif;
}
#nvl h2 a:hover {
	color:#FFA400;
}
#nvl li {
	padding-bottom:1px;
	background:url(/i/dot.png) bottom repeat-x;
}
#nvl li a, #nvl li span, #nvl li strong {
	display:block;
	padding:10px 0 7px 5px;
	color:#136CAB;
	font-size:11px;
	text-transform:uppercase;
}
#nvl li a:hover {
	text-indent:8px;
	background:url(/i/lk.png) left bottom no-repeat;
	margin-left:-5px;
}
#nvl .active strong {
	padding-left:15px;
	background:url(/i/lk.png) left bottom no-repeat;
	margin-left:-5px;
}
.nav {
	text-align:center;
}
.nav li {
	display:inline;
}
.nav li a, .nav li .page, .nav li .st, .nav li .nd {
	display:inline-block;
	padding:2px 8px 3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#90C500;
	font-weight:bold;
	font-size:13px;
	border:1px solid #DDEAF3;
	background:url(/i/navbkg.png) repeat-x;
}
.nav li .st {
	padding:2px 12px 3px;
	text-indent:-50px;
	overflow:hidden;
	vertical-align:bottom;
	background:url(/i/arws.png) 7px 5px no-repeat;
}
.nav li .st:hover {
	cursor:pointer;
	background-position:7px -15px;
}
.nav li .nd {
	padding:2px 12px 3px;
	text-indent:-50px;
	overflow:hidden;
	vertical-align:bottom;
	background:url(/i/arws.png) -13px 5px no-repeat;
}
.nav li .nd:hover {
	cursor:pointer;
	background-position:-13px -15px;
}
.nav li a:hover, .nav li .page:hover {
	cursor:pointer;
	color:#FFA400;
}
.nav li span {
	display:inline-block;
	padding:3px 8px 4px;
	color:#fff;
	font-weight:bold;
	border:1px solid #8ABD00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#93CA00 url(/i/navbkga.png) bottom repeat-x;
}
#rightnav {
	float:right;
	padding-bottom:10px;
	width:300px;
}
#rightnav .banner {
	padding:27px 0;
}
#rightnav .banner_small {
	padding:0 0 27px;
}
#rightnav h2 {
	padding-left:10px;
}
#rightnav .ult li {
	min-height:114px;
}
.ult {
	padding-left:10px;
	padding-bottom:20px;
	overflow:hidden;
}
.ult li {
	float:left;
	padding-top:20px;
	padding-right:20px;
	padding-left:10px;
	font-size:11px;
	width:110px;
	position:relative;
}
.ult p {
	padding-bottom:5px;
}
.ult li li {
	padding:5px 0;
	width:auto;
}
.list li h3 a {
	font-size:16px;
}
.list li {
	width:270px;
	white-space:nowrap;
}
.list h3 {
	font-size:16px;
}
.list li img {
	float:left;
}
.ult li a {
	font-weight:bold;
	font-size:13px;
}
.ult li a:hover {
	color:#FFA400;
}
.ult li a:hover img {
	border-color:#FFA400;
}
.ult li .avatar {
	margin-left:-10px;
	margin-right:20px;
	margin-bottom:5px;
	padding:9px;
	border:1px solid #CAD8E0;
	background:url(/i/userbkg.png) 7px 7px no-repeat;
}
.avatar {
	width:70px;
	height:70px;
}
.fbavatar {
	position: relative;
	float: right;
	top: 10px;
	padding: 9px;
	border: 1px solid #CAD8E0;
	background: url("/i/userbkg.png") no-repeat scroll 7px 7px transparent;
}
.ult li a span, .pb span {
	padding-bottom:1px;
	font-weight:normal;
	font-size:11px;
	border-color:#89CCF4;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.ult li a:hover span {
	border-color:transparent;
}
.vd li {
	float:none;
	width:auto;
}
.vd .avatar {
	float:left;
	margin-right:10px;
}
#status {
	font-weight:bold;
	font-size:12px;
	color:#DF5900;
}
#status.on {
	color:#6C9500;
}
#prf h1 {
	display:inline;
	font-size:18px;
	color:#FFA400;
	text-transform:uppercase;
}
#prf .vd li {
	padding-left:0;
}
.name {
	display:inline-block;
	color:#FFA400;
	font-weight:bold;
	font-size:13px;
}
.stson {
	position:absolute;
	right:45px;
	top:83px;
	display:block;
	padding:0 3px;
	color:#fff;
	font-size:10px !important;
	background:#9AC81C;
	border-color:#9AC81C !important;
}
.status {
	font-size:12px;
}
.status .del {
	padding-left:5px;
}
.source, .source a {
	font-size:11px;
	font-weight:normal;
}
.source .sh {
	color:#0492E6;
	cursor:pointer;
	background:url(/i/arrdn.png) right 6px no-repeat;
	padding-right:9px;
}
.source .sho {
	color:#FFA400;
}
.date {
	color:#146CA6;
	font-size:10px;
}
.del {
	cursor:pointer;
	color:#DE5900;
	font-size:10px;
}
.del:hover {
	color:#D1150C !important;
}
.uts {
	padding-bottom:20px;
}
.uts li {
	padding-left:110px;
	padding-top:20px;
	overflow:hidden;
}
.uts img {
	float:left;
	margin-left:-100px;
	padding:1px;
	border:1px solid #0493E8;
	width:84px;
	height:73px;
}
.uts a {
	font-weight:bold;
}
.uts a:hover {
	color:#FFA400;
}
.uts a:hover img {
	background:#FFA400;
	border-color:#FFA400;
}
.f {
	display:inline-block;
	margin-left:3px;
	width:14px;
	height:17px;
	vertical-align:top;
	background:url(/i/female.png) bottom left no-repeat;
}
.m {
	display:inline-block;
	margin-left:3px;
	width:14px;
	height:17px;
	vertical-align:top;
	background:url(/i/male.png) bottom left no-repeat;
}
.follow {
	display:inline-block;
	margin-right:4px;
	width:20px;
	height:17px;
	vertical-align:top;
	background:url(/i/follow.png) bottom left no-repeat;
}
#cmts {
	margin-top:15px;
}
.numb {
	float:left;
	margin-left:-140px;
	color:#E4EBEE;
	font:22px trebuchet ms,sans-serif;
}
.author {
	font-size:13px;
	font-weight:bold;
}
#cmts .vd li {
	padding-left:150px;
}
#cmts .vd li .avatar {
	margin-left:-110px;
}
h2 + #srf, p + #srf, #fcomment #addcmt, h2 + p {
	margin-top: 20px;
}
#addcmt, #srf {
	padding:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#E3EFCC;
	overflow:hidden;
}
#srf {
	margin-bottom:20px;
}
#srf .bigin {
	margin-top:10px;
	margin-bottom:10px;
	width:200px;
}
#srf .smin {
	width:50px;
}
#srf button {
	margin-top:10px;
}
#addcmt img {
	margin:0 -5px 0 5px;
	vertical-align:bottom;
}
#addcmt li + li {
	margin-top:10px;
}
.lnf #regimg,.lfc #regimg {
	margin-left:56px;
}
.lcf textarea {
	display:inline;
	vertical-align:top;
	margin-left:26px;
	width:464px;
	height:100px;
	resize:none;
}
#addcmt p {
	clear:both;
	margin-left:80px;
	margin-top:10px;
	width:470px;
}
.code {
	width:100px;
}
.arrow {
	display:inline-block;
	margin:0 5px;
	width:13px;
	height:13px;
	background:url(/i/arrow.png) no-repeat;
}
#rightnav p {
	padding-top:5px;
}
#footer {
	clear:both;
	padding:15px;
	font-size:11px;
	text-align:right;
	color:#93B1C1
}
#footer ul {
	float:left;
}
#footer li {
	color:#fff;
	float:left;
}
#footer li + li:before {
	margin-left:5px;
	padding-right:5px;
	content:"|";
	color:#93B1C1;
}
#footer a {
	font-size:11px;
	color:#fff;
	font-weight:normal;
}
#footer a:hover {
	text-decoration:underline;
}
#layer {
	display:none;
	visibility:hidden;
	position:absolute;
	z-index:9999;
	overflow:hidden;
}
#con .popup {
	overflow:hidden;
}
#layer input, #layer select {
	display:block;
	width:225px;
	margin-top:3px;
}
#layer textarea {
	display:block;
	margin-top:3px;
	width:225px;
	height:55px;
	resize:none;
}
#layer h2,#addcmt h2 {
	line-height:18px;
	margin-bottom:15px;
	padding-right:30px;
	padding-bottom:10px;
	background-image:url(/i/dot2.png);
}
#layer p + p {
	padding-top:15px;
}
#layer .close {
	position:absolute;
	top:30px;
	right:30px;
	width:11px;
	height:11px;
	cursor:pointer;
	background:url(/i/closel.png) no-repeat;
}
#con {
	padding:15px;
	background:#ECF4DD;
	overflow:hidden;
}
#layer button {
	float:left;
}
#fg {
	float:right;
	color:#0492E7;
	font-weight:bold;
	font-size:10px;
	line-height:30px;
	cursor:pointer;
}
#lg {
	float:right;
	color:#0492E7;
	font-weight:bold;
	font-size:10px;
	line-height:30px;
	cursor:pointer;
}
.ltcr {
	background:url(/i/ltcr.png) top left no-repeat;
}
.rtcr {
	background:url(/i/rtcr.png) top right no-repeat;
}
.tln {
	margin:0 16px;
	height:16px;
	background:url(/i/tln.png) top repeat-x;
}
.lln {
	padding-left:16px;
	background:url(/i/lln.png) left repeat-y;
}
.rln {
	padding-right:15px;
	background:url(/i/rln.png) right repeat-y;
}
.lbcr {
	background:url(/i/lbcr.png) left bottom no-repeat;
}
.rbcr {
	background:url(/i/rbcr.png) right bottom no-repeat;
}
.bln {
	margin:0 16px;
	height:17px;
	background:url(/i/bln.png) bottom repeat-x;
}
.ft a:hover {
	color:#FFA400
}
.ft h3 {
	padding-top:20px;
	padding-bottom:10px;
	font-size:14px;
}
.ft h4 {
	margin:0;
	padding:0;
}
.ft p {
	padding-bottom:10px;
}
dl {
	margin:0;
	padding:0;
}
.ft ul {
	padding:10px;
	padding-left:40px;
}
.ft ul ul {
	padding-left:10px;
}
.ft ul li {
	background:url(/i/dot3.png) 0 5px no-repeat;
}
.ft ul li li {
	background:url(/i/dot4.png) 0 5px no-repeat;
}
.ft ul ul ul li {
	background:url(/i/square.png) 0px 7px no-repeat;
}
.ft li {
	padding-left:10px;
	padding-bottom:10px;
}
.wdt .lnf input {
	margin:0;
	margin-left:28px;
	width:464px;
}
.wdt .lfn input {
	margin-left:63px;
	width:150px;
}
.wdt textarea {
	margin-left:13px;
	width:464px;
	resize:none;
}
.nmsg #addcmt {
	margin-top:0;
}
.rating li {
	float:left;
	padding-top:5px;
	padding-right:5px;
}
.unrated .star {
	cursor:pointer;
}
.star span {
	display:inline-block;
	margin-top:-1px;
	width:15px;
	height:23px;
	background:url(/i/stars.png) no-repeat;
}
.rating .votes {
	padding-left:10px;
}
#bnv {
	height:30px;
}
li span.istar {
	background-position:0 0;
}
span.starred {
	background-position:0 -25px;
}
span.hstarred {
	background-position:0 -50px;
}
span.hstar {
	background-position:0 -75px;
}
li.r5 span.hstar {
	background-position:0 -100px;
}
.autocomplete-w1 {
	background:url(/i/shadow.png) no-repeat bottom right;
	position:absolute;
	top:0px;
	left:0px;
	margin:8px 0 0 6px;
	/* IE6 fix: */
	_background:none;
	_margin:0;
}
.autocomplete {
	border:1px solid #BBDB5C;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#333333;
	background:#FFFFFF;
	cursor:default;
	text-align:left;
	max-height:200px;
	overflow:auto;
	margin:-6px 6px 6px -6px;
	/* IE6 specific: */
	_height:200px;
	_margin:0;
	_overflow-x:hidden;
}
.autocomplete .selected {
	background:#ECF5D1;
	color:#333333;
}
.autocomplete div {
	padding:2px 5px;
	white-space:nowrap;
}
.autocomplete strong {
	font-weight:normal;
	color:#0493E8;
}
.favdel span {
	color:#333;
	border:none !important;
	font-weight: normal !important;
	font-size: 11px !important;
	padding-left:11px;
	padding-top:3px;
	background-image:url(/i/heart-remove.png);
	background-repeat: no-repeat;
	background-position: 130px 3px;
	display:inline-block;
	width:150px;
}
.favdel span:hover {
	color:red;
	border:none !important; 
	font-weight: normal !important; 
	font-size: 11px !important; 
	background:none !important; 
	background-image:url(/i/heart-remove-over.png) !important; 
	background-repeat: no-repeat !important; 
	background-position: 130px  3px !important; 
	cursor:pointer;
}
.cardframe {
	background-color:#f8fafc;
	padding:10px;
	text-align: center;
	margin-bottom:10px;
	border: 1px solid #cad8e0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.fav, .favnl {
	margin-top:5px;
	padding-left:20px;
	cursor:pointer;
	color:#0493E8;
	background:url(/i/fav.png) no-repeat;
}
.favh, .favnlh {
	color:#FFA400;
	background-position:left -25px;
}
.faved {
	background-position:left -25px;
}
.favedh {
	background-position:left -49px;
}
.favnld {
	cursor:default;
	color:#333333;
}
.social {
	clear:left;
	padding-top:6px;
}
.social a {
	display:inline-block;
	margin-right:4px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.social a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.cform {
	width:464px;
	height:100px;
}
.sgame {
	width:420px;
	height:70px;
}
.sgamet {
	width:420px;
}
.shid {
	display:none !important;
	visibility:hidden;
}
.wmu {
	float:right;
	font-size:11px;
}
.wmu > li {
	position:relative;
	float:left;
}
.delc {
	display:block;
	padding:8px 10px;
	padding-left:25px;
	color:#DE5900;
	cursor:pointer;
	background:url(/i/close.png) 10px 10px no-repeat;
}
.wmu > li > span:not(.active):hover {
	padding:7px 9px;
	padding-left:24px;
	border:1px solid #c6dcea;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-position:9px 9px;
}
.wmu .active {
	position:relative;
	z-index:10;
	padding:7px 9px;
	padding-left:24px;
	border:1px solid #c6dcea;
	border-bottom:0;
	background-color:#fff;
	background-position:9px 9px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	height:13px;
}
.wmu ul {
	display:none;
	position:absolute;
	z-index:5;
	top:27px;
	right:0;
	color:#0492E6;
	border:1px solid #c6dcea;
	-moz-border-radius:5px;
	-moz-border-radius-topright:0;
	-webkit-border-radius:5px;
	-webkit-border-top-right-radius:0;
	border-radius:5px;
	border-top-right-radius:0;
}
.wmu ul li {
	padding:8px 10px;
	cursor:pointer;
}
.hl {
	color:#DE5900;
}
.nv .red {
	color:#DE5900;
	border-color:#eeac7f;
}
#msg .nv {
	margin-top:0;
	background:none;
}
#inbox {
	margin:5px 15px 20px;
	background:url(/i/dot.png) bottom repeat-x;
}
#inbox li {
	position:relative;
	padding-top:1px;
	padding-left:40px;
	height:80px;
	background:url(/i/dot.png) top repeat-x;
}
#inbox .unread {
	background-color:#eef5e0;
}
#inbox .unread .subject {
	font-weight:bold;
}
#inbox input {
	position:absolute;
	top:30px;
	left:10px;
	float:left;
}
#inbox a {
	display:block;
	padding:10px;
	height:60px;
	font-weight:normal;
}
#inbox a:hover, #inbox a:hover .name {
	color:#ffa400;
}
#inbox a:hover img {
	border-color:#ffa400;
}
#inbox .from {
	float:left;
	padding-right:5px;
	width:175px;
	white-space:nowrap;
	overflow:hidden;
}
#inbox .from a {
	padding-left:0px;
}
#inbox img {
	float:left;
	margin-right:10px;
	padding:9px;
	margin-top:1px;
	border:1px solid #cad8e0;
	background:url(/i/imgbkg.png) no-repeat;
	width:38px;
	height:38px;
}
#inbox .name {
	display:block;
	padding-top:10px;
	padding-bottom:5px;
	color:#0492E5;
	font-size:13px;
	font-weight:normal;
	overflow:hidden;
}
#inbox .hdr {
	float:left;
	width:385px;
}
#inbox .subject {
	display:block;
	padding-top:10px;
	height:20px;
	overflow:hidden;
}
#msg .sm {
	float:left;
	width:385px;
	height:19px;
	overflow:hidden;
	color:#333;
}
.grey {
	color:#333;
}
#reload {
	display:inline-block;
	width:30px;
	height:30px;
	cursor:pointer;
	vertical-align:middle;
}
.emoticon {
	padding:3px 3px 2px 3px;
	vertical-align:middle;
}
.ptr .emoticon {
	cursor:pointer;
}
#fsm {
	height:50px;
	background:url(/i/blue_bkg.png) repeat-x;
	padding:13px 5px 0;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-family:tahoma,sans-serif;
	font-size:15px;
}
.fsesc {
	float:left;
	margin-top:2px;
	cursor:pointer;
}
.fsesc img {
	margin-top:-13px;
}
#nadp{
	float:right;
	margin-right:5px;
	padding-left:20px;
	background:url(/i/back_arrow.png) 0 1px no-repeat;
	font-size:12px;
}
.warning {
	color:#FFA400;
}
.lst .inline-banner {
	width:160px;
	height:600px;
	float:right;
	margin:-10px 39px 10px -2px;
}
.mmo li {
	width:314px;
	min-height:340px;
}
.mmo li a {
	width:322px;
}
.mmo li a span span {
	top:230px;
}
.mmo li a img {
	width:300px;
	height:260px;
}
.mmo li a:hover {
	background:#ECF5D1 url(/i/grbkg-mmo.png) no-repeat;
}
.mmo li a:hover > span {
	background:url(/i/grbbkg-mmo.png) left bottom no-repeat;
}
