/* General reset */
html { height: 100%; }
body {
	margin: 0;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #000;
	background: #f2f2f2 url(../images/bg-body-left.gif) repeat-y;
	height: 100%;
	min-width: 968px;
}
a {
	text-decoration: none;
	color: #0094B0;
}
a:hover { text-decoration: underline; }
img { border-style: none; max-width: 600px; height: auto; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
/* General settings */
/* bg styles start */
#wrapper {
	min-height: 100%;
	background: url(../images/bg-body-right.gif) repeat-y 100% 0;
}
* html #wrapper { height: 100%; }
.accessibility { display: none; }
.w1 {
	background: url(../images/bg-page-top-repeat.jpg) repeat-x;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.w2 { background: url(../images/bg-header.jpg) no-repeat 50% 0; }
.w1 .wrapper-l,
.w1 .wrapper-r {
	background: url(../images/bg-header-left.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 368px;
	overflow: hidden;
	text-indent: -9999px;
}
.w1 .wrapper-r {
	background: url(../images/bg-header-right.png) no-repeat;
	left: 100%;
	margin-left: -55px;
}
* html .w1 .wrapper-r { margin-left: -54px; }
/* bg styles end */
.w2 .wrapper-c {
	width: 968px;
	margin: 0 auto;
	padding: 163px 0 0;
	position: relative;
}
/* header start */
#header {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
}
/* logo start */
.logo {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 248px;
	height: 139px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/bg-logo.png) no-repeat;
	cursor: pointer;
	margin: 0;
	z-index: 50;
}
.logo a {
	display: block;
	height: 100%;
}
/* logo end */
/* userlogged box start */
.userlogged-box {
	float: right;
	background: url(../images/bg-userlogged-box.png) repeat-x;
	margin: 0 68px 36px 33px;
	display: inline;
}
.userlogged-box .l,
.userlogged-box .r {
	float: left;
	width: 33px;
	background: url(../images/bg-userlogged-box-left.png) no-repeat;
	margin: 0 0 0 -33px;
	position: relative;
	height: 63px;
	display: inline;
}
.userlogged-box .r {
	float: left;
	width: 33px;
	background: url(../images/bg-userlogged-box-right.png) no-repeat;
	margin: 0 -33px 0 0;
}
.userlogged-box .c {
	float: left;
	padding: 12px 0 0;
	position: relative;
	font: bold 10px/13px "Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
}
.userlogged-box dl {
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	color: #fff;
}
.userlogged-box dl dt,
.userlogged-box dl dd {
	display: inline;
	margin: 0;
}
.userlogged-box dl dd { margin: 0 3px 0 0; }
.userlogged-box dl a {
	color: #ffd800;
	text-decoration: none;
}
.userlogged-box dl a:hover { text-decoration: underline; }
.userlogged-box ul {
	margin: 0 -4px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.userlogged-box ul li {
	display: inline;
	background: url(../images/separator-2.gif) no-repeat 0 50%;
	padding: 0 4px 0 8px;
}
.userlogged-box ul li:first-child,
.userlogged-box ul li.first-child { background: none; }
.userlogged-box ul li a { color: #63e0ff; }
.userlogged-box ul li a.mail {
	background: url(../images/ico-mail.gif) no-repeat 0 52%;
	padding: 0 0 0 24px;
}
/* userlogged box end */
/* main navigation start */
#nav {
	margin: 3px 4px 0 0;
	padding: 0;
	display: inline;
	float: right;
	width: 673px;
	height: 39px;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0 4px 0 0;
	display: inline;
}
#nav li a {
	display: block;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
}
#nav li a.pets {
	background: url(../images/text-pets.gif) no-repeat;
	width: 66px;
}
#nav li a.explore {
	background: url(../images/text-explore.gif) no-repeat;
	width: 108px;
}
#nav li a.games {
	background: url(../images/text-games.gif) no-repeat;
	width: 91px;
}
#nav li a.forums {
	background: url(../images/text-forums.gif) no-repeat;
	width: 104px;
}
#nav li a.battle {
	background: url(../images/text-battle.gif) no-repeat;
	width: 86px;
}
#nav li a.news {
	background: url(../images/text-news.gif) no-repeat;
	width: 75px;
}
#nav li a:hover,
#nav li.active a { background-position: 0 -35px; }
/* main navigation end */
/* sub navigation start */
.sub-nav {
	overflow: hidden;
	padding: 1px 47px 0 0;
	clear: both;
}
* html .sub-nav { display: inline-block; }
.sub-nav ul {
	margin: 0;
	padding: 7px 0 0;
	list-style: none;
	float: right;
	background: url(../images/bg-sub-nav.png) no-repeat;
	width: 611px;
	height: 36px;
	text-align: center;
}
.sub-nav ul li {
	display: inline;
	background: url(../images/separator-3.gif) no-repeat;
	padding: 5px 12px 4px 17px;
	font-weight: bold;
	font-size: 14px;
	line-height: 31px;
	position: relative;
}
.sub-nav ul li:first-child,
.sub-nav ul li.first-child { background: none; }
.sub-nav ul li a { color: #000; }
.sub-nav ul li a:hover { text-decoration: none; }
/* sub navigation end */
/* header end */
/* main area start */
#main {
	padding: 0 0 155px;
	width: 100%;
}
.main-t {
	background: url(../images/bg-content-top.png) no-repeat;
	height: 105px;
}
.main-b {
	background: url(../images/bg-content-bottom.png) no-repeat;
	height: 39px;
	clear: both;
}
.main-c {
	background: url(../images/bg-content.png) repeat-y;
	float: left;
	width: 968px;
}
.main-content {
	margin: -51px 36px -26px 41px;
	position: relative;
	overflow: hidden;
	height: 1%;
}

/* content start */
#content {
	float: left;
	width: 649px;
	margin: 1px 0 0;
}
#main-content a:link {
color: #2CBBCD;
text-decoration: none;
}
/* banner */
#content .ad { margin: 0 0 16px 1px; }
#content .ad img { display: block; }
/* spotlights box start */
.spotlights {
	overflow: hidden;
	height: 1%;
	margin: 0 0 30px -3px;
	width: 652px;
}
.spotlights .box {
	float: left;
	background: url(../images/bg-sportlight-1.png) no-repeat;
	width: 179px;
	height: 237px;
	margin: 0 0 0 4px;
	padding: 15px 16px 0 18px;
	display: inline;
}
.spotlights .user-spotlight { background: url(../images/bg-sportlight-2.png) no-repeat; }
.spotlights .latest-items { background: url(../images/bg-sportlight-3.png) no-repeat; }
.spotlights h2 {
	margin: 0 0 25px 2px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 10px;
	height: 18px;
}
.spotlights .pets-spotlight h2 { background: url(../images/text-pet-sportlight.gif) no-repeat 46% 0; }
.spotlights .user-spotlight h2 { background: url(../images/text-user-sportlight.gif) no-repeat 56% 0; }
.spotlights .latest-items h2 { background: url(../images/text-latest-items.gif) no-repeat 50% 0; }
/* 2x2 80x80 image start */
.spotlights ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
.spotlights ul li {
	display: inline;
	float: left;
	margin: 2px 0 0 2px;
}
.spotlights ul img {
	vertical-align: top;
	border: 1px solid #f3f3f3;
}
/* 2x2 80x80 image end */
.spotlights .holder {
	width: 179px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	padding: 3px 0 0;
}
.spotlights .frame {
	height: 133px;
	width: 179px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.spotlights .frame img {
	display: block;
	margin: 0 auto;
	vertical-align: top;
}
.spotlights .holder span {
	display: block;
	margin: 8px 0 0;
}
/* spotlights box end */
/* news start */
.modul-box .heading {
	background: url(../images/bg-heading.gif) no-repeat;
	padding: 50px 0 6px 8px;
	margin: 0 0 0 2px;
}
.modul-box .heading h2 {
	margin: 0;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
}
.modul-box .heading h2.news-and-updates { background: url(../images/text-news-updates.gif) no-repeat; }
.modul-box .heading ul {
	margin: -2px 0 0 -5px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
	font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
}
.modul-box .heading ul li {
	background: url(../images/separator-4.gif) no-repeat 0 2px;
	padding: 0 3px 0 7px;
	margin: 0 0 0 -1px;
	display: inline;
}
.modul-box .heading ul li a { color: #0cf; }
.modul-box .holder {
	border-top: 5px solid #3a3f40;
	margin: 0 1px 0 0;
	background: url(../images/bg-box.gif) repeat-x;
}
/* news item */
.section {
	margin: 22px 0 0;
	padding: 0 0 8px;
}
.section .sub-heading {
	background: url(../images/bg-sub-heading.gif) no-repeat;
	height: 30px;
	padding: 0 0 0 14px;
}
.section .sub-heading h3 {
	margin: 7px 0 0;
	float: left;
	color: #d4eef3;
	font-size: 13px;
	line-height: 16px;
	background: url(../images/arrow.gif) no-repeat 0 1px;
	padding: 0 0 0 18px;
	width: 317px;
}
.section .sub-heading h3 a { color: #d4eef3; }
.section .sub-heading .comments {
	float: left;
	background: url(../images/bg-comments.gif) no-repeat;
	width: 122px;
	height: 18px;
	margin: 4px 0 0;
	padding: 5px 16px 0 0;
	text-align: center;
	color: #0073bc;
}
.section .content {
	background: url(../images/bg-section-bottom.gif) no-repeat;
	padding: 9px 10px 0 16px;
	color: #201f1d;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
}
.section .content p { margin: 0 0 10px; }
.section .content .image {
	text-align: center;
	margin: -5px 0 0 8px;
}
.section .content .image img { vertical-align: top; }
/* news end */
/* content end */
/* sidebar start */
#sidebar {
	float: right;
	width: 214px;
}
#sidebar .box { margin: 0 0 9px; }
#sidebar .box h3 {
	margin: 0;
	padding: 4px 0 5px;
	background: url(../images/bg-heading-sidebar.gif) no-repeat;
	text-align: center;
	font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#sidebar .box .holder {
	background: url(../images/bg-box-sidebar.gif) repeat-x;
	overflow: hidden;
	height: 1%;
	padding: 7px 5px 0;
}
/* sponsors start */
.sponsors {
	margin: 0 0 0 24px;
	padding: 2px 0 0;
	list-style: none;
}
.sponsors li {
	padding: 0 0 16px;
	overflow: hidden;
	height: 1%;
}
.sponsors img {
	display: block;
	border: 1px solid #bbb;
}
/* sponsors end */
/* online box start */
.online {
	background: url(../images/ico-people.gif) no-repeat;
	padding: 1px 5px 0 39px;
	margin: -1px 0 13px 23px;
	color: #000;
	font-size: 12px;
	line-height: 14px;
}
.online a {
	font-weight: bold;
	color: #fa8300;
}
/* online box end */
/* search start */
.search {
	display: block;
	width: 192px;
	height: 29px;
	background: url(../images/bg-input-search.gif) no-repeat 0 3px;
	margin: -1px 0 13px 8px;
	overflow: hidden;
}
.search .text {
	background: none;
	border: 0;
	padding: 0;
	margin: 9px 0 0 14px;
	font: 10px/13px Arial, Helvetica, sans-serif;
	float: left;
	width: 136px;
}
.search .submit {
	float: right;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(../images/btn-search.gif) no-repeat;
	width: 30px;
	height: 30px;
	border: 0;
	margin: 0 5px 0 0;
}
/* search end */
/* active pet box start */
.active-pet .image {
	text-align: center;
	position: relative;
}
.active-pet .image img {
	vertical-align: top;
	border: 1px solid #727272;
}
.active-pet .frame {

	margin: -9px -5px 0;
	width: 177px;
	padding: 18px 17px 12px 20px;
}
.active-pet .frame h4 {
	margin: 0 4px 10px 0;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
}
.active-pet .frame h4 span {
	color: #971710;
	font-weight: bold;
}
.active-pet p {
	color: #2c2828;
	margin: 0 24px 13px 20px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
.active-pet p span { color: #971710; }
/* info */
.active-pet dl {
	margin: 0 0 10px;
	padding: 7px 7px 9px 20px;
	background-color: #ffffff;
	line-height: 13px;
}
.active-pet dl dt {
	float: left;
	margin: 0 3px 0 0;
	font-weight: bold;
}
* html .active-pet dl dt { margin: 0; }
.active-pet dl dd { margin: 0; }
.active-pet .btn-play-ball {
	display: block;
	background: url(../images/btn-play-ball.gif) no-repeat;
	width: 169px;
	height: 36px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 0 9px 3px;
}
.active-pet .status {
	display: block;
	text-align: center;
	color: #8e8e8e;
	font-size: 12px;
	line-height: 15px;
	margin: 0 4px 0 0;
}
/* active pet box end */
/* sidebar end */
/* main area end */
/* footer start */
#footer {
	margin: -154px 0 0;
	position: relative;
	width: 100%;
	background: url(../images/bg-footer.gif) repeat-x 0 100%;
}
#footer .l { background: url(../images/bg-footer-left.gif) no-repeat 0 100%; }
#footer .r {  }
#footer .holder {
	background: url(../images/bg-footer-center.png) no-repeat;
	width: 968px;
	margin: 0 auto;
}
#footer .frame {
	height: 130px;
	position: relative;
	padding: 24px 6px 0 0;
}
#footer .frame:after {
	clear: both;
	display: block;
	content: "";
}
#footer .container {
	padding: 27px 19px 0 205px;
	overflow: hidden;
	height: 83px;
}
/* footer image */
#footer .decoration {
	position: absolute;
	bottom: 0;
	left: 23px;
	background: url(../images/bg-uni.png) no-repeat;
	width: 178px;
	height: 154px;
	text-indent: -9999px;
	overflow: hidden;
}
#footer p {
	margin: 0;
	text-align: center;
	color: #fc9e00;
}
/* logo */
.footer-logo {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 184px;
	height: 44px;
	background: url(../images/bg-logo-footer.gif) no-repeat;
	margin: 0 0 13px;
}
/* footer navigation start */
.add-nav {
	margin: 0 0 0 4px;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
}
* html .add-nav { display: inline-block; }
.add-nav li {
	display: inline;
	background: url(../images/separator.gif) no-repeat 0 60%;
	padding: 0 2px 0 6px;
	margin: 0 0 0 -1px;
}
.add-nav li a {
	color: #000;
	text-decoration: none;
}
.add-nav li a:hover { text-decoration: underline; }
/* footer navigation end */
/* social links start */
.social {
	float: right;
	width: 106px;
	margin: 1px 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 100;
}
.social li {
	background: url(../images/bg-line.gif) repeat-x 0 100%;
	overflow: hidden;
	height: 1%;
	padding: 3px 0 6px;
}
.social li a {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	height: 7px;
}
.social li a.refer-a-friend {
	background: url(../images/text-refer-a-friend.gif) no-repeat;
	width: 67px;
}
.social li a.add-to-favorites {
	background: url(../images/text-add-to-favorites.gif) no-repeat;
	width: 76px;
}
.social li a.follow-us-on-twitter {
	background: url(../images/text-follow-us-on-twitter.gif) no-repeat;
	width: 95px;
}
.social li a.connect-with-facebook {
	background: url(../images/text-connect-with-facebook.gif) no-repeat;
	width: 103px;
}
/* social links end */
/* newsletter form start */
.newsletter-form {
	float: right;
	background: url(../images/bg-form.png) no-repeat;
	width: 281px;
	height: 75px;
	margin: -10px 8px 0 0;
	padding: 7px 0 0;
	display: inline;
}
.newsletter-form fieldset {
	padding-left: 60px;
	position: relative;
}
.newsletter-form label {
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #feb300;
	padding: 0 0 5px;
}
.newsletter-form .text {
	background: url(../images/bg-input.gif) no-repeat;
	width: 207px;
	height: 23px;
}
.newsletter-form .text input {
	color: #b2b2b2;
	margin: 4px 0 0 8px;
	padding: 0;
	float: left;
	width: 191px;
	border: 0;
	background: none;
	font: 12px/15px Arial, Helvetica, sans-serif;
}
.newsletter-form span {
	display: block;
	text-align: center;
	margin: 6px 0 0 -64px;
	font-size: 10px;
	line-height: 13px;
	color: #fff;
	position: relative;
}
.newsletter-form span a {
	color: #ffb400;
	text-decoration: none;
}
.newsletter-form span a:hover { text-decoration: underline; }
/* newsletter form end */
/* footer end */

div#message_box, div.bonus, div.error, div.neutral, div.success, div.random {
    width: auto;
    margin: 0px 26px 20px 26px;
}

div#message_box p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

div.bonus {
    border: 2px solid #D0D0D0;
    background: #FFFDE3;
}

div.bonus p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

div.error {
    border: 2px solid #F45949;
    background: #FDE2DF;
}

div.error p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

div.neutral {
    border: 2px solid #999999;
    background: #DFDFDF;
}

div.neutral p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

div.success {
    border: 2px solid #00C060;
    background: #DEF7C6;
}

div.success p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

div.random {
    border: 2px solid #D0D0D0;
    background: #FFFDE3;
}

div.random p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

div.flashgame {
    border: 2px solid #09CFFF;

}
.say_a1,
.say_a3,
.say_c1,
.say_c3{width:50px;height:45px;}
.say_b1,
.say_b2,
.say_b3{vertical-align:top;}
.say_a1{background:url(/images/bubble/say_a1.gif) no-repeat;}
.say_a2{background:url(/images/bubble/say_a2.gif) repeat-x;}
.say_a3{background:url(/images/bubble/say_a3.gif) no-repeat;}
.say_b1{background:url(/images/bubble/say_b1.gif) repeat-y;}
.say_b3{background:url(/images/bubble/say_b3.gif) repeat-y;}
.say_c1{background:url(/images/bubble/say_c1.gif) no-repeat;}
.say_c2{background:url(/images/bubble/say_c2.gif) repeat-x;}
.say_c3{background:url(/images/bubble/say_c3.gif) no-repeat;}