html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	margin-bottom: 1em;
}

li {
	margin-left: 3em;
}

body {
	margin: 0;
	text-align: center;
	background: #a6bfd3;
}

body, td, th, input, textarea {
	
	color: #8f8f8f;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

select {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #c91602;
}

h1 {
	font-size: 1.6em;
	line-height: 1;
	margin-bottom: 0.75em;
	
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.75em;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: .75em;
	font-weight: normal;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .75em;
}

h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.6em;
	padding: 0;
}

ul li, ol li {
	line-height: 1.6em;
}

img {
	border: 0;
	vertical-align: middle;
}

hr {
	border: 0;
	border-top: 2px solid #ddd;
	height: 2px;
	margin: 0 0 1em 0;
}

a:link, a:visited {
	color: #5b5b5b;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration: underline;
}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited {
	color: #c91602;
}


.center {
	text-align: center;
}

.text-right {
	text-align: right; 
}

.float-left {
	float: left;
}

.clear-both {
	clear: both;
}

.page-area {
	margin: 0 auto;
	width: 975px;
	text-align: left;
}

#top {
	position: relative;
}

#top div.inner {
	min-height: 35px;
	padding-top: 2px;

	width: 750px;
}

#top #userArea {
	position: absolute;
	right: 0;
	top: 0;
	width: 184px;
}

#top #userArea .register {
	background: url(../img/userarea.png) no-repeat bottom;
	display: block;
	text-align: center;
	padding: 30px 0 5px 0; 
	
	text-transform: uppercase;
	
	margin-top: -30px;
	
	z-index: 10;
	
	position: relative;
	
	min-height: 10px;
}

#top #userArea .register:hover {
	color: #222;
	text-decoration: none;
}

#top #userArea div.box {
	background: url(../img/userarea2.png) no-repeat bottom;
	padding-bottom: 15px;
	min-height: 20px;
	z-index: 20;
	
	position: relative;
}

#top #userArea div.box div.inner {
	padding: 10px;
}

#top #userArea div.box div.inner p {
	margin: 0;
}

#top #userArea div.box div.inner a {
	background: url(../img/point.png) no-repeat right 2px;
	padding-right: 10px;
}

#top #userArea div.box a.trigger {
	
	display: block;
	text-align: center;
	padding: 5px 0; 
	
	text-transform: uppercase;
	
	color: #c91602;
}

#top #userArea div.box a.trigger:hover {
	color: #8e0d00;
	text-decoration: none;
}

#top2 {
	height: 100px;	
	position: relative;
}

#logo {
	background: url(../img/logo.jpg) no-repeat;
	width: 320px;
	height: 72px;
	
	top: 5px;
	left: 0px;
	
	position: absolute;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#globalLikeBox {
	width: 190px;
	height: 20px;
	left: 68px;
	top: 72px;
	
	position: absolute;
}

#globalLikeBox .fb-like {
	
	position: absolute;
	left: 0;
}

#globalLikeBox #___plusone_0 {
	position: absolute;
	left: 115px;
}


#topmenu {
	background: url(../img/menu-container.png) no-repeat;
	width: 687px;
	height: 63px;
	
	position: absolute;
	top: 25px;
	right: 0;
}

#topmenu ul.menu {
	width: 505px;
	height: 34px;
	
	background: url(../img/menu-bg.png) no-repeat;
	
	position: absolute;
	top: 0;
	left: 0;
}

#topmenu ul.menu li {
	display: block;
	float: left;
	height: 34px;
	margin: 0;
	background: url(../img/menu-sep.png) no-repeat right center;
}

#topmenu ul.menu li.last {
	background: none;
}

#topmenu ul.menu li a {
	text-transform: uppercase;
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
	
	font-weight: bold;
	
}

#topmenu ul.menu li a:link, #topmenu ul.menu li a:visited {
	color: #fff;
}

#topmenu ul.menu li a:hover {
	background: url(../img/menu-hover.png) no-repeat bottom center;
	text-decoration: none;
}

#topmenu ul.menu2 {
	width: 605px;
	height: 34px;
	
	position: absolute;
	top: 34px;
	left: 10px;
}

#topmenu ul.menu2 li {
	display: block;
	float: left;
	height: 34px;
	margin: 0;
}

#topmenu ul.menu2 li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

#topmenu ul.menu2 li a:link, #topmenu ul.menu2 li a:visited {
	color: #666;
}

#topmenu ul.menu2 li a.mmo:link, #topmenu ul.menu2 li a.mmo:visited,
#topmenu ul.menu2 li a.downloads:link, #topmenu ul.menu2 li a.downloads:visited {
	color: #c91602;
}

#quickSearchForm {
	position: absolute;
	right: 7px;
	top: 2px;
	
	width: 168px;
}

#quickSearchForm input.text {
	border: 0;
	background: url(../img/search-field.png) no-repeat;
	padding-left: 10px;
	width: 168px;
	width: 118px !important;
	padding-right: 50px;
	height: 32px;
	line-height: 32px;
	
}

#quickSearchForm button {
	border: 0;
	background: url(../img/search-button.png) no-repeat;
	padding-left: 10px;
	width: 21px;
	height: 21px;
		
	position: absolute;
	top: 6px;
	left: 140px;
}

#topmenu a.facebook {
	background: url(../img/icons/fb.png) no-repeat right center;
	padding-right: 26px;
	
	position: absolute;
	right: 14px;
	bottom: 6px;
	
	height: 20px;
	line-height: 22px;

	font-size: .8em;
}

#topmenu a.facebook:link, #topmenu a.facebook:visited {
	color: #888;
}

#main {
	background: #fff url(../img/main-bg.png) repeat-y center;
	margin-bottom: 14px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topright: 13px;
	border-top-right-radius: 13px;
}

#main div.main-inner {
	background:  url(../img/main-top.gif) no-repeat top;
}

#mainBottom {
	background:  url(../img/main-bottom.png) no-repeat center;
	height: 13px;
	
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}

#main div.column {
	width: 171px;
	float: left;
	
	background: url(../img/main-corner-tl.png) no-repeat top left;
}

#main #rightColumn {
	width: 171px;
	float: left;
	
	background: url(../img/main-corner-tr.png) no-repeat top right;
	
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px;
}

#main div.column p.more {
	text-align: right;
	padding: 0 10px;
}



#main div.column p.more a {
	background: #e9e9e9;
	border: 0;
	border: 1px solid #dbdbdb;
	color: #888888;
	padding: 3px 6px 2px 6px;
	font-size: 10px;
	
	text-transform: uppercase;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	text-shadow: 0 1px 0 #fff;
}


#main div.column p.more a:hover {
	text-decoration: none;
	background: #f4f4f4;
	border: 0;
	border: 1px solid #e9e9e9;
}

#main #content {
	width: 613px;
	float: left;
	padding: 0 10px;
	background: url(../img/content.png) no-repeat 1px 0;
	
	padding-top: 10px;
	
	padding-bottom: 20px;
}

#main #content h1 {
	font-weight: normal;
}

#main #content div.hr {
	height: 18px;
	background: url(../img/content-hr.png) no-repeat;
}

#main #content div.hr2 {
	height: 18px;
	background: url(../img/content-hr2.png) no-repeat;
}

#content div.game-sort {
	float: right;
	margin-top: -40px;
	line-height: 37px;
}

#content div.game-sort span {
	color: #c91602;
}

#content div.game-sort span, #content div.game-sort a {
	margin-right: 20px;
}

#content div.game-sort a.current {
	font-weight: bold;
}

ul.games li {
	display: block;
	float: left;
	width: 302px;
	height: 122px;
	
	background: url(../img/game-box.png) no-repeat;
	margin: 0 9px 9px 0;
	
	position: relative;
}

ul.games li.odd {
	margin-right: 0;
}

ul.games li div.inner {
	padding: 12px;
}

span.star {
	display: block;
	float: left;
	
	height: 12px;
	width: 12px;
	
	background: url(../img/star.png) no-repeat center;
}

span.star2 {
	display: block;
	float: left;
	
	height: 12px;
	width: 12px;
	
	background: url(../img/star2.png) no-repeat center;
}

a.play {
	background: url(../img/play.png) no-repeat top;
	display: block;
	height: 16px;
	width: 47px;
}

a.play:hover {
	background-position: bottom;
}

ul.games a.play {
	float: right;
}

ul.games div.img {
	float: left;
	width: 125px;
	height: 96px;
	
	background: #fff;
	border: 1px solid #ddd;
	
	margin-right: 5px;
}

ul.games div.img img {
	margin: 5px;
}

ul.games h4 {
	margin-bottom: 5px;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
}

ul.games p.description {
	line-height: 1.4em;
}

ul.games p.stars-and-play {
	display: block;
	
	position: absolute;
	bottom: 0px;
	left: 145px;
	
	width: 145px;
}

ul.games li.area {
	display: block;
	float: right;
	width: 302px;
	height: 253px;
	
	margin: 0 0 9px 0;
	
	position: relative;
	
	background: #fff;
	
	overflow: hidden;
}

div.column h3 {
	color: #fff;
	
	padding-left: 40px;
	
	color: #fff;
	margin-bottom: 5px;
	
	text-transform: uppercase;
	font-size: 12px;
	
	font-weight: bold;
}

div.column div.categories h3 {
	background: url(../img/header-categories.png) no-repeat;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	
	height: 37px;
	line-height: 40px;
}

div.column div.categories ul {
	margin: 0 10px;
	margin-bottom: 10px;
}

div.column div.categories ul li {
	list-style: none;
	margin: 0;	
	
	text-transform: uppercase;
}

div.column div.categories ul li a:hover {
	/*background: url(../img/categories-item-hover.png) no-repeat 0 4px;*/
	text-decoration: none;

	color: #000;
}

div.column div.categories ul li.active {
	font-weight: bold;
}

div.column div.categories ul li span {
	font-size: 8px;
	line-height: 12px;
	color: #444;
}

div.column div.categories ul li.ranking a {
	color: #c91602;
}
div.column div.categories ul li.ranking a:hover {
	text-decoration: none;
	color: #000;
}

div.column div.users h3 {
	background: url(../img/header-topusers.png) no-repeat;
	height: 37px;
	line-height: 40px;
}

div.column div.users ul {
	margin: 0 10px;
	margin-bottom: 10px;
}

div.column div.users ul li {
	margin: 0;
	background: url(../img/column-hr.png) no-repeat bottom;
	padding-bottom: 15px;
	list-style: none;
	position: relative;
	min-height: 40px;
}

div.column div.users ul li div.img {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 5px;
	
	border: 1px solid #ddd;
	background: #fff;
	
	margin-top: 0px;
}

div.column div.users ul li div.img img {
	margin: 3px;
}


div.column div.users ul li div.user-info {
	padding-top: 6px;
}


div.column div.users h3 {
	background: url(../img/header-topusers.png) no-repeat;
	height: 37px;
	line-height: 40px;
}

div.column div.game-groups h3 {
	background: url(../img/header-game-groups.png) no-repeat;
	height: 37px;
	line-height: 40px;
}


div.column div.game-groups ul {
	margin: 0 10px;
	margin-bottom: 10px;
}

div.column div.game-groups ul li {
	list-style: none;
	margin: 0;	
	
	text-transform: uppercase;
}

div.column div.game-groups ul li a:hover {
	text-decoration: none;
	color: #000;
}

div.column div.top-rated h3 {
	background: url(../img/header-top-rated.png) no-repeat top;
	padding-left: 30px;
	
	font-size: 13px;
	
	padding-top: 8px;
	padding-bottom: 8px;
}

div.column div.most-popular h3 {
	background: url(../img/header-most-popular.png) no-repeat top;
	padding-left: 30px;
	
	font-size: 13px;
	
	padding-top: 8px;
	padding-bottom: 8px;
}

div.column ol.sliding-list {
	margin: 0 10px;
	margin-bottom: 10px;
}

div.column ol.sliding-list li {
	margin: 0;
	background: url(../img/column-hr.png) no-repeat bottom;
	padding-bottom: 0px;
	
	padding-left: 10px;
	position: relative;
	list-style: none;
}


div.column ol.sliding-list li .no {
	
	position: absolute;
	top: 0px;
	left: 0;
	
	height: 18px;
	line-height: 18px;
	width: 20px;
}

div.column ol.sliding-list li div.img {
	
	width: 125px;
	height: 96px;
	
	background: #fff;
	border: 1px solid #ddd;
	
	
}

div.column ol.sliding-list li div.img img {
	margin: 5px;
}

div.column ol.sliding-list li div.inner {
	height: 140px;
}


div.column ol.sliding-list li p.stars-and-play {
	position: static;
	width: 128px;
	left: auto;
	display: block;
	margin-top: 5px;
}

div.column ol.sliding-list li p.stars-and-play a.play {
	float: right;
}


div.column ol.sliding-list .trigger {
	display: block;
	padding-left: 10px;
	min-height: 18px;
	line-height: 18px;
}


div.column div.hr {
	background: url(../img/column-hr.png) no-repeat;
	height: 10px;
	
	margin: 10px 0;
}

#hitGames {
	position: relative;
	height: 93px;
	
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	
}

#hitGames .jcarousel-container .jcarousel-clip {
	margin: 0 28px;
	overflow: hidden;
}

#hitGames .jcarousel-container .jcarousel-prev {
	width: 28px;
	height: 93px;
	background: #fff url(../img/hit-games-larrow.png) no-repeat center;
	
	position: absolute;
	top: 0px;
	left: 0;
	
	cursor: pointer;
}

#hitGames .jcarousel-container .jcarousel-next {
	width: 28px;
	height: 93px;
	background: #fff url(../img/hit-games-rarrow.png) no-repeat center;
	
	position: absolute;
	top: 0px;
	right: 0px;
	
	z-index: 500;
	cursor: pointer;
}

#hitGames ul.games li {
	background: url(../img/game-box2.png) no-repeat;
	width: 178px;
	height: 93px;
	
	margin: 0 10px 0 0;
}

#hitGames ul.games {
	height: 93px;
}

#hitGames ul.games li div.inner {
	padding-top: 18px;
}

#hitGames ul.games li p.stars-and-play {
	left: 95px;
	bottom: 5px;
	
	width: auto;
}

#hitGames ul.games li div.img {
	width: 76px;
	height: 58px;
}

#hitGames ul.games li div.img img {
	margin: 3px;
}

#hitGames ul.games h4  {
	font-weight: normal;
	line-height: 1.2em;
	font-size: 1em;
}

#hitGames ul.games h4 a:link, #hitGames ul.games h4 a:visited {
	color: #c91602;
}

#bottom {
	background: #f0f0f0 url(../img/bottom-bg.png) repeat-x top;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#bottomTop {
	background: url(../img/bottom-top.png) no-repeat top;
	height: 13px;
	
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#bottom div.inner {
	padding: 10px;
	padding-top: 0;
}

#bottom div.hr {
	height: 18px;
	background: url(../img/content-hr.png) no-repeat center;
}

#bottom h4 {
	color: #666;
}

#footer {
	height: 36px;
	background: url(../img/footer.png) no-repeat center;
	
	margin-bottom: 20px;
	position: relative;
}

#footer ul.menu {
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
}

#footer ul.menu li {
	display: block;
	float: left;
	height: 36px;
	margin: 0;
	background: url(../img/menu-sep.png) no-repeat right center;
}

#footer ul.menu li.last {
	background: none;
}

#footer ul.menu li a {
	display: block;
	float: left;
	height: 36px;
	line-height: 38px;
	padding: 0 20px;

}

#footer ul.menu li a:link, #footer ul.menu li a:visited {
	color: #fff;
}

#footer ul.menu li a:hover {
	text-decoration: underline;
}

#footer ul.menu2 {
	height: 36px;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}

#footer ul.menu2 li a {
	font-weight: bold;
	text-transform: uppercase;
}

div.column div.area {
	margin: 10px;
	padding: 0;
}


div.pagination {
	height: 20px;
}

div.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

div.pagination ul li {
	display: inline;
	margin: 0;
	
	height: 20px;
}

div.pagination ul li a {
	height: 20px;
	line-height: 20px;
	
	padding: 0 5px;
}

div.pagination ul li a:link, div.pagination ul li a:visited {
	
}

div.pagination ul li.current {
	border: 1px solid #d4d4d4;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: #e9e9e9;
	padding-right:1px;
}

div.pagination ul li.current a {
	
	font-weight: bold;
	background-color: #e9e9e9;
	border: 1px solid #e9e9e9;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	
	color: #c71603;
}

div.pagination ul li.next a span,
div.pagination ul li.prev a span {
	visibility: hidden;
}

div.pagination ul li.next a {
	background: url(../img/pagination-next.png) no-repeat center;
}

div.pagination ul li.prev a {
	background: url(../img/pagination-prev.png) no-repeat center;
}

a.asc {
	background: url(../img/icons/asc.png) no-repeat right center;
	padding-right: 15px;
}


a.desc {
	background: url(../img/icons/desc.png) no-repeat right center;
	padding-right: 15px;
}

#flashMessages {
	background: #b00000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #fff;
}

#flashMessages li {
	list-style: none;
	margin: 0;
	padding: 5px;
	
	font-weight: bold;
	color: #fff;
}

div.profile-info {
	background: url(../img/profile-top-bg.png) repeat-x bottom;

	margin-left: -9px;
	margin-right: -9px;
	
	min-height: 100px;
	position: relative;
	
	margin-bottom: 12px;
}

div.box-about {
	overflow-x: hidden;
}

div.profile-info p.violation {
	margin-top: 10px;
	text-align: center;
	line-height: 1.2em;
}


div.profile-info p.violation a {
	background: #e9e9e9;
	border: 0;
	border: 1px solid #dbdbdb;
	color: #888888;
	padding: 3px 6px 2px 6px;
	font-size: 9px;
	
	text-transform: uppercase;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	text-shadow: 0 1px 0 #fff;
}

div.profile-info p.violation a:hover {
	text-decoration: none;
	background: #f4f4f4;
	border: 0;
	border: 1px solid #e9e9e9;
}

div.profile-info div.col1 {
	float: left;
	margin-left: 10px;
	width: 300px;
	
	border-right: 1px solid #f0f0f0;
}

div.profile-info div.col1 div.photo-col {
	float: left;
	
	width: 82px;
}

div.profile-info div.img {
	width: 82px;
	height: 82px;
	
	border: 1px solid #ddd;
	background: #fff;
	
	margin-bottom: 20px;
}

div.profile-info div.img img {
	margin: 1px;
}

table.properties {
	width: 100%;
	margin-bottom: 1em;
}

table.properties td {
	padding-left: 0;
}

table.properties td.property {
	width: 110px;
}

table.properties td.value {
	color: #c71603;
}


div.profile-info div.col1 table.properties {
	float: right;
	
	width: 210px;
	margin-left: 0px;
	
	
}



div.profile-info #htmlCode {
	z-index: 500;
	position: relative;
	top: -10px;
}


div.profile-info #htmlCode textarea {
	height: 70px;
}

div.profile-info .my-games-img {
	margin-bottom: 5px;
}

div.profile-info div.col1 table.properties  td {
	padding-bottom: 2px;
}

div.profile-info div.col2 {
	
	float: left;
	margin-left: 10px;
	width: 290px;
	
}


div.profile-info div.col2 table.properties td.property {
	color: #c71603;
	text-transform: uppercase;
	width: 60px;
}


div.profile-info div.col2 span.rating-info {
	margin-left: 20px;
}

#voteForm span {
	cursor: pointer;
}

div.profile-info div.col2 p.rankings a:link, 
div.profile-info div.col2 p.rankings a:visited {
	color: #c71603;
}

div.profile-col{
	width: 300px;
	margin-right: 10px;
	
	float: left;
}

div.profile-col2 {
	margin-right: 0;
}

div.profile-col div.box {
	border: 1px solid #e1e1e1;
	padding: 10px;
	
	margin-bottom: 10px;
	
	position: relative;
}

div.profile-col div.box a.more {
	position: absolute;
	top: 8px;
	right: 10px;
	
	background: url(../img/point.png) no-repeat right 2px;
	padding-right: 10px; 
}

div.profile-col div.box h3 {
	background: url(../img/profile-hr.png) no-repeat bottom;	
	
	
	margin-left: -10px;
	margin-right: -10px;
	padding: 0 10px;
	padding-bottom: 15px;
}

div.profile-col div.area {
	margin-bottom: 10px;
}

div.profile-col div.box-battles h3 {
	background: none;
	margin-bottom: 0;
	padding-bottom: 6px;
}

div.box-battles {
	position: relative;
}

div.box-battles #winsDrawsLosts {
	height: 77px;
	background: url(../img/user-profile-battles.jpg) no-repeat center;
}

div.box-battles div.wins {
	width: 70px;
	height: 30px;
	
	position: absolute;
	top: 104px;
	left: 20px;
	
	text-align: center;
	text-transform: uppercase;
}

div.box-battles div.draws {
	width: 70px;
	height: 30px;
	
	position: absolute;
	top: 104px;
	left: 115px;
	
	text-align: center;
	text-transform: uppercase;
}

div.box-battles div.losts {
	width: 70px;
	height: 30px;
	
	position: absolute;
	top: 104px;
	left: 210px;
	
	text-align: center;
	text-transform: uppercase;
}

div.box-battles div.draws span,
div.box-battles div.losts span,
div.box-battles div.wins span {
	display: block;
	color: #c71603;
}

div.box-battles div.wins-draws-losts {
	height: 30px;
}


div.box-battles p.num-of-points {
	background: url(../img/profile-hr.png) no-repeat top;
	padding-top: 10px;	
	margin: 0;
	line-height: 1.2em;	
}

div.box-battles p.num-of-points span {
	color: #c71603;
}

div.profile-col div.box-games {
	padding-bottom: 0;
}

div.profile-col ul.games li {
	float: left;
	background: none;
	padding: 0;
	text-align: center;
	
	width: 80px;
	margin-right: 12px;
	
	height: 80px;
	overflow: hidden;
}

div.profile-col ul.games div.img {
	border: 0;
	width: 47px;
	height: 39px;
	float: none;
	margin: 0 auto;
}

div.profile-col ul.games div.img img {
	margin: 0;
}

div.profile-col ul.games li p {
	line-height: 1.2em;
}

div.profile-col div.box-comments {
	padding-bottom: 0;
}

ul.comments li {
	list-style: none;
	padding-left: 50px;
	margin: 0 0 10px 0;
	
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	min-height: 40px;
}

ul.comments li div.img {
	float: left;
	margin-left: -50px;
}

ul.comments li div.info {
}

ul.comments li div.info span.date{
	float: right;
}

ul.comments li p.comment {
	overflow: hidden;
	width: 100%;
	display: block;
}

ul.comments li div.info a.delete-icon {
	float: right;
	margin-left: 10px;
	margin-top: 3px; 
}

ul.comments li.hidden {
	display: none;
}

form p.error {
	color: #b00000;
	font-size: .9em;
}

fieldset ul li {
	list-style: none;
	margin: 0;
	
	padding-left: 100px;
	
	margin-bottom: 5px;
}

fieldset ul li label {
	float: left;
	margin-left: -100px;
	width: 90px;
	margin-top: 4px;
}

textarea {
	border: 1px solid #d4d4d4;
	width: 98%;
	height: 100px;
	
	margin-bottom: 10px;
}

input.text {
	border: 1px solid #f1f1f1;
	border-top: 1px solid #c5c5c5;
	background: url(../img/input-bg2.png) repeat-x;
	
	height: 26px;
	line-height: 26px;
	padding: 0 4px;
	width: 220px;
}

input.text-long {
	width: 97%;
}

select {
	border: 1px solid #f1f1f1;
	border-top: 1px solid #c5c5c5;
	background: url(../img/input-bg2.png) repeat-x;
	
	height: 26px;
	line-height: 26px;
	
	padding: 2px 4px;
	
	width: 230px;
}

input.button {
	color: #585858;
	background: url(../img/button.png) repeat-x top;
	
	text-shadow: 0 1px 0 #fff;
	
	border: 0;
	padding: 5px 15px;
	
	text-transform: uppercase;
}

input.button:hover {
	background-position: bottom;
}

a.button {
	color: #585858;
	background: url(../img/button.png) repeat-x top;
	
	text-shadow: 0 1px 0 #fff;
	
	border: 0;
	padding: 5px 15px;
	
	text-transform: uppercase;
}

a.button:hover {
	background-position: bottom;
	text-decoration: none;
}



a.delete-icon {
	display: block;
	height: 12px;
	width: 12px;
	
	background: url(../img/icons/delete.png) no-repeat center;
}

ul.friends li {
	list-style: none;
	width: 80px;
	height: 115px;
	
	float: left;
	margin: 0 10px 10px 0;
}

ul.friends li .img {
	width: 80px;
	height: 80px;
	
	text-align: center;
	
	padding: 1px;
	
	border: 1px solid #ddd;
}

a.message-icon {
	background: url(../img/icons/message.png) no-repeat top;
	display: block;
	height: 10px;
	width: 15px;
}

a.message-icon:hover {
	background-position: bottom;
}


ul.friends a.message-icon {
	display: block;
}

a.friend {
	background: url(../img/icons/friend.png) no-repeat left center;
	padding-left: 20px;
	
	float: right;
	margin-left: 15px;
}

a.message {
	background: url(../img/icons/msg.png) no-repeat left 0px;
	padding-left: 20px;
	
	float: right;
	margin-left: 15px;
}

a.blacklist {
	float: right;
	margin-left: 15px;
	background: url(../img/icons/bl.png) no-repeat left 0px;
	padding-left: 20px;
	
	line-height: 16px;
}

div.box-poll h5 {
	color: #8f8f8f;
}

ul.poll-answers li {
	margin: 0;
	list-style: none;
}

ul.poll-answers div.poll-answer-bar {
	background: #ddd;
	text-align: right;
	
	margin-bottom: 10px;
}

ul.poll-answers p {
	margin: 0;
}

ul.poll-answers div.poll-answer-bar span {
	padding-right: 4px;
}

div.my-profile-tabs {
	margin-bottom: 20px;
}

div.my-profile-tabs p {
	margin: 0;
}

div.my-profile-tabs p a {
	
	border-right: 1px solid #ddd;
	padding: 0 20px; 
}

div.my-profile-tabs p a.last {
	border: 0;
}

div.my-profile-tabs p a.active:link,
div.my-profile-tabs p a.active:visited {
	font-weight: bold;
}

ul.photos {
	height: 209px;
}

div.jcarousel-container {
	overflow: hidden;
}

ul.photos li {
	list-style: none;
	width: 278px;
	height: 208px;
	padding: 0;
	margin: 0;
}


#userSettings ul.photos {
	width: auto;
	height: auto;
}

#userSettings ul.photos li {
	list-style: none;
	width: 156px;
	height: 118px;
	padding: 0;
	margin: 0;	
	border: 1px solid #ddd;
	
	float: left;
	margin: 0 10px 10px 0;
	
	position: relative;
}

#userSettings ul.photos li img {
	margin: 3px;
}

#userSettings ul.photos li a {
	background: url(../img/icons/delete2.png) no-repeat;
	width: 16px;
	height: 16px;
	
	position: absolute;
	top: 0;
	right: 0;
}


#userSettings div.avatar  {
	list-style: none;
	width: 116px;
	height: 116px;
	padding: 0;
	margin: 0;	
	border: 1px solid #ddd;
	
	
	margin: 0 10px 10px 0;
	
	position: relative;
}

#userSettings div.avatar  img {
	margin: 3px;
}

#userSettings div.avatar a {
	background: url(../img/icons/delete2.png) no-repeat;
	width: 16px;
	height: 16px;
	
	position: absolute;
	top: 0;
	right: 0;
}

table.list {
	margin-bottom: 1em;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

table.list th, table.list td {
	padding: 5px;
	border: 1px solid #ddd;
}

.w60 {
	width: 60%;
}

div.message-container div.message-info {
	float: left;
	width: 120px;
	margin-right: 10px;
	
	text-align: center;
}


p.right {
	text-align: right;
}

div.message-container fieldset ul {
	margin-bottom: 0;
}

div.message-container fieldset ul li {
	padding-left: 0;
}

div.message-container fieldset ul li label {
	margin-left: 0;
	float: none;
	display: block;
}

div.message-container textarea {
	width: 460px;
}


div.message-container input.text {
	width: 456px;
}

a.messages-inout {
	float: right;
	margin-top: 4px;
	
	background: url(../img/icons/msg.png) no-repeat left 1px;
	padding-left: 20px;
}

a.reply {
	background: url(../img/point.png) no-repeat right 2px;
	padding-right: 12px;
}

a.close-poll,
a.delete-poll,
a.delete-message {
	float: right;
	margin-top: 4px;
	
	background: url(../img/icons/delete2.png) no-repeat left center;
	padding-left: 20px;
}

a.close-poll {
	margin-right: 20px;
	background: url(../img/icons/close.png) no-repeat left center;
}

.float-right {
	float: right;
}

ul.friends li {
	position: relative;
}

ul.friends a.delete-icon {
	position: absolute;
	top: -6px;
	right: -6px;
	
	background: url(../img/icons/delete2.png) no-repeat left center;
	height: 16px;
	width: 16px;
}

body.game-page #main {
	background: #fff;
}

body.game-page #main #content {
	padding: 0;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	width: auto;
	float: none;
	
	background: none;
}

body.game-page #main #content div.hr {
	height: 13px;
	background: url(../img/content-hr3.png) no-repeat center;
}

fieldset.game-menu {
	
	display: block;
}

fieldset.game-menu label {
	text-transform: uppercase;
	color: #c71603;
	margin-right: 3px;
	
}

fieldset.game-menu select {
}

fieldset.game-menu select.last {
	margin-right: 0;
}

body.game-page div.game-top {
	width: 794px;
	position:  relative;
	padding-bottom: 10px;
	
	height: 70px;
}

body.game-page div.game-top div.zoom {

	position: absolute;
	top: 10px;
	right: 0;
}

body.game-page div.game-top div.zoom a.light {
	float: left;
	height: 18px;
	line-height: 22px;
	width: 100px;
}

body.game-page div.game-top div.zoom span {
	text-transform: uppercase;
	float: left;
	margin-right: 10px;
	margin-left: 50px;
	height: 18px;
	line-height: 22px;
	color: #5b5b5b;
}

a.zoom {
	background: url(../img/zoom-bg.png) no-repeat top left;
	display: block;
	float: left;
	width: 18px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	
	border: 1px solid #bdbdbd;
	border-right: 0;
	
	color: #5b5b5b;
}

a.zoom-zero {
	border-right: 1px solid #bdbdbd;
}

a.zoom:hover {
	background-position: bottom left;
	text-decoration: none;
}

body.game-page #breadcrumbs {
	margin: -3px 0 8px 0;
}

body.game-page div.game-top h1 {
	font-size: 12px;
	text-transform: uppercase;
}

body.game-page div.game-top h1 span {
	font-size: 18px;
	text-transform: none;
}

body.game-page div.game-top div.area {
	width: 120px;
	height: 60px;
	
	position: absolute;
	top: 10px;
	right: -140px;	
}

body.game-page #hitGames {
	position: relative;
	height: 93px;
	
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
}


body.game-page h2.hit-games {
	margin-left: 94px;
} 

div.game-container {
	padding-top: 15px;
	text-align: center;
}

div.game-container div.area {
	
	margin: 20px 0;
	
	position: relative;
}

div.game-container div.area .disable-info {
	text-align: right;
	margin-bottom: 1px;
}

div.game-container div.area .disable-info a {
	background: url(../img/icons/delete2.png) no-repeat left center;;
	padding-left: 20px;
	line-height: 1.6em;
}

#game {
	text-align: center;
	margin-bottom: 15px;
	
	position: relative;
}

#game .loader {
	height: 100px;
	background: url(../img/loader.gif) no-repeat center;
}


#beforeGameLoadContainer {
	position: relative;
	top: 0;
	width: 600px;
	
	left: 50%;
	margin-left: -300px;
	
}

div.game-container iframe {
	margin: 0 auto;
	margin-bottom: 15px;
}

#insertOnWebsiteContainer .inner {
	width: 600px;
	margin: 0 auto;

	border: 1px solid #ddd;
	
	text-align: left;
	
	padding: 5px;
}

#insertOnWebsiteContainer {
	margin-bottom: 15px;
}

#insertOnWebsiteContainer .inner textarea {
	width: 250px;
	height: 60px;
	
	margin-bottom: 0;
}

#insertOnWebsiteContainer .col1 {
	float: left;
	margin-right: 20px;
}

#insertOnWebsiteContainer iframe {
	float: right;
	margin: 0;
}

div.game-container div.game-navi {
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 1em;
	
	text-transform: uppercase;
}

div.game-container div.game-navi a {
	margin: 0 3px;
}

div.game-container div.game-navi a.prev {
	float: left;
	background: url(../img/pagination-prev.png) no-repeat left 3px;
	padding-left: 10px;
	
	color: #c71603;
	margin: 0;
}

div.game-container div.game-navi a.next {
	float: right;
	background: url(../img/pagination-next.png) no-repeat right 3px;
	padding-right: 10px;
	
	color: #c71603;
	margin: 0;
}

div.game-container div.game-navi a.favourites {
	color: #c71603;
}

.profile-col ul.awards li {
	text-align: center;
	width: 70px;
	height: 70px;
	
	display: block;
	float: left;
	
	margin: 0 10px 20px 10px;
	
	list-style: none;
}

.profile-col ul.awards li img {
	margin-bottom: 5px;
}

.profile-col ul.awards li.hidden {
	display: none;
}

.profile-col .box-awards p.num-of-points {
	background: url(../img/profile-hr.png) no-repeat top;
	padding-top: 10px;	
	margin: 0;
	line-height: 1.2em;	
}

.profile-col .box-awards p.num-of-points span {
	color: #c71603;
}

div.game-container div.recommend-to-friends {
	text-align: center;
}

div.game-container div.recommend-to-friends label {
	color: #c71603;
	margin-right: 10px;
}

div.game-container div.recommend-to-friends input {

}

body.game-page div.game-info {
	background: url(../img/game-container-bg.png) repeat-x bottom;
	
	margin: 15px -20px;
	
	padding: 15px 0;
}


body.game-page div.game-info table {
	width: 100%;
	border-collapse: collapse;
}

body.game-page div.game-info td.col {
	padding: 0 10px;
	border-right: 1px solid #e0e0e0;
	vertical-align: top;
}


body.game-page div.game-info td.col h4 {
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
}

body.game-page div.game-info td.col-author {
	width: 140px;
}

body.game-page div.game-info td.col-views {
	width: 60px;
}

body.game-page div.game-info td.col-author div.img {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 5px;
	
	border: 1px solid #ddd;
	background: #fff;
	
}

body.game-page div.game-info td.col-author div.img img {
	margin: 3px;
}

body.game-page div.game-info td.col-rate{
	width: 100px;
}

body.game-page div.game-info td.col-share {
	width: 80px;
}

body.game-page div.game-info td.col-share div {
	width: 100%;
	margin-bottom: 5px;
}


body.game-page div.game-info td.col-game-desc {
	
}

body.game-page div.game-info td.col-tags {
	border: 0;
	width: 200px;
}

.comment-form .button {
	background: #e9e9e9;
	border: 0;
	border: 1px solid #dbdbdb;
	color: #888888;
	padding: 3px 6px 2px 6px;
	font-size: 10px;
	
	text-transform: uppercase;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	cursor: pointer;
}

body.game-page div.game-col {
	width: 300px;
	float: left;
	margin-right: 16px;
}


body.game-page div.game-col-last {
	margin-right: 0;
	float: right;
}

div.game-col div.area {
	margin-bottom: 10px;
}

div.game-col div.box {
	border: 1px solid #e1e1e1;
	padding: 10px;
	
	margin-bottom: 10px;
	
	position: relative;
}

div.game-col div.box a.more {
	position: absolute;
	top: 8px;
	right: 10px;
	
	background: url(../img/point.png) no-repeat right 2px;
	padding-right: 10px;
}

div.game-col div.box h3 {
	background: url(../img/profile-hr.png) no-repeat bottom;	
	
	
	margin-left: -10px;
	margin-right: -10px;
	padding: 0 10px;
	padding-bottom: 15px;
}

div.game-col div.box-more {
	text-align: right;
}

div.game-col div.box-more a {
	background: #e9e9e9;
	border: 0;
	border: 1px solid #dbdbdb;
	color: #888888;
	padding: 3px 6px 2px 6px;
	font-size: 10px;
	
	text-transform: uppercase;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	text-shadow: 0 1px 0 #fff;
}

/*div.game-col div.box-more a {
	background: #f4a120;
	border: 0;
	border-bottom: 1px solid #e09013;
	color: #fff;
	padding: 3px 6px 2px 6px;
	font-size: 11px;
	
	text-transform: uppercase;
}*/

div.game-col div.box-more a:hover {
	text-decoration: none;
	background: #f4f4f4;
	border: 0;
	border: 1px solid #e9e9e9;
}


body.game-page div.awards {
	display: block;
	border: 1px solid #ddd;
	
	width: 614px;
	float: left;
	margin-bottom: 15px;
}

body.game-page div.awards ul {
	margin: 10px;
}

body.game-page div.awards ul li {
	display: block;
	float: left;
	width: 170px;
	
	margin: 0 20px 0 0;
	list-style: none;
}

#leaderboard_bridge {
}

body.game-page div.awards ul li img {
	float: left;
	margin-right: 10px
}

body.game-page div.awards ul li h5 {
	margin-bottom: 3px;
	padding: 0;
}

body.game-page div.score-tables {
	position: relative;
}

body.game-page div.score-tables div.containers {
	border: 1px solid #ddd;
	padding: 10px;
	
	clear: left;
	z-index: 100;
	top: -1px;
	position: relative;
	
	background: #fff;
}


body.game-page div.score-tables div.tabs {
	height: 24px;
}

body.game-page div.score-tables div.tab {
	display: block;
	float: left;
	
	height: 24px;
	line-height: 24px;
	
	padding: 0 15px;
	cursor: pointer;
	
	border: 1px solid #fff;
	margin-right: 2px;
	
	border: 1px solid #fff;
	border-bottom: 0;
	position: relative;
	
	text-transform: uppercase;
}

body.game-page div.score-tables div.tab:hover {
	border: 1px solid #eee;
	border-bottom: 0;
}

body.game-page div.score-tables div.tab.selected {
	border: 1px solid #ddd;
	border-bottom: 0;
	background: #fff;
	height: 25px;
	z-index: 200;
	
	color: #c91602;
}

body.game-page div.score-tables ol li {
	height: 25px;
	line-height: 25px;
	margin: 0 0 5px 15px;
	
	position: relative;
}

body.game-page div.score-tables ol li span.score {
	right: 0;
	top: 0px;
	position: absolute;
}

body.game-page div.score-tables ol li a {
	left: 40px;
	top: 0px;
	position: absolute;
}

body.game-page div.score-tables ol li img {
	left: 0px;
	top: 0;
	position: absolute;
	
	height: 25px;
	width: 25px;
}

body.game-page div.battle-info {
	height: 50px;
	margin-bottom: 20px;
	position: relative;
	
	margin-top: 20px;
}

body.game-page div.battle-info div.user1 {
	width: 400px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

body.game-page div.battle-info div.user1 a,
body.game-page div.battle-info div.user2 a {
	font-size: 14px;
}

body.game-page div.battle-info div.user1 img {
	float: right;
	margin-left: 10px;
	border: 1px solid #ddd;
	padding: 1px;
}

body.game-page div.battle-info div.user2 {
	width: 400px;
	text-align: left;
	position: absolute;
	top: 0;
	right: 0;
}

body.game-page div.battle-info div.user2 img {
	float: left;
	margin-right: 10px;
	
	border: 1px solid #ddd;
	padding: 1px;
}

body.game-page div.battle-info div.vs {
	position: absolute;
	left: 400px;
	font-size: 30px;
	width: 135px;
	text-align: center;
	
	color: #c91602;
}

body.game-page div.battle-info a:link,
body.game-page div.battle-info a:visited {
	color: #c91602;
}

ul.top-games {
	margin-bottom: 0;
}

ul.top-games li {
	margin: 0;
	list-style: none;
	height: 32px;
	
	border-bottom: 1px solid #dedede;
	margin-bottom: 5px;
	
	overflow: hidden;
}

ul.top-games li.hit {
	background: url(../img/hit.png) no-repeat right center;
}

ul.top-games li.last {
	border: 0;
	margin: 0;
}

ul.top-games li .img {
	float: left;
	margin-right: 10px;
}

ul.top-games li h4 {
	line-height: 26px;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.iframeContainer {
	width: 594px;
	text-align: left;
	
	position: fixed;
	top: 140px;
	
	left: 50%;
	margin-left: -297px;
}

.iframeContainer .top {
	height: 43px;
	background: url(../img/iframe-container-top.png) repeat-y center;
}

.iframeContainer .bottom {
	height: 63px;
	background: url(../img/iframe-container-bottom.png) repeat-y center;
}

.iframeContainer .inner {
	background: url(../img/iframe-container.png) repeat-y center;
	
	padding: 0 45px;
}

.iframeContainer .close {
	width: 57px;
	height: 57px;
	
	position: absolute;
	top: 0px;
	right: 5px;
	
	background: url(../img/iframe-close.png) no-repeat center;
}

.iframeOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	
	background: #000;
	opacity: .4;
	filter: alpha(opacity=40);
}

.button-line {
	line-height: 28px;
}

ul.users li {
	border: 1px solid #e1e1e1;
	position: relative;
	min-height: 40px;
	
	width: 300px;
	float: left;
	margin: 0 9px 9px 0;
	list-style: none;
}

ul.users li .img {
	border: 1px solid #ddd;
	padding: 1px;
	text-align: center;
	
}

ul.users li.odd {
	margin-right: 0;
}

ul.users li h3 {
	background: url(../img/profile-hr.png) no-repeat bottom;	
	
	margin-left: -10px;
	margin-right: -10px;
	padding: 0 10px;
	padding-bottom: 15px;
	
	position: relative;
	min-height: 1em;
}

ul.users li h3 a:link, ul.users li h3 a:visited {
	color: #c91602;
}

ul.users li .inner {
	padding: 10px;
	position: relative;
}

ul.users li .img {
	float: left;
	margin-right: 10px;
	
	width: 80px;
	height: 80px;
}

ul.users li p {
	margin-bottom: 0;
}

ul.users li p span {
	float: right;
}

ul.users li p span strong {
	font-weight: normal;
	color: #c91602;
}

ul.users li p.favorites {
	position: absolute;
	bottom: 10px;
	
	left: 100px;
}

table.privacy {
	width: 100%;
	border-collapse: collapse;
	
	margin-bottom: 1em;
}

table.privacy td {
	width: 100%;
	padding: 5px;
	border-bottom: 1px solid #ddd;
	
	width: 15%;
	
	vertical-align: middle;
	
	text-align: center;
}

table.privacy th {
	background: #ddd;
	padding: 5px;
	text-align: center;
}

table.privacy td.label {
	width: 55%;
	text-align: left;
}

table.privacy td.label label {
	font-weight: bold;
}

table.privacy td.label p {
	margin: 0;
}

table.privacy td.left {
	text-align: left;
	padding-left: 38px;
}

.gg-status {
	display: block;
	background: url(../img/icons/gg.gif) no-repeat center;
	height: 16px;
	width: 16px;
	
	float: left;
}

#lightOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .9;
	filter: alpha(opacity=90);	
}

.upper-light-overlay {
	z-index: 4000;
	position: relative;
}

#lightSwitch {
	background: url(../img/icons/lightbulb_off.png) no-repeat left center;
	padding-left: 20px;
}

#lightSwitch.light-off {
	background: url(../img/icons/lightbulb.png) no-repeat left center;
}

#lightSwitch span {
	margin: 0;
	padding: 0;
}

#lightSwitch span.off {
	display: none;
}

#lightSwitch.light-off span.off {
	display: inline;
}

#lightSwitch.light-off span.on {
	display: none;
}

#lightSwitch:hover {
	text-decoration: none;
	color: #222;
}

#lightSwitch:hover {
	text-decoration: none;
}

#lightSwitch.light-off span {
	color: #fff;
}

#lightSwitch.light-off:hover {
	color: #fff;
}

body.battles-page div.battles-top {
	position: relative;
	height: 80px;
}

body.battles-page div.battles-top div.area {
	width: 120px;
	height: 60px;
	
	position: absolute;
	top: 10px;
	right: 0px;	
}

table.battles {
	width: 100%;
	border-collapse: collapse;
}

table.battles td {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	vertical-align: middle;
}

table.battles td.user1 {
	width: 200px;
	text-align: right;
}

table.battles td.user2 {
	width: 200px;
	text-align: left;
}


table.battles td.user1 a,
table.battles td.user2 a {
	font-size: 14px;
}

table.battles td.user1 img {
	float: right;
	margin-left: 10px;
	border: 1px solid #ddd;
	padding: 1px;
}

table.battles td.user2 img {
	float: left;
	margin-right: 10px;
	border: 1px solid #ddd;
	padding: 1px;
}

table.battles td.vs {
	width: 60px;
	font-size: 12px;
	
	text-align: center;
	
	color: #c91602;
}
table.battles td.game-image {
	width: 80px;
}

table.battles td.game-name h4 {
	margin: 0;	
}

table.battles span.winner {
	color: #c91602;
}

table.battles h4 a:link,
table.battles h4 a:visited {
	color: #c91602;
}

.battle-info span.no-one,
table.battles span.no-one {
	font-size: 30px;
	margin-left: 17px;
}

.my-games-style {
	width: 120px;
	height: 80px;
	
	float:  left;
	margin: 10px 10px 0 0;
	position: relative;
	
	padding-left: 20px;
}

.my-games-style input {
	position:  absolute;
	left: 0;
	top: 32px;
}

div.rankings-col1 {
	width: 280px;
	float: left;
	margin-right: 50px;
}

div.rankings-col2 {
	width: 280px;
	float: left;
}

ul.users-small {
	border-top: 1px solid #ddd;
	padding-top: 2px;
	
	margin-bottom: 20px;
}

ul.users-small li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-left: 0;
	
	position: relative;
	min-height: 40px;
}

ul.users-small li .no {
	float: left;
	margin-right: 4px;
	
	width: 20px;
	text-align: right;
	line-height: 47px;
}


ul.users-small li div.img {
	border: 1px solid #ddd;
	padding: 1px;
	float: left;
	margin-right: 5px;
}

ul.users-small li h4 {
	margin-bottom: 5px;
}

ul.users-small li p {
	margin: 0;
}

ul.ui-autocomplete {
	width: 180px;
	background: #fff;
	box-shadow: 0 5px 5px #666;
	
	text-align: left;
}

ul.ui-autocomplete li {
	list-style: none;
	margin: 0;
	
	border-bottom: 1px solid #ddd;
	
	
}

ul.ui-autocomplete li a {
	cursor: pointer;
}

ul.ui-autocomplete li a:hover {
	text-decoration: none;
}

#ui-active-menuitem {
}

ul.ui-autocomplete li a {
	display: block;
	padding: 2px 5px; 
}

#ui-active-menuitem {
	color: #c91602;
	background: #efefef;
}

div.scores p {
	margin: 0;
}

div.scores {
	margin-bottom: 15px;
}

#medalists div.col1,
#medalists div.col2, 
#medalists div.col3 {
	width: 29%;
	float: left;
	margin-right: 2%;
}

#medalists div.col3 {
	margin-right: 0;
}

#medalists div.col2 {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0 2%;
} 

#medalists ol li {
	height: 44px;
	min-height: 44px;
	
	margin: 0 0 5px 0px;
	padding-left: 15px;
	
	position: relative;
	list-style: none;
}

#medalists ol li .no {
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 1em;
}

#medalists ol li span.score {
	left: 70px;
	bottom: 5px;
	position: absolute;
	line-height: 12px;
}

#medalists ol li a {
	left: 70px;
	top: 5px;
	position: absolute;
	
	line-height: 12px;
}

#medalists ol li img {
	left: 20px;
	top: 0;
	position: absolute;
	
	height: 40px;
	width: 40px;
	
	
	border: 1px solid #ddd;
	padding: 1px;
}

#top4boxes {
	height: 35px;
	margin: 0 0 10px 0;
}


#top4boxes a {
	display: block;
	float: left;
	width: 25%;
	height: 25px;
	text-align: center;
}

#insertOurLink p {
	font-weight: bold;
	margin: 0;
}

#insertOurLink {
	padding: 0 10px;
	margion-bottom: 10px;
}

#insertOurLink textarea {
	height: 40px;
	overflow: hidden;
}

div.ranking-game-must-login {
	height: 150px;
	
	background: url(../img/logo-gray.png) no-repeat bottom center;
	
	font-size: 13px;
	color: #C91602;
}

#gameLoadProgress {
	height: 14px;
	border: 1px solid #ddd;
	
	padding: 1px;
}

#gameLoadProgress span {
	display: block;
	float: left;
	width: 0;
	
	height: 14px;
	font-size: 11px;
	
	background: #b00000;
	color: #fff;
	
	text-align: right;
	padding-right: 5px;
}

#petGame.loader {
	height: 100px;
	background: url(../img/loader.gif) no-repeat center;
}

#petGame {
	float: left;
}
#petGameAdArea {
	float: right;
	width: 160px;
	height: 600px;
}
