﻿/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Layout Style Sheet 
Business Name: 
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*----------------------------- Common Styles Start -----------------------------*/
p, a, ul li, h1, h2, div {
	text-align: right;
}
h1 {
	color: #d7368e;
	font-size: 16px;
	font-weight: bold;
}
h2 {
}
/*----------------------------- Common Styles End -----------------------------*/
/*----------------------------- Round Corner Box Styles Start -----------------------------*/
.rb {
	background-color: #ffffff;
	position: relative;
	border: 1px solid;
	margin: 0 0 10px;
}
.rb .tlc, .rb .trc, .rb .blc, .rb .brc {
	height: 7px;
	position: absolute;
	width: 7px;
}
.rb .tlc {
	left: -1px;
	top: -1px;
}
.rb .trc {
	right: -1px;
	top: -1px;
}
.rb .blc {
	bottom: -1px;
	left: -1px;
}
.rb .brc {
	bottom: -1px;
	right: -1px;
}
.rb h1 {
	line-height: 36px;
	padding: 0 42px 0 0;
}
.rb .sbHead {
	height: 36px;
}
.rb .sbHead .HeadIcon {
	position: absolute;
	right: 4px;
	top: 2px;
}
.rb .GameBlock {
	background: #eb79b6;
	border: 3px solid #f5cee3;
	float: right;
	overflow: hidden;
}
.rb .GameBlock .GameTitle {
	background: #eb79b6;
	padding: 0 8px;
}
.rb .GameBlock .GameTitle a {
	color: #ffffff;
	font-weight: bold;
}
.rb .ViewMore {
	clear: both;
	padding: 15px 0 0;
	text-align: left;
}
.rb .ViewMore a {
	background: url(../images/viewmore-btn.gif) no-repeat left top;
	color: #d93d92;
	display: block;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 17px 0 0;
	width: 70px;
}
.rb .ViewMore a:hover {
	background: url(../images/viewmore-btn.gif) no-repeat left bottom;
	color: #00a1bd;
	text-decoration: none;
}
/*===== Pink Round Corner Box =====*/
.pkrb {
	border-color: #b52666;
	float: right;
}
.pkrb .tlc {
	background: url(../images/pkrb-curv.gif) no-repeat -7px -7px;
}
.pkrb .trc {
	background: url(../images/pkrb-curv.gif) no-repeat 0 -7px;
}
.pkrb .blc {
	background: url(../images/pkrb-curv.gif) no-repeat -7px 0;
}
.pkrb .brc {
	background: url(../images/pkrb-curv.gif) no-repeat 0 0;
}
.pkrb .sbHead {
	background: url(../images/pkrb-head-bgrep.gif) repeat-x left bottom;
}
/*===== Blue Round Corner Box =====*/
.berb {
	border-color: #0d9db5;
	float: right;
}
.berb .tlc {
	background: url(../images/berb-curv.gif) no-repeat -7px -7px;
}
.berb .trc {
	background: url(../images/berb-curv.gif) no-repeat 0 -7px;
}
.berb .blc {
	background: url(../images/berb-curv.gif) no-repeat -7px 0;
}
.berb .brc {
	background: url(../images/berb-curv.gif) no-repeat 0 0;
}
.berb .sbHead {
	background: url(../images/berb-head-bgrep.gif) repeat-x left bottom;
}
.berb .sbHead h1 {
	color: #007488;
}
/*----------------------------- Round Corner Box Styles End -----------------------------*/
/*----------------------------- SideBar Box Styles Start -----------------------------*/
/*===== Blue SideBar Box =====*/
.blSbBox {
	background: #ffffff url(../images/bluebox-bgrep.gif) repeat-y left top;
	margin: 0 0 10px;
}
.blSbBox .SbHead {
	background: url(../images/bluebox-topcurv.gif) no-repeat left top;
	height: 37px;
}
.blSbBox .SbHead h1 {
	border-bottom: 1px solid #2bb4cb;
	color: #007488;
	line-height: 37px;
	margin: 0 5px;
	padding: 0 5px;
}
.blSbBox .SbContent {
	background: url(../images/bluebox-btmcurv.gif) no-repeat left bottom;
}
/*===== Pink SideBar Box =====*/
.pkSbBox {
	background: #ffffff url(../images/pinkbox-bgrep.gif) repeat-y left top;
	margin: 0 0 10px;
}
.pkSbBox .SbHead {
	background: url(../images/pinkbox-topcurv.gif) no-repeat left top;
	height: 37px;
}
.pkSbBox .SbHead h1 {
	border-bottom: 1px solid #f977be;
	line-height: 37px;
	margin: 0 5px;
	padding: 0 5px;
}
.pkSbBox .SbContent {
	background: url(../images/pinkbox-btmcurv.gif) no-repeat left bottom;
}
/*===== Yellow SideBar Box =====*/
.ylSbBox {
	background: #ffffff url(../images/yelbox-bgrep.gif) repeat-y left top;
	margin: 0 0 10px;
}
.ylSbBox .SbHead {
	background: url(../images/yelbox-topcurv.gif) no-repeat left top;
	height: 37px;
}
.ylSbBox .SbHead h1 {
	border-bottom: 1px solid #d9ba4d;
	color: #a8850f;
	line-height: 37px;
	margin: 0 5px;
	padding: 0 5px;
}
.ylSbBox .SbContent {
	background: url(../images/yelbox-btmcurv.gif) no-repeat left bottom;
}
/*----------------------------- SideBar Box Styles End -----------------------------*/
/*----------------------------- Wrapper Start -----------------------------*/
.Wrapper {
	background: url(../images/big-bg.gif) no-repeat center 232px;
	width: 100%;
}
.MasterWrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
/*------------------- Top Bar Start -------------------*/
/*------------------- Top Bar End -------------------*/
/*------------------- Header Part Start -------------------*/
.Header {
}
.TopBar {
	height: 35px;
}
.UserLogin {
	float: right;
	font-weight: bold;
	line-height: 35px;
	width: 615px;
}
.UserLogin a {
	color: #333333;
	v;
}
.SearchBar {
	float: right;
	padding: 5px 0 0;
	width: 345px;
}
.SearchBar input {
	border: 0;
	float: right;
	height: 24px;
}
.SearchBar input.TxtBox {
	background: url(../images/search-txtboxbg.gif) no-repeat left top;
	padding: 0 10px;
	width: 226px;
}
.SearchBar input.Btn {
	background: url(../images/search-btn.gif) no-repeat left top;
	color: #ffffff;
	cursor: pointer;
	margin: 0 6px 0 0;
	width: 81px;
	font-family: Tahoma;
}
.SearchBar input.Btn:hover {
	background: url(../images/search-btn.gif) no-repeat left bottom;
}
.Banner {
	height: 121px;
}
.Logo {
	float: right;
	padding: 20px 10px 0 0;
	width: 215px;
}
.BannerAd {
	float: right;
	padding: 15px 0;
}
.Navigation {
	height: 31px;
}
.Navigation ul li {
	display: inline;
}
.Navigation ul li a {
	background: url(../images/navtab.gif) no-repeat left top;
	color: #db4a99;
	display: block;
	float: right;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	margin: 0 0 0 3px;
/*padding: 8px 0 7px 15px;*/	padding: 0 0 0 15px;
}
.Navigation ul li a:hover, .Navigation ul li a.Active {
	background: url(../images/navtab.gif) no-repeat left bottom;
	color: #b10060;
	text-decoration: none;
}
.Navigation ul li a span {
	background: url(../images/navtab.gif) no-repeat right top;
	cursor: pointer;
	display: block;
	height: 31px;
	line-height: 31px; /*padding: 8px 15px 7px 0;*/;
	padding: 0 15px 0 0;
}
.Navigation ul li a:hover span, .Navigation ul li a.Active span {
	background: url(../images/navtab.gif) no-repeat right bottom;
}
.LoginBar {
	height: 34px;
	padding: 11px 0px 0 0;
}
.LoginBar label, .LoginBar input, .LoginBar p {
	color: #d7368e;
	float: right;
}
.LoginBar label {
	font-weight: bold;
	margin: 0 15px 0 0;
	padding: 3px 0 0;
}
.LoginBar input {
	border: 0;
	height: 24px;
	margin: 0 6px 0 0;
}
.LoginBar input.TxtBox {
	background: url(../images/login-txtboxbg.gif) no-repeat left top;
	padding: 0 8px;
	width: 112px;
}
.LoginBar input.Btn {
	background: url(../images/login-btn.gif) no-repeat left top;
	color: #ffffff;
	cursor: pointer;
	width: 67px;
	font-family: Tahoma;
}
.LoginBar input.Btn:hover {
	background: url(../images/login-btn.gif) no-repeat left bottom;
}
.LoginBar p {
	display: block;
	margin: 0 20px 0 0;
	padding: 3px 0 0;
	width: 200px;
}
.LoginBar p a {
	color: #d7368e;
	text-decoration: underline;
}
.LoginBar p a:hover {
	text-decoration: none;
}
/*------------------- Header Part End -------------------*/
/*------------------- Content Part Start -------------------*/
.MasterContent {
	padding: 10px 0 0;
}
/*===== Featured Games =====*/
.FeatGames {
	float: right;
	height: 278px;
	margin: 0 0 0 10px;
	width: 624px;
}
.FeatGames .sbContent {
	padding: 20px 12px;
}
.FeatGames .GameBlock {
	height: 148px; /*-- Actual height 154px less 3px top/bottom border --*/;
	margin: 0 8px;
	width: 178px;	/*-- Actual width 184px less 3px left/right broder --*/
}
.FeatGames .GameBlock .GameTitle {
	height: 30px;
	line-height: 30px;
}
/*===== Ads =====*/
.Ads {
	float: right;
	height: 278px;
	width: 322px;
}
.Ads .sbContent {
	padding: 11px;
}
/*===== SideBar 1 =====*/
.SideBar1 {
	float: right;
	margin: 0 0 0 10px;
	width: 200px;
}
.GameCat .SbContent, .TopMemb .SbContent {
	padding: 1px 10px 15px;
}
.GameCat .SbContent ul li a {
	border-bottom: 1px dashed #5db2c1;
	color: #007488;
	display: block;
	font-weight: bold;
	height: 15px;
	padding: 4px 3px 4px 0;
	position: relative;
}
.GameCat .SbContent ul li a:hover {
	background: #d9f5fa;
}
.GameCat .SbContent ul li a span {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
}
.TopMemb .SbContent ul li a {
	border-bottom: 1px dashed #d7368e;
	color: #d7368e;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 4px 3px 4px 0;
	position: relative;
}
.TopMemb .SbContent ul li a:hover {
	background: #fef2f9;
}
.TopMemb .SbContent ul li a span {
	cursor: pointer;
	position: absolute;
	right: 4px;
	top: 4px;
}
.TopMemb .SbContent ul li a span img {
	border: 1px solid #d7368e;
	padding: 2px;
}
.GameTags .SbContent {
	font-weight: bold;
	padding: 10px 10px 15px;
	text-align: center;
}
/*===== Main Content =====*/
.MainContent {
	float: right;
	width: 750px;
}
.NewGames {
	float: right; /*height: 278px;*/;
	width: 748px;
}
.NewGames .sbContent {
	padding: 0 11px 20px;
}
.NewGames .GameBlock {
	height: 139px; /*-- Actual height 145px less 3px top/bottom border --*/;
	margin: 20px 10px 0;
	width: 119px;	/*-- Actual width 125px less 3px left/right broder --*/
}
.NewGames .GameBlock .GameTitle {
	height: 36px;
	padding: 3px 8px 3px;
}
/*===== Mid Column =====*/
.MidCol {
	float: right;
	margin: 0 0 0 10px;
	width: 540px;
}
.RandGames {
	width: 538px;
}
.RandGames .sbContent {
	padding: 0 10px 20px;
}
.RandGames .sbBlock {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
}
.RandGames .GameThumb {
	float: right;
	margin: 0 0 0 10px;
	width: 142px;
}
.RandGames .GameThumb img {
	border: 3px solid #c7edf4;
}
.RandGames .GameDetails {
	float: right;
	width: 366px;
}
.RandGames .GameDetails p {
	margin: 0 0 10px;
}
.RandGames .GameDetails p.GameTitle {
	color: #007488;
	font-weight: bold;
	margin: 0 0 6px;
}
.RandGames .GameDetails a.PlayBtn {
	background: url(../images/play-btn.gif) no-repeat left top;
	color: #d93d92;
	display: block;
	float: right;
	font-weight: bold;
	height: 20px;
	padding: 0 18px 0 0;
	width: 55px;
}
.RandGames .GameDetails a.PlayBtn:hover {
	background: url(../images/play-btn.gif) no-repeat left bottom;
	color: #00a1bd;
	text-decoration: none;
}
/*===== SideBar 2 =====*/
.SideBar2 {
	float: right;
	width: 200px;
}
.GamePart .SbContent, .GamePub .SbContent {
	padding: 0 10px 15px;
}
.GamePart ul li a, .GamePub ul li a {
	background: url(../images/bullet-type1.gif) no-repeat right 7px;
	border-bottom: 1px dashed #aaaaaa;
	display: block;
	padding: 3px 12px 4px 0;
}
.GamePart ul li a:hover, .GamePub ul li a:hover {
	background: #fbf4dd url(../images/bullet-type1-hover.gif) no-repeat right 7px;
	color: #d93d92;
}
/*------------------- Content Part End -------------------*/
/*------------------- Footer Part Start -------------------*/
.Footer {
	clear: both;
	color: #febde1;
}
.Footer a {
	color: #febde1;
}
.Footer a:hover {
	color: #ffffff;
}
.FooterContent {
	background: url(../images/footer-bgrep.gif) repeat-x left top;
	border-bottom: 1px solid #e277b1;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 15px 0 20px;
}
.FooterContent .FooterBlock {
	float: right;
	margin: 0 10px;
	width: 170px;
}
.FooterContent .AboutUs {
	width: 370px;
}
.FooterBlock h2 {
	border-bottom: 1px solid #e277b1;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 3px;
}
.FooterBlock ul li a {
	background: url(../images/bullet-type2.gif) no-repeat right 8px;
	display: block;
	padding: 2px 10px 3px 0;
}
.FooterBlock ul li a:hover {
	background: url(../images/bullet-type2-hover.gif) no-repeat right 8px;
}
.CopyRight {
	padding: 0 0 20px;
}
.CopyRightInfo {
	float: right;
	width: 500px;
}
.SocialMedia {
	float: right;
	text-align: left;
	width: 460px;
}
.SocialMedia img {
	margin: 0 3px 0 0;
}
/*------------------- Footer Part End -------------------*/
/*----------------------------- Wrapper End -----------------------------*/
/*----------------------------- Inside Page Start -----------------------------*/
/*===== Game Box =====*/
.GameBox {
	width: 958px;
}
.GameBox h1 {
	padding: 0 10px 0 0;
}
.GameBox .sbContent {
	padding: 20px 124px;
}
/*===== Game Info =====*/
.GameInfo {
	margin: 0 0 0 10px;
	width: 412px;
}
.GameInfo .sbContent {
	height: 227px; /*-- Actual height 242px less 5px top, 10px bottom padding --*/;
	overflow: hidden;
	padding: 5px 20px 10px;
}
.GameInfo dl dt {
	float: right;
	font-weight: bold;
	padding: 4px 0;
	text-align: right;
	width: 85px;
}
.GameInfo dl dd {
	float: right;
	text-align: right;
	padding: 4px 0;
	width: 287px;
}
/*===== Fans =====*/
.Fans, .CommentsBox {
	width: 538px;
}
.Fans .sbContent {
	padding: 20px 5px;
}
.Fans .FansThumb {
	float: right;
	margin: 0 9px;
}
.Fans .FansThumb a img, .CommentsBox .CommentsBlock .UserThumb a img {
	border: 1px solid #7fd8e7;
	padding: 3px;
}
.Fans .FansThumb a:hover img, .CommentsBox .CommentsBlock .UserThumb a:hover img {
	background-color: #7fd8e7;
}
/*===== Fans =====*/
.CommentsBox .sbContent {
	padding: 0 14px 20px;
}
.CommentsBox .CommentsBlock {
	border-bottom: 1px solid #dadada;
	padding: 10px 0;
}
.CommentsBox .CommentsBlock .UserThumb {
	float: right;
	padding: 0 0 0 15px;
	width: 60px;
}
.CommentsBox .CommentsBlock .CommentsTxt {
	float: right;
	width: 435px;
}
.CommentsBox .CommentsBlock p.CommentTitle {
	color: #d7368e;
	font-weight: bold;
	margin: 0 0 6px;
}
.CommentForm {
	margin: 20px 0 0;
}
.CommentForm .FormTitle {
	background-color: #909090;
	color: #ffffff;
	float: right;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.CommentForm .FormContent {
	background: #f5f5f5;
	border: 1px solid #dadada;
	clear: right;
	padding: 20px;
	width: 468px;
}
.CommentForm .FormFields {
	margin: 0 0 10px;
}
.CommentForm .FormContent label, .CommentForm .FormContent input {
	float: right;
}
.CommentForm .FormContent label {
	line-height: 22px;
}
.CommentForm .FormContent input.TxtName, .CommentForm .FormContent input.TxtEmail, .CommentForm .FormContent input.TxtCaptcha {
	border: 1px solid #c5c5c5;
	height: 22px;
	line-height: 22px;
	margin: 0 6px 0 16px;
	padding: 0 5px;
	width: 157px;
}
.CommentForm .FormContent .TxtComment {
	border: 1px solid #c5c5c5;
	clear: both;
	float: right;
	padding: 5px;
	width: 434px;
}
.CommentForm .FormContent input.TxtCaptcha {
	margin: 5px 0 0;
	width: 120px;
}
.CommentForm .FormContent input.Btn {
	background: url(../images/submit-btn.gif) no-repeat left top;
	border: 0;
	clear: both;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin: 10px 0 0;
	width: 91px;
}
.CommentForm .FormContent input.Btn:hover {
	background: url(../images/submit-btn.gif) no-repeat left bottom;
}
/*----------------------------- Inside Page End -----------------------------*/

.error, .notice, .success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/* pagination wykop.pl */
/*Yahoo Site Explorer Menu*/
#pgnav {
}
#pgnav li.first {
				padding-top: 5px;
}
.bd-ft .row {
				text-align: center;
}
span.btn {
}
.btn-list li.dsp {
				line-height: 23px;
				font-size: 93%;
}
ol.btn-list li {
		
				margin-left: 4px;
				list-style-type: none;
}
span.btn, a.btn:link, a.btn:visited,  {
				display: inline-block;
				position: relative;
				background: transparent url('../images/gbtn-bg.png') repeat-x;
				border: 1px solid #97a7af;
				margin: 0;
				padding: 5px 8px;
				text-decoration: none;
				color: #333;
				font-size: 85%;
				line-height: 14px;
				cursor: pointer;
				white-space: nowrap;
}
a.btn:hover {
				background-image: url('gbtn-bg-sel.png');
				border: 1px solid #e4905a;
				color: #e4905a;
				text-decoration: none;
}
a.btn.sel:link, a.btn.sel:visited, span.btn {
				background-image: url('gbtn-bg-sel.png');
				border-color: #e4905a;
				color: #333;
				font-weight: bold;
				cursor: pointer;
}
span.btn i.tr {
				top: -1px;
				right: -1px;
}
span.btn i.bl {
				bottom: -1px;
				left: -1px;
}
span.btn i {
				display: block;
				_display: none;
				position: absolute;
				width: 1px;
				height: 1px;
				line-height: 0;
				background: #fff;
}
a.btn i, span.btn i {
				display: block;
				_display: none;
				position: absolute;
				width: 1px;
				height: 1px;
				line-height: 0;
				background: #fff;
}
a.btn i.tr, span.btn i.tr {
				top: -1px;
				right: -1px;
}
a.btn i.bl, span.btn i.bl {
				bottom: -1px;
				left: -1px;
}
a.btn i.br, span.btn i.br {
				bottom: -1px;
				right: -1px;
}
ol.btn-list {
				float: left;
}
ol.btn-list li {
				float: left;
				margin-left: 4px;
				list-style-type: none;
}
#pgnav {
}
#pgnav li.first {
				padding-top: 5px;
}
a.btn i.tr, span.btn i.tr {
				top: -1px;
				right: -1px;
}
a.btn i.bl, span.btn i.bl {
				bottom: -1px;
				left: -1px;
}
a.btn i.tl, span.btn i.tl {
				top: -1px;
				left: -1px;
}
a.btn i, span.btn i {
				display: block;
				_display: none;
				position: absolute;
				width: 1px;
				height: 1px;
				line-height: 0;
				background: #fff;
}
a.btn i.br, span.btn i.br {
				bottom: -1px;
				right: -1px;
}
/*Yahoo Site Explorer Menu*/
/*Yahoo Site Explorer Menu*/
a.btn:link, a.btn:visited, span.btn, input.btn {
				display: inline-block;
				position: relative;
				background: transparent url('../images/gbtn-bg.png') repeat-x;
				border: 1px solid #97a7af;
				margin: 0;
				padding: 5px 8px;
				text-decoration: none;
				color: #333;
				font-size: 85%;
				line-height: 14px;
				cursor: pointer;
				white-space: nowrap;
}
a.btn:hover, input.btn:hover {
				background-image: url('../images/gbtn-bg-sel.png');
				border: 1px solid #e4905a;
				color: #e4905a;
				text-decoration: none;
}
a.btn.sel:link, a.btn.sel:visited, span.btn {
				background-image: url('../images/gbtn-bg-sel.png');
				border-color: #e4905a;
				color: #333;
				font-weight: bold;
				cursor: pointer;
}
a.btn i, span.btn i {
				display: block;
				_display: none;
				position: absolute;
				width: 1px;
				height: 1px;
				line-height: 0;
				background: #fff;
}
a.btn i.tl, span.btn i.tl {
				top: -1px;
				left: -1px;
}
a.btn i.tr, span.btn i.tr {
				top: -1px;
				right: -1px;
}
a.btn i.bl, span.btn i.bl {
				bottom: -1px;
				left: -1px;
}
a.btn i.br, span.btn i.br {
				bottom: -1px;
				right: -1px;
}
a.hidden:link, a.hidden:visited, input.hidden, span.hidden {
				display: none;
}
#doc.home #top {
				float: left;
				clear: both;
				margin-bottom: 24px;
}
#index_rand_1 {
	font-family: Tahoma;
	font-size: 10px;
	color : #000;
	border: 2pt;
	border-style: double;
	border-color: black;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 15px;
	height: 30px;
}
#index_rand_2 {
	font-family: Tahoma;
	font-size: 10px;
	color : #000;
	border: 2pt;
	border-style: double;
	border-color: black;
	background-color: #FFEFF5;
	border: 1px solid #FFEFF5;
	padding: 8px;
	height: 30px;
}

#featured_name {
	background-color: #FFEFF5;
	border: 1px solid #FFEFF5;
	text-align: center;
}
#featured_name a {
	color: #d7368e;
	font-size: 12px;
	font-weight:bold;
}

#featured_desc {
	background-color: #FFFFFF;
	border: 1px solid #FFEFF5;
	text-align:right;
	padding: 2px;
}



