/* CSS Document */

body {
	background-color: #666666;
	background-image: url(../images/bar-bg.gif);
	background-repeat: repeat-x;
	background-color: #191814;
	margin: 0px;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #FFFFFF;
}

form {
	padding: 0px;
	margin: 0px;
}

#mainCenterBox {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

#headerBox {
	width: 910px;
	float: left;
}

#logoBox {
	width: 415px;
	padding-left: 15px;
	float: left;
}

#headerAdBox {
	width: 468px;
	height: 60px;
	padding: 18px 0 28px 40px;
	float: left;
}

#headerBarDetailsBox {
	width: 970px;
	height: 38px;
	padding-bottom: 1px;
	background-image: url(../images/bar-detail-bg.png);
	background-repeat: no-repeat;
	float: left;
}

#barTabsBox {
	width: 422px;
	height: 34px;
	padding: 6px 0 0 30px;
	overflow: visible;
	float: left;
}
#barTabsBox img {
	border: 0px;
	float: left;
}

#barRightBox {
	width: 420px;
	height: 34px;
	padding: 6px 30px 0 0;
	float: right;
}
#barRightBox div {
	height: 23px;
	padding: 6px 0 0 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	float: right;
}
#barRightBox input {
	width: 144px;
	height: 22px;
	padding: 5px 6px 0 6px;
	margin: 0 11px 0 7px;
	background-image: url(../images/search-bg.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	color: #FFFFFF;
	font-size: 13px;
	float: right;
}
#barRightBox img {
	margin: 0 0 0 5px;
	border: 0px;
	float: right;
}

#contentBox {
	position: relative;
	width: 910px;
	margin: 0 0px 0 0px;
	background-image: url(../images/content-bg.gif);
	float: left;
}

#catMenuBox {
	width: 910px;
	height: 36px;
	background-image: url(../images/cats-bg.gif);
	background-repeat: repeat-x;
	float: left;
}

#catMenuLeft {
	width: 10px;
	float: left;
}

#catMenuList {
	width: 890px;
	height: 26px;
	padding: 10px 0 0 0;
	background-image: url(../images/cats-border-cover.gif);
	background-repeat: no-repeat;
	color: #908C37;
	font-size: 12px;
	text-align: center;
	float: left;
}
#catMenuList a {
	margin: 0 10px 0 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#catMenuList a:hover {
	color: #908C37;
	text-decoration: underline;
}

#catMenuRight {
	width: 10px;
	float: left;
}

#mainContentOuterBox {
	width: 904px;
	padding: 3px;
	float: left;
}

#homeContentLeftBox {
	width: 600px;
	float: left;
}

div.contentHolderBox {
	width: 600px;
	padding-bottom: 10px;
	float: left;
}
div.contentHolderBox img {
	float: left;
}

div.newGamesTitleBox {
	width: 598px;
	border-left: 1px solid #CDBD0A;
	border-right: 1px solid #CDBD0A;
	float: left;
}
div.newGamesTitleBox img {
	float: left;
}
div.newGamesTitleBox div.text {
	width: 580px;
	height: 24px;
	padding: 4px 0 0 18px;
	background-color: #4B4511;
	border-bottom: 1px solid #413C0F;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	float: left;
}

div.newGamesOuterBorderBox {
	width: 598px;
	background-color: #625B16;
	border-left: 1px solid #CDBD0A;
	border-right: 1px solid #CDBD0A;
	float: left;
}

div.newGamesInnerBorderBox {
	width: 581px;
	padding: 8px 8px 8px 8px;
	border-left: 1px solid #5E5715;
	float: left;
}

#notNewestGameBox {
	width: 356px;
	padding-left: 2px;
	overflow: hidden;
	float: left;
}

div.gameListingBox {
	width: 168px;
	height: 64px;
	padding: 1px 5px 0 5px;
	float: left;
}
div.gameListingBox img {
	float: left;
}

div.gameListingDetailsBox {
	width: 154px;
	padding: 7px 0 7px 0;
	background-image: url(../images/game-listing-bg.gif);
	overflow: hidden;
	float: left;
}
div.gameListingDetailsBox div.icon {
	width: 50px;
	padding-right: 7px;
	float: left;
}
div.gameListingDetailsBox div.desc {
	width: 97px;
	height: 50px;
	color: #000000;
	font-size: 10px;
	overflow: hidden;
	float: left;
}
div.gameListingDetailsBox div.desc a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
div.gameListingDetailsBox div.desc a:hover {
	color: #333333;
	text-decoration: none;
}

#newestGameBox {
	width: 202px;
	margin: 1px 12px 1px 0;
	float: right;
}
#newestGameBox img {
	float: left;
}

#newestGameDetailsBox {
	width: 190px;
	padding: 0 6px 0 6px;
	background-image: url(../images/newest-game-bg.gif);
	background-repeat: repeat-y;
	float: left;
}
#newestGameDetailsBox img {
	width: 100px;
	height: 100px;
	padding: 0 45px 0 45px;
	float: left;
}
#newestGameDetailsBox div.desc {
	width: 182px;
	height: 54px;
	padding: 4px;
	margin-top: 2px;
	background-image: url(../images/newest-game-text-bg.gif);
	background-repeat: repeat-x;
	color: #191814;
	font-size: 12px;
	overflow: hidden;
	float: left;
}
#newestGameDetailsBox div.desc a {
	color: #191814;
	font-weight: bold;
	text-decoration: none;
}
#newestGameDetailsBox div.desc a:hover {
	color: #333333;
}

div.featuredGameBox {
	width: 168px;
	height: 64px;
	padding: 1px 12px 1px 12px;
	overflow: hidden;
	float: left;
}
div.featuredGameBox img {
	float: left;
}

#topGamesTitleBox {
	width: 598px;
	height: 38px;
	background-color: #000000;
	background-image: url(../images/top-games-head-bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #CDBD0A;
	border-right: 1px solid #CDBD0A;
	float: left;
}

#topGamesTitleTextBox {
	width: 88px;
	height: 30px;
	padding: 8px 0 0 16px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	float: left;
}

div.topGamesOn {
	width: 90px;
	height: 28px;
	padding-top: 10px;
	margin-right: 1px;
	background-image: url(../images/top-games-on-bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	float: left;
}
div.topGamesOn a {
	color: #9C9232;
	text-decoration: none;
}

div.topGamesOff {
	width: 90px;
	height: 28px;
	padding-top: 10px;
	margin-right: 1px;
	background-image: url(../images/top-games-off-bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	float: left;
}
div.topGamesOff a {
	color: #9C9232;
	text-decoration: none;
}

#topGamesFilter {
	width: 210px;
	height: 30px;
	padding: 8px 0 0 8px;
	float: left;
}
#topGamesFilter span {
	padding-right: 6px;
	color: #FFFFFF;
	font-size: 11px;
}
#topGamesFilter select {
	width: 150px;
	font-size: 12px;
}

#topGamesOuterBorderBox {
	width: 598px;
	background-color: #625B16;
	border-left: 1px solid #CDBD0A;
	border-right: 1px solid #CDBD0A;
	border-bottom: 1px solid #CDBD0A;
	float: left;
}

#topGamesInnerBorderBox {
	width: 537px;
	padding: 8px 30px 8px 30px;
	border-left: 1px solid #5E5715;
	border-bottom: 1px solid #5E5715;
	float: left;
}

#topGames_thisWeek {
	width: 537px;
	overflow: hidden;
	float: left;
}

#topGames_thisMonth {
	width: 0px;
	height: 0px;
	display: none;
	overflow: hidden;
	float: left;
}

#topGames_allTime {
	width: 0px;
	height: 0px;
	display: none;
	overflow: hidden;
	float: left;
}

#homeCatsBox {
	width: 600px;
	padding-bottom: 30px;
	float: left;
}

div.catBox {
	width: 165px;
	padding: 12px 0 0 25px;
	float: left;
}
div.catBox img {
	float: left;
}

div.catBG_y {
	width: 165px;
	padding: 0 4px 0 4px;
	background-image: url(../images/home-cat-bg-y.png);
	background-repeat: repeat-y;
	float: left;
}

div.catBG_x {
	width: 157px;
	height: 348px;
	background-color: #CACACA;
	background-image: url(../images/home-cat-bg-x.gif);
	background-repeat: repeat-x;
	float: left;
}

div.catTitleBox {
	width: 145px;
	padding: 2px 0 8px 12px;
	color: #464646;
	font-size: 16px;
	font-weight: bold;
}
div.catTitleBox a {
	color: #464646;
	text-decoration: none;
}

div.catListingBox {
	width: 74px;
	height: 75px;
	padding: 2px;
	font-size: 11px;
	overflow: hidden;
	float: left;
}
div.catListingBox img {
	width: 50px;
	height: 50px;
	margin: 0 12px 0 12px;
	float: left;
}
div.catListingBox div {
	text-align: center;
	float: left;
}
div.catListingBox div a {
	color: #363636;
}

#homeSidebarBox {
	width: 300px;
	padding-left: 4px;
	float: right;
}

div.rightAd_300x250 {
	width: 300px;
	padding-bottom: 13px;
	float: left;
}

#potwBox {
	width: 298px;
	padding: 0 1px 8px 1px;
	float: left;
}
#potwBox img {
	float: left;
}

#potwTitleBox {
	width: 280px;
	height: 26px;
	padding: 2px 0 0 2px;
	background-image: url(../images/play-of-week-title-bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

#potwIcon {
	width: 296px;
	background-color: #4B4511;
	border-left: 1px solid #CDBD0A;
	border-right: 1px solid #CDBD0A;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#potwIcon img {
	width: 100px;
	height: 100px;
	padding-left: 10px;
	padding-right: 10px;
	float: none;
}

#potwIconOver {
	width: 296px;
	position: absolute;
	left: -10px;
	bottom: 0px;
}
#potwIconOver img {
	width: 296px;
	height: 38px;
	border: 0px;
}

div.sidebarContentBox {
	width: 296px;
	padding: 0 2px 8px 2px;
	float: left;
}
div.sidebarContentBox img {
	float: left;
}

#favoritesOuterHeadBox {
	width: 294px;
	border-left: 1px solid #CDBD0A;
	border-right: 1px solid #CDBD0A;
	float: left;
}

#favoritesInnerHeadBox {
	width: 292px;
	height: 34px;
	background-image: url(../images/favorites-bg.gif);
	border-left: 1px solid #4B4511;
	border-right: 1px solid #4B4511;
	float: left;
}
#favoritesInnerHeadBox img {
	float: right;
}

div.favoritesTabOn {
	width: 106px;
	height: 29px;
	padding-top: 9px;
	background-image: url(../images/favorites-on-bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	float: right;
}
div.favoritesTabOn a {
	color: #FFFFFF;
	text-decoration: none;
}

div.favoritesTabOff {
	width: 106px;
	height: 29px;
	padding-top: 9px;
	background-image: url(../images/favorites-off-bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	float: right;
}
div.favoritesTabOff a {
	color: #FFFFFF;
	text-decoration: none;
}

#favoritesOuterBorderBox {
	width: 294px;
	border-left: 1px solid #CDBD0A;
	border-right: 1px solid #CDBD0A;
	float: left;
}

#favoritesInnerBorderBox {
	width: 292px;
	background-color: #191814;
	border-left: 1px solid #4B4511;
	border-right: 1px solid #4B4511;
	float: left;
}

#favoriteGame {
	width: 292px;
	padding: 1px 0 1px 0;
	overflow: hidden;
	float: left;
}
#favoriteGame img {
	width: 100px;
	height: 100px;
	padding-right: 192px;
	float: left;
}

#justPlayed {
	width: 0px;
	height: 0px;
	padding: 0 1px 0 1px;
	display: none;
	overflow: hidden;
	float: left;
}
#justPlayed a {
	margin: 4px;
	float: left;
}
#justPlayed img {
	width: 50px;
	height: 50px;
	float: left;
}

div.recentReviewsTitleBox {
	width: 278px;
	height: 26px;
	padding: 7px 0 0 16px;
	background-color: #4B4511;
	border-left: 1px solid #CDBD0A;
	border-right: 1px solid #CDBD0A;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	float: left;
}

div.recentReviewsOuterBorderBox {
	width: 294px;
	border-left: 1px solid #CDBD0A;
	border-right: 1px solid #CDBD0A;
	border-bottom: 1px solid #CDBD0A;
	float: left;
}

div.recentReviewsInnerBorderBox {
	width: 292px;
	background-color: #191814;
	border-left: 1px solid #4B4511;
	border-right: 1px solid #4B4511;
	border-bottom: 1px solid #4B4511;
	float: left;
}

div.recentReviewDarkerBox {
	width: 272px;
	padding: 8px 8px 8px 12px;
	background-color: #2d2a13;
	border-top: 1px solid #696118;
	color: #FFFFFF;
	font-color: 13px;
	float: left;
}
div.recentReviewDarkerBox div {
	width: 212px;
	line-height: 1.4;
	float: right;
}
div.recentReviewDarkerBox img {
	width: 50px;
	height: 50px;
	float: left;
}
div.recentReviewDarkerBox div span.title {
	font-weight: bold;
}
div.recentReviewDarkerBox div span.title a {
	color: #FFFFFF;
	text-decoration: none;
}
div.recentReviewDarkerBox div span.title span.green {
	color: #BBEF5C;
}

div.recentReviewLighterBox {
	width: 272px;
	padding: 8px 8px 8px 12px;
	background-color: #4B4511;
	border-top: 1px solid #696118;
	color: #FFFFFF;
	font-color: 13px;
	float: left;
}
div.recentReviewLighterBox div {
	width: 212px;
	line-height: 1.4;
	float: right;
}
div.recentReviewLighterBox img {
	width: 50px;
	height: 50px;
	float: left;
}
div.recentReviewLighterBox div span.title {
	font-weight: bold;
}
div.recentReviewLighterBox div span.title a {
	color: #FFFFFF;
	text-decoration: none;
}
div.recentReviewLighterBox div span.title span.green {
	color: #BBEF5C;
}

div.sidebarBottomAdBox {
	width: 296px;
	padding: 0 2px 6px 2px;
	float: left;
}
#gamePageBox {
	width: 903px;
	float: left;
}
#gamePageBox img {
	float: left;
}

#gameTitleBox {
	width: 871px;
	height: 31px;
	padding-top: 13px;
	background-color: #191814;
	border-top: 1px solid #CDBD0A;
	border-bottom: 1px solid #CDBD0A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E09B37;
	font-size: 16px;
	font-weight: bold;
	float: left;
}
#gameTitleBox span {
	color: #FFFFFF;
}

#gameLinksOuterBox {
	width: 901px;
	height: 49px;
	border-left: 1px solid #CDBD0A;
	border-right: 1px solid #CDBD0A;
	border-bottom: 1px solid #CDBD0A;
	float: left;
}

#gameLinksInnerBox {
	width: 887px;
	height: 39px;
	padding: 9px 0 0 12px;
	background-image: url(../images/game-top-menu-bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #555017;
	border-right: 1px solid #555017;
	border-top: 1px solid #555017;
	float: left;
}
#gameLinksInnerBox div.linkBox {
	padding-right: 3px;
	float: left;
}
#gameLinksInnerBox div.link {
	height: 23px;
	padding: 7px 16px 0 16px;
	background-image: url(../images/game-top-link-bg.gif);
	background-repeat: repeat-x;
	float: left;
}
#gameLinksInnerBox div.link a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#gameLinksInnerBox div.link a:hover {
	text-decoration: none;
}

#gameContentBox {
	width: 866px;
	padding: 17px 20px 20px 15px;
	background-color: #625B16;
	border-left: 1px solid #CDBD0A;
	border-right: 1px solid #CDBD0A;
	border-bottom: 1px solid #CDBD0A;
	float: left;
}

#gameHolderBox {
	width: 600px;
	padding-bottom: 20px;
	font-size: 18px;
	float: left;
}
#gameHolderBox a span {
	font-size: 15px;
}

#gameStatsBox {
	width: 580px;
	padding: 9px;
	border-left: 1px solid #CEC13A;
	border-right: 1px solid #9A8D00;
	border-top: 1px solid #CEC13A;
	border-bottom: 1px solid #9A8D00;
	background-color: #978B00;
	float: left;
}
#gameStatsBox div {
	width: 283px;
	padding: 0 0 0 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343009;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
#gameStatsBox div span {
	font-weight: normal;
}
#gameStatsBox div a {
	color: #343009;
	text-decoration: underline;
}
#gameStatsBox div a:hover {
	color: #343009;
	text-decoration: none;
}

#gameSidebarBox {
	width: 245px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
}

#passFailBox {
	width: 245px;
	padding-bottom: 4px;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	float: left;
}
#passFailBox img {
	padding-bottom: 4px;
	border: 0px;
	float: left;
}

#gamePlaysOuterBox {
	width: 242px;
	border: 1px solid #726A1A;
	float: left;
}

#gamePlaysInnerBox {
	width: 218px;
	padding: 12px 11px 17px 11px;
	border: 1px solid #3B3910;
	background-color: #3C3910;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.7;
	float: left;
}
#gamePlaysInnerBox span {
	color: #E1A52C;
}
#gamePlaysInnerBox img {
	margin-top: 6px;
}

#shareGameTitleBox {
	width: 245px;
	padding: 9px 0 6px 0;
	float: left;
}

#shareGameCornersBox {
	width: 245px;
	background-color: #FFFFFF;
	float: left;
}
#shareGameCornersBox img {
	float: left;
}

#shareGameBox {
	padding: 6px 6px 0 6px;
	float: left;
}

div.shareGameLinksBox {
	width: 232px;
	padding-bottom: 6px;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
div.shareGameLinksBox a {
	color: #625B16;
	text-decoration: none;
	position: relative;
	top: 3px;
}
div.shareGameLinksBox a:hover {
	text-decoration: underline;
}
div.shareGameLinksBox div.link {
	float: left;
}
div.shareGameLinksBox div.link img {
	margin-right: 8px;
	float: left;
}
div.shareGameLinksBox div.right {
	float: right;
}

div.gameButtonsBox {
	padding: 9px 0 16px 0;
	float: left;
}
div.gameButtonsBox img {
	margin-bottom: 5px;
	border: 0px;
	float: left;
}

#gameAd_200x200 {
	width: 200px;
	padding: 0 22px 0 23px;
	float: left;
}

#gameInfoBox {
	width: 901px;
	min-height: 107px;
	margin: 1px;
	background-image: url(../images/game-info-bg.gif);
	background-repeat: repeat-x;
	background-color: #322E09;
	float: left;
}
#gameInfoBox img {
	margin-bottom: 8px;
	float:left;
}
#gameInfoBox div.text {
	width: 426px;
	padding-left: 6px;
	line-height: 1.4;
	float: left;
}

#gameDescriptionBox {
	width: 438px;
	padding: 8px 6px 8px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
}
#gameInstructionsBox {
	width: 438px;
	padding: 8px 6px 8px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
}

#gameReviewsBorderBox {
	width: 901px;
	padding-bottom: 3px;
	border: 1px solid #CDBD0A;
	background-color: #191814;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

div.gameDarkerReviewBox {
	width: 845px;
	padding: 22px 28px 20px 28px;
	border-top: 1px solid #3D3912;
	border-bottom: 1px solid #3D3912;
	background-color: #191814;
	float: left;
}

div.gameDarkReviewBox {
	width: 845px;
	padding: 22px 28px 20px 28px;
	border-top: 1px solid #191814;
	border-bottom: 1px solid #191814;
	background-color: #1E1D18;
	float: left;
}

div.gameReviewInfoHolderBox {
	width: 230px;
	padding-right: 10px;
	float: left;
}

div.gameRevieweAvatarBox {
	width: 39px;
	padding: 3px;
	background-color: #333026;
	float: left;
}
div.gameRevieweAvatarBox img {
	width: 39px;
	height: 39px;
	border: 0px;
	float: left;
}

div.gameReviewInfoBox {
	width: 175px;
	padding-left: 10px;
	color: #8E8200;
	font-size: 11px;
	line-height: 1.35;
	float: right;
}
div.gameReviewInfoBox a {
	color: #FFF8B4;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
div.gameReviewInfoBox span {
	color: #CBBA00;
	font-weight: bold;
}

div.gameReviewTextBox {
	width: 600px;
	padding: 4px 0 0 0;
	color: #E0CD00;
	font-size: 12px;
	float: right;
}

#gameReviewTextarea {
	width: 600px;
	line-height: 1.5;
	float: left;
}
#gameReviewTextarea span {
	width: 380px;
	font-size: 11px;
	font-style: italic;
}
#gameReviewTextarea input {
	width: 220px;
	padding: 3px;
	border: 1px solid #050505;
	background-color: #262626;
	color: #FFFFFF;
	font-size: 11px;
}
#gameReviewTextarea textarea {
	width: 660px;
	padding: 5px;
	border: 1px solid #050505;
	background-color: #262626;
	color: #FFFFFF;
}

#gameReviewRateBox {
	width: 150px;
	padding: 56px 0 0 10px;
	color: #FFFFFF;
	text-align: center;
	float: right;
}
#gameReviewRateBox select {
	border: 1px solid #050505;
	background-color: #262626;
	color: #FFFFFF;
}
#gameReviewRateBox input {
	margin-bottom: 5px;
	border: 1px solid #050505;
	background-color: #262626;
	color: #FFFFFF;
}
#gameReviewRateBox img {
	margin-left: 46px;
}

#browseContentBox {
	width: 901px;
	padding: 14px 0 18px 0;
	background-color: #625B16;
	border-left: 1px solid #CDBD0A;
	border-right: 1px solid #CDBD0A;
	border-bottom: 1px solid #CDBD0A;
	float: left;
}

div.browseLeftLabel {
	width: 258px;
	padding: 0 0 8px 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E0CD00;
	font-size: 11px;
	font-weight: bold;
	float: left;
}

div.browseRightLabel {
	width: 107px;
	padding: 0 0 8px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E0CD00;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	float: left;
}

#browseListingInfoAdBox{
	width: 308px;
	height: 81px;
	padding: 14px 7px 0 12px;
	margin-left: 6px;
	border-bottom: 2px solid #403C12;
	background-color: #4C4715;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FCEE61;
	font-size: 12px;
	line-height: 1.4;
	overflow: hidden;
	float: left;
}
#browseListingInfoAdBox div {
	width: 236px;
	float: right;
}
#browseListingInfoAdBox img {
	width: 54px;
	height: 54px;
	border: 3px solid #FCEE61;
	float: left;
}
#browseListingInfoAdBox a.icon {
	color: #FCEE61;
	font-weight: bold;
	text-decoration: none;
}

#browseListingInfoAdBox a {
	color: #FCEE61;
	font-weight: bold;
	text-decoration: none;
}
#browseListingInfoAdBox a:hover {
	text-decoration: underline;
}

div.browseListingInfoBox {
	width: 308px;
	height: 81px;
	padding: 14px 7px 0 12px;
	margin-left: 6px;
	border-bottom: 2px solid #403C12;
	background-color: #4C4715;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FCEE61;
	font-size: 12px;
	line-height: 1.4;
	overflow: hidden;
	float: left;
}
div.browseListingInfoBox div {
	width: 236px;
	float: right;
}
div.browseListingInfoBox img {
	width: 54px;
	height: 54px;
	border: 3px solid #FCEE61;
	float: left;
}
div.browseListingInfoBox a.icon {
	color: #FCEE61;
	font-weight: bold;
	text-decoration: none;
}

div.browseListingInfoBox a {
	color: #FCEE61;
	font-weight: bold;
	text-decoration: none;
}
div.browseListingInfoBox a:hover {
	text-decoration: underline;
}

div.browseListingStatsBox {
	width: 90px;
	height: 85px;
	padding: 10px 4px 0 16px;
	margin-right: 6px;
	border-left: 1px solid #403C12;
	border-bottom: 2px solid #403C12;
	background-color: #4C4715;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FCEE61;
	font-size: 11px;
	line-height: 1.55;
	overflow: hidden;
	float: left;
}
div.browseListingStatsBox span {
	font-weight: bold;
}

div.browsePageSelectBox {
	width: 434px;
	padding: 15px 0 0 14px;
	float: left;
}
div.browsePageSelectBox option {
	font-weight: bold;
}

div.browsePageArrowsBox {
	width: 439px;
	padding: 15px 14px 0 0;
	float: left;
}
div.browsePageArrowsBox div {
	width: 108px;
	float: right;
}
div.browsePageArrowsBox div img {
	width: 24px;
	height: 15px;
	margin-left: 3px;
	border: 0px;
	float: left;
}

#browseTopAd_728x90 {
	width: 728px;
	padding: 0 0 42px 87px;
	float: left;
}

#browseBottomAd_728x90 {
	width: 728px;
	padding: 70px 0 14px 87px;
	float: left;
}











div.formContainer {
	float: left;
	width: 555px;
}
div.formRowContainer {
	float: left;
	width: 555px;
	text-align: left;
}
div.formFieldDesc {
	float: left;
	width: 120px;
	padding: 3px;
	text-align: left;
}
div.formFieldInput {
	float: left;
	width: 420px;
	padding: 3px;
	text-align: left;
}
div.formFieldSubmitButton {
	float: left;
	width: 540px;
	height: 35px;
	padding: 3px;
	text-align: left;
}
#footerBox {
	width: 887px;
	padding-left: 1px;
	margin-left: auto;
	margin-right: auto;
}

#footerLinksBox {
	width: 894px;
	padding: 6px 8px 2px 8px;
	background-color: #4B4511;
	background-image: url(../images/footer-shadow-bg.gif);
	background-repeat: repeat-x;
	color: #959137;
	font-size: 12px;
	text-align: center;
	line-height: 1.8;
	float: left;
}
#footerLinksBox a {
	margin: 0 10px 0 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#footerLinksBox a:hover {
	text-decoration: underline;
}

#copyrightBox {
	width: 580px;
	height: 30px;
	padding: 34px 0 25px 40px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	float: left;
}
#copyrightBox a {
	color: #FFFFFF;
}
#copyrightBox span {
	font-weight: normal;
}

#flockyBox {
	width: 250px;
	height: 40px;
	padding: 34px 0 25px 0;
	font-size: 8px;
	font-weight: normal;
	float: right;
}
#flockyBox a {
	color: #FFFFFF;
}

#seoLinksBox {
	width: 946px;
	padding: 0 0 10px 0;
	text-align: center;
	float: left;
}
#seoLinksBox a {
	color: #FFFFFF;
}
#adsLeft{
	background: transparent url(/images/test_left.png) no-repeat scroll 0% 0%; 
	width: 230px; 
	height: 700px; 
	position: absolute; 
	left: -232px; 
	float: left;
}
#adsRight{
	background: transparent url(/images/test_rigth.png) no-repeat scroll 0% 0%; 
	width: 230px; 
	height: 700px; 
	position: absolute; 
	left: 920px; 
	float: left;
}